aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt')
-rw-r--r--tests/wpt/meta/css/css-position/sticky/position-sticky-hyperlink.html.ini2
-rw-r--r--tests/wpt/mozilla/meta/MANIFEST.json2
-rw-r--r--tests/wpt/mozilla/tests/mozilla/scrollTo.html2
3 files changed, 2 insertions, 4 deletions
diff --git a/tests/wpt/meta/css/css-position/sticky/position-sticky-hyperlink.html.ini b/tests/wpt/meta/css/css-position/sticky/position-sticky-hyperlink.html.ini
deleted file mode 100644
index 8b52a2be825..00000000000
--- a/tests/wpt/meta/css/css-position/sticky/position-sticky-hyperlink.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[position-sticky-hyperlink.html]
- expected: FAIL
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>