Skip to content

Commit

Permalink
Update web-platform-tests to revision 76c0092916ee8a9171396e62c472d85…
Browse files Browse the repository at this point in the history
…a0f2623fb
  • Loading branch information
servo-wpt-sync committed May 22, 2018
1 parent 319556c commit 496933f
Show file tree
Hide file tree
Showing 50 changed files with 584 additions and 282 deletions.
187 changes: 136 additions & 51 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

@@ -0,0 +1,2 @@
[adjoining-float-before-clearance.html]
expected: FAIL
@@ -0,0 +1,2 @@
[negative-clearance-after-adjoining-float.html]
expected: FAIL
@@ -0,0 +1,2 @@
[negative-clearance-after-bottom-margin.html]
expected: FAIL
@@ -1,3 +1,3 @@
[first-letter-punctuation-033.xht]
type: reftest
expected: FAIL
expected: TIMEOUT
Expand Up @@ -3,3 +3,4 @@
[ ]
expected:
if os == "mac": FAIL

Expand Up @@ -3,3 +3,4 @@
[ ]
expected:
if os == "mac": FAIL

Expand Up @@ -3,3 +3,4 @@
[ ]
expected:
if os == "mac": FAIL

Expand Up @@ -3,3 +3,4 @@
[ ]
expected:
if os == "mac": FAIL

Expand Up @@ -3,3 +3,4 @@
[ ]
expected:
if os == "mac": FAIL

@@ -0,0 +1,2 @@
[css3-text-line-break-opclns-017.html]
expected: FAIL
@@ -0,0 +1,2 @@
[css3-text-line-break-opclns-024.html]
expected: FAIL
@@ -0,0 +1,2 @@
[css3-text-line-break-opclns-121.html]
expected: FAIL
@@ -0,0 +1,2 @@
[css3-text-line-break-opclns-129.html]
expected: FAIL
@@ -0,0 +1,4 @@
[zero-duration-multiple-transition.html]
[transition-duration of 0 prevents earlier transitions with the same property from starting.]
expected: FAIL

This file was deleted.

This file was deleted.

@@ -0,0 +1,2 @@
[img-png-mislabeled-as-html-nosniff.tentative.sub.html]
expected: FAIL
@@ -0,0 +1,4 @@
[navigation-within-beforeunload.html]
[Triggering navigation from within beforeunload event]
expected: FAIL

Expand Up @@ -30,3 +30,6 @@
[Set HTTP URL frame location.protocol to http+x]
expected: FAIL

[Set HTTP URL frame location.protocol to data]
expected: FAIL

Expand Up @@ -172,3 +172,63 @@
[XHTML img usemap="http://example.org/#garbage-before-hash-id"]
expected: FAIL

[HTML (quirks) IMG usemap="no-hash-name"]
expected: FAIL

[HTML (quirks) IMG usemap="no-hash-id"]
expected: FAIL

[HTML (quirks) IMG usemap="hash-last#"]
expected: FAIL

[HTML (quirks) IMG usemap=""]
expected: FAIL

[HTML (quirks) IMG usemap="#"]
expected: FAIL

[HTML (quirks) IMG usemap="#percent-escape-name-%41"]
expected: FAIL

[HTML (quirks) IMG usemap="#percent-escape-id-%41"]
expected: FAIL

[HTML (quirks) IMG usemap="#no-such-map"]
expected: FAIL

[HTML (quirks) IMG usemap="#different-CASE-name"]
expected: FAIL

[HTML (quirks) IMG usemap="#different-CASE-id"]
expected: FAIL

[XHTML img usemap="no-hash-name"]
expected: FAIL

[XHTML img usemap="no-hash-id"]
expected: FAIL

[XHTML img usemap="hash-last#"]
expected: FAIL

[XHTML img usemap=""]
expected: FAIL

[XHTML img usemap="#"]
expected: FAIL

[XHTML img usemap="#percent-escape-name-%41"]
expected: FAIL

