diff options
Diffstat (limited to 'tests/wpt/mozilla')
-rw-r--r-- | tests/wpt/mozilla/meta/MANIFEST.json | 2 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/mozilla/scrollTo.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index d6e7863afe8..c509870b10a 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -13794,7 +13794,7 @@ ] ], "scrollTo.html": [ - "f1b4384e63bfc12c45c3eca5edcd98ad32a85502", + "b90c4e69344216372c9f118d70f4989e82a6fce7", [ null, {} diff --git a/tests/wpt/mozilla/tests/mozilla/scrollTo.html b/tests/wpt/mozilla/tests/mozilla/scrollTo.html index f1b4384e63b..b90c4e69344 100644 --- a/tests/wpt/mozilla/tests/mozilla/scrollTo.html +++ b/tests/wpt/mozilla/tests/mozilla/scrollTo.html @@ -3,6 +3,7 @@ <title></title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> +<div style="position: absolute; top: 0; left: 0; width: 10000px; height: 10000px; background: purple"></div> <script> test(function() { scrollTo(0, 5000); @@ -18,4 +19,3 @@ test(function() { assert_equals(pageYOffset, 0); }); </script> -<div style="position: absolute; top: 0; left: 0; width: 10000px; height: 10000px; background: purple"></div> |