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 @@
[abspos-containing-block-initial-004a.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-004b.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-004c.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-004d.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-004e.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-004f.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-005a.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-005b.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-005c.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[abspos-containing-block-initial-005d.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-body-001.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-001.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-002.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-005.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-007.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-008.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-009.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-010.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-012b.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-015.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-016.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-018.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-019.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-root-024.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[root-box-003.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[c45-bg-canvas-000.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[margin-collapse-021.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[height-percentage-003a.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-attachment-margin-root-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-color-body-propagation-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-color-body-propagation-003.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-margin-root.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-margin-transformed-root.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-margin-will-change-root.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[t421-rgb-func-whitespace-b.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[t422-rgba-func-whitespace-b.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[t423-transparent-2-a.xht]
expected: FAIL

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>