Skip to content

Commit

Permalink
Auto merge of #21867 - servo-wpt-sync:wpt_update_03-10-2018, r=jdm
Browse files Browse the repository at this point in the history
Sync WPT with upstream (03-10-2018)

Automated downstream sync of changes from upstream as of 03-10-2018.
[no-wpt-sync]

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21867)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Oct 4, 2018
2 parents e56db1f + 5e21187 commit caa4d19
Show file tree
Hide file tree
Showing 67 changed files with 1,402 additions and 820 deletions.
295 changes: 260 additions & 35 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[overflow-wrap-break-word-004.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[word-break-break-all-010.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[word-break-break-all-011.html]
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
[outline-width intermediate]
expected: FAIL

[outline-width end]
expected: FAIL

[min-width intermediate]
expected: FAIL

Expand Down Expand Up @@ -71,9 +68,6 @@
[bottom intermediate]
expected: FAIL

[right end]
expected: FAIL

[padding-left intermediate]
[text-indent intermediate]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[fetch-in-iframe.html]
expected: CRASH
[Untitled]
expected: FAIL

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[scroll-restoration-order.html]
[Traversing history should restore scroll position after dispatching popstate and before dispatching hashchange]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[traverse_the_history_1.html]
[Multiple history traversals from the same task]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[traverse_the_history_2.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[location-protocol-setter-non-broken-weird.html]
[Set location.protocol to data]
expected: FAIL

[Set location.protocol to ftp]
expected: FAIL

[Set location.protocol to gopher]
expected: FAIL

[Set location.protocol to x]
expected: FAIL

[Set location.protocol to http+x]
expected: FAIL

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,29 @@
expected: TIMEOUT

[picture: source (max-width:500px) valid image, img valid image, resize to wide]
expected: TIMEOUT
expected: FAIL

[picture: source (max-width:500px) valid image, img broken image, resize to narrow]
expected: TIMEOUT

[picture: source (max-width:500px) valid image, img valid image, resize to narrow]
expected: TIMEOUT
expected: FAIL

[picture: source (max-width:500px) broken image, img valid image, resize to narrow]
expected: FAIL

[img (srcset 1 cand) valid image, resize to wide]
expected: FAIL

[picture: same URL in source (max-width:500px) and img, resize to wide]
expected: FAIL

[img (srcset 1 cand) valid image, resize to narrow]
expected: FAIL

[picture: source (max-width:500px) valid image, img broken image, resize to wide]
expected: FAIL

[picture: same URL in source (max-width:500px) and img, resize to narrow]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[DOMContentLoaded-defer.html]
[The end: DOMContentLoaded and defer scripts]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[aborted-parser.window.html]
[document.open() after parser is aborted]
expected: FAIL

Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
[document.open should throw a SecurityError with cross-origin document even when the ignore-opens-during-unload counter is greater than 0 (during pagehide event)]
expected: FAIL

[document.open should throw a SecurityError with cross-origin document even when there is an active parser executing script]
expected: FAIL

0 comments on commit caa4d19

Please sign in to comment.