Update WPT expectations

This commit is contained in:
Martin Robinson 2020-04-09 12:44:38 +02:00 committed by Simon Sapin
parent f53ac953d6
commit a024ecccba
41 changed files with 4 additions and 86 deletions

View file

@ -1,2 +0,0 @@
[root_height_a.html]
expected: FAIL

View file

@ -8070,7 +8070,7 @@
]
],
"scroll_root.html": [
"5896eb3957da1eb85a26680053823d3f3bf9af49",
"b1a9cb590b0fcce9c883f99e17fa029a999b699b",
[
null,
[
@ -11102,7 +11102,7 @@
[]
],
"scroll_root_ref.html": [
"c7d4cfec7b9d9b5daf32841172721ddac3e4d071",
"6503ad5d5265c0698f61fc607e2e4e017b31cb6f",
[]
],
"scrolling_div_background_borders_background.png": [

View file

@ -7,9 +7,6 @@
<style>
body {
background: green;
/* FIXME(mrobinson): Remove this workaround when #25559 is fixed. */
margin: 0;
}
</style>
</head>

View file

@ -5,14 +5,7 @@
<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>