[XHTML img usemap="#percent-escape-id-%41"]
expected: FAIL

[XHTML img usemap="#no-such-map"]
expected: FAIL

[XHTML img usemap="#different-CASE-name"]
expected: FAIL

[XHTML img usemap="#different-CASE-id"]
expected: FAIL

8 changes: 4 additions & 4 deletions tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -60211,11 +60211,11 @@
"reftest"
],
"css/background_border_padding_crash-ref.html": [
"eae17c2be5646f7fa1dc26e5a28a89c527da00e6",
"a9b8abdba927b26841acb2405a8a753e4efb2d24",
"support"
],
"css/background_border_padding_crash.html": [
"600d0c014aabfe13f09dec11757d5d7740a5ba74",
"068fea92a7884351465963e76306435cf6680b56",
"reftest"
],
"css/background_clip_a.html": [
Expand Down Expand Up @@ -70951,7 +70951,7 @@
"testharness"
],
"mozilla/webgl/bindBuffer.html": [
"659d53041373a6e40b9ab4cbf7e2afad45048377",
"3ee0f8120ec78da6584399fef852276b65f9b650",
"testharness"
],
"mozilla/webgl/bufferData.html": [
Expand All @@ -70963,7 +70963,7 @@
"testharness"
],
"mozilla/webgl/clear.html": [
"14cc534be5da96b0cc128d5c44f662b2fdfb294c",
"d5a3af49d99e8165aa154c31ca8d846e45094986",
"testharness"
],
"mozilla/webgl/clearcolor.html": [
Expand Down
2 changes: 0 additions & 2 deletions tests/wpt/mozilla/meta/css/iframe/hide_after_load.html.ini

This file was deleted.

This file was deleted.

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<title>Float that would be adjoining if there were no clearance</title>
<meta name="assert" content="If the clearance candidate would pull a float down with it (due to margin collapsing) if there were no clearance, clearance needs to be inserted to separate the two, so that the block can go past the float. No matter how large the margin is, it should still be just below the float.">
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#flow-control" title="9.5.2 Controlling flow next to floats: the 'clear' property">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht" />
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="width:100px; background:red;">
<div>
<div style="float:left; width:100px; height:50px; background:green;"></div>
</div>
<div style="margin-top:400px; clear:left; height:50px; background:green;"></div>
</div>
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<title>Clearance on empty block followed by block with large margin and 'clear'</title>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#flow-control" title="9.5.2 Controlling flow next to floats: the 'clear' property">
<link rel="help" href="https://www.w3.org/TR/CSS22/box.html#collapsing-margins" title="8.3.1 Collapsing margins">
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="position:relative; width:100px; border-top:1px solid white; top:-21px; z-index:-1; background:green;">
<div style="float:left; width:100px; height:20px; background:white;"></div>
<div style="clear:both;"></div>
<div style="clear:both; margin-top:100px; height:20px; background:white;"></div>
</div>
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<title>Negative clearance between adjoining float and child with top margin</title>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#flow-control" title="9.5.2 Controlling flow next to floats: the 'clear' property">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht" />
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="width:100px; background:red;">
<div style="float:left; width:100px; height:50px; background:green;"></div>
<div style="clear:left; margin-top:200px;"></div>
</div>
<div style="width:100px; height:50px; background:green;"></div>
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<title>Negative clearance between bottom margin and cleared child with top margin</title>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#flow-control" title="9.5.2 Controlling flow next to floats: the 'clear' property">
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="position:relative; top:-50px; z-index:-1;">
<div style="float:left; width:50px; height:50px; border-top:50px solid white; background:green;"></div>
<div style="padding-top:1px;">
<div style="width:100px; background:green;">
<div style="margin-bottom:49px;"></div>
<div style="clear:left; margin-top:98px;"></div>
</div>
<div style="width:100px; height:50px; background:green;"></div>
</div>
</div>

This file was deleted.

Binary file not shown.

This file was deleted.

0 comments on commit 496933f

Please sign in to comment.