aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/mozilla
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-10-19 21:39:47 +0200
committerGitHub <noreply@github.com>2023-10-19 19:39:47 +0000
commit582943a19eeef23e3efd381ff35637edc32adb5c (patch)
tree16ed3c3b0613530249debf216935803da48c1b82 /tests/wpt/mozilla
parent486b743f134edf8d9d9fd0b5c124dfbfd152fde8 (diff)
downloadservo-582943a19eeef23e3efd381ff35637edc32adb5c.tar.gz
servo-582943a19eeef23e3efd381ff35637edc32adb5c.zip
Migrate scroll_root.html to WPT (#30478)
Diffstat (limited to 'tests/wpt/mozilla')
-rw-r--r--tests/wpt/mozilla/meta/MANIFEST.json17
-rw-r--r--tests/wpt/mozilla/tests/mozilla/scroll_root.html17
-rw-r--r--tests/wpt/mozilla/tests/mozilla/scroll_root_ref.html11
3 files changed, 0 insertions, 45 deletions
diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json
index d5677ec4ba6..6dd9129a031 100644
--- a/tests/wpt/mozilla/meta/MANIFEST.json
+++ b/tests/wpt/mozilla/meta/MANIFEST.json
@@ -7686,19 +7686,6 @@
{}
]
],
- "scroll_root.html": [
- "b1a9cb590b0fcce9c883f99e17fa029a999b699b",
- [
- null,
- [
- [
- "/_mozilla/mozilla/scroll_root_ref.html",
- "=="
- ]
- ],
- {}
- ]
- ],
"scrolling_div_background_borders.html": [
"6f168aa258c31257eaba218252d32bbf28976e12",
[
@@ -10592,10 +10579,6 @@
"12d09f821614f9912c6fc34c613136bed22b5bc8",
[]
],
- "scroll_root_ref.html": [
- "6503ad5d5265c0698f61fc607e2e4e017b31cb6f",
- []
- ],
"scrolling_div_background_borders_background.png": [
"24d8886dd9f9df9f227abcb27e01e1dcd406e972",
[]
diff --git a/tests/wpt/mozilla/tests/mozilla/scroll_root.html b/tests/wpt/mozilla/tests/mozilla/scroll_root.html
deleted file mode 100644
index b1a9cb590b0..00000000000
--- a/tests/wpt/mozilla/tests/mozilla/scroll_root.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>Verify that scrolling the root does actually do a visual scroll</title>
- <link rel="match" href="scroll_root_ref.html">
- <style>
- body {
- background: green;
- }
- </style>
- </head>
- <body onload="window.scrollBy(0, 2000);">
- <div style="width: 100px; height: 100px; background: red;"></div>
- <div style="height: 10000px"></div>
- </body>
-</html>
diff --git a/tests/wpt/mozilla/tests/mozilla/scroll_root_ref.html b/tests/wpt/mozilla/tests/mozilla/scroll_root_ref.html
deleted file mode 100644
index 6503ad5d526..00000000000
--- a/tests/wpt/mozilla/tests/mozilla/scroll_root_ref.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset="utf-8">
- <style>
- body {
- background: green;
- }
- </style>
- </head>
-</html>