Migrate scroll_root.html to WPT (#30478)

This commit is contained in:
Martin Robinson 2023-10-19 21:39:47 +02:00 committed by GitHub
parent 486b743f13
commit 582943a19e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 43 additions and 46 deletions

View file

@ -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",
[]

View file

@ -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>

View file

@ -1,11 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
background: green;
}
</style>
</head>
</html>