зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1554224
- Fix failures on test_media_queries. r=Standard8
--HG-- extra : rebase_source : 8559a4c662f5ebe6efdc3296012631daec349a70
This commit is contained in:
Родитель
43b7abedc8
Коммит
20d8164b79
|
@ -173,7 +173,7 @@ function run() {
|
|||
let applies = clonewin.getComputedStyle(clonedoc.body).
|
||||
textDecoration == "underline";
|
||||
is(applies, expected_to_apply,
|
||||
"Media query '" + q + "' should " + (should_apply1 ? "" : "NOT ") +
|
||||
"Media query '" + q + "' should " + (expected_to_apply ? "" : "NOT ") +
|
||||
"apply after cloning");
|
||||
}
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче