Bug 1273876 - Check the computed style _color_. r=birtles

Differential Revision: https://phabricator.services.mozilla.com/D17911

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Hiroyuki Ikezoe 2019-01-29 09:20:32 +00:00
Родитель 236c0f6cdc
Коммит ebf46f3df5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -235,8 +235,8 @@ started_test(); // #seven::after (listener on root)
$("seven").setAttribute("foo", "bar");
setTimeout(function() {
if (cs("five") != "rgb(0, 255, 0)" &&
cs("six") != "rgb(0, 255, 0)") {
if (cs("five").color != "rgb(0, 255, 0)" &&
cs("six").color != "rgb(0, 255, 0)") {
// The transition hasn't finished already.
did_stops = true;
}