Skip to content

Commit

Permalink
Add a workaround to root_scroll.html for #25559
Browse files Browse the repository at this point in the history
This allows us to test initial root scrolling support in Layout 2020
and can hopefully be removed very soon.
  • Loading branch information
mrobinson committed Jan 21, 2020
1 parent 1cd772f commit e4a55d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -19368,11 +19368,11 @@
"testharness"
],
"mozilla/scroll_root.html": [
"b1a9cb590b0fcce9c883f99e17fa029a999b699b",
"5896eb3957da1eb85a26680053823d3f3bf9af49",
"reftest"
],
"mozilla/scroll_root_ref.html": [
"6503ad5d5265c0698f61fc607e2e4e017b31cb6f",
"c7d4cfec7b9d9b5daf32841172721ddac3e4d071",
"support"
],
"mozilla/scroll_top_null_target.html": [
Expand Down
3 changes: 3 additions & 0 deletions tests/wpt/mozilla/tests/mozilla/scroll_root.html
Expand Up @@ -7,6 +7,9 @@
<style>
body {
background: green;

/* FIXME(mrobinson): Remove this workaround when #25559 is fixed. */
margin: 0;
}
</style>
</head>
Expand Down
7 changes: 7 additions & 0 deletions tests/wpt/mozilla/tests/mozilla/scroll_root_ref.html
Expand Up @@ -5,7 +5,14 @@
<style>
body {
background: green;

/* FIXME(mrobinson): Remove this workaround when #25559 is fixed. */
margin: 0;
}
</style>
</head>
<body>
<!-- FIXME(mrobinson): Remove this workaround div when #25559 is fixed. -->
<div style="height: 10000px;"></div>
</body>
</html>

0 comments on commit e4a55d7

Please sign in to comment.