зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
236c0f6cdc
Коммит
ebf46f3df5
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче