mirror of
https://github.com/servo/servo.git
synced 2025-06-22 08:08:59 +01:00
Add a workaround to root_scroll.html for #25559
This allows us to test initial root scrolling support in Layout 2020 and can hopefully be removed very soon.
This commit is contained in:
parent
1cd772fe5f
commit
e4a55d7755
3 changed files with 12 additions and 2 deletions
|
@ -19368,11 +19368,11 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/scroll_root.html": [
|
"mozilla/scroll_root.html": [
|
||||||
"b1a9cb590b0fcce9c883f99e17fa029a999b699b",
|
"5896eb3957da1eb85a26680053823d3f3bf9af49",
|
||||||
"reftest"
|
"reftest"
|
||||||
],
|
],
|
||||||
"mozilla/scroll_root_ref.html": [
|
"mozilla/scroll_root_ref.html": [
|
||||||
"6503ad5d5265c0698f61fc607e2e4e017b31cb6f",
|
"c7d4cfec7b9d9b5daf32841172721ddac3e4d071",
|
||||||
"support"
|
"support"
|
||||||
],
|
],
|
||||||
"mozilla/scroll_top_null_target.html": [
|
"mozilla/scroll_top_null_target.html": [
|
||||||
|
|
|
@ -7,6 +7,9 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: green;
|
background: green;
|
||||||
|
|
||||||
|
/* FIXME(mrobinson): Remove this workaround when #25559 is fixed. */
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -5,7 +5,14 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: green;
|
background: green;
|
||||||
|
|
||||||
|
/* FIXME(mrobinson): Remove this workaround when #25559 is fixed. */
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- FIXME(mrobinson): Remove this workaround div when #25559 is fixed. -->
|
||||||
|
<div style="height: 10000px;"></div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue