Skip to content

Commit

Permalink
Auto merge of #11106 - servo:wpt-20160510, r=Ms2ger
Browse files Browse the repository at this point in the history
Update web-platform-tests to revision 697b971060b2d475a73c1c3755232a4674d61cf5

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11106)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed May 10, 2016
2 parents f45a99c + b97474f commit da85439
Show file tree
Hide file tree
Showing 236 changed files with 4,815 additions and 891 deletions.
430 changes: 277 additions & 153 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

@@ -0,0 +1,6 @@
[open-url-multi-window-6.htm]
type: testharness
expected: TIMEOUT
[XMLHttpRequest: open() in document that is not fully active (but may be active) should throw]
expected: NOTRUN

35 changes: 35 additions & 0 deletions tests/wpt/metadata/domparsing/createContextualFragment.html.ini
@@ -0,0 +1,35 @@
[createContextualFragment.html]
type: testharness
[Must not throw INVALID_STATE_ERR for a detached node.]
expected: FAIL

[Simple test with paragraphs]
expected: FAIL

[Don't auto-create <body> when applied to <html>]
expected: FAIL
[<script>s should be run when appended to the document (but not before)]
expected: FAIL
[<html> and <body> must work the same, 1]
expected: FAIL
[<html> and <body> must work the same, 2]
expected: FAIL
[Implicit <body> creation]
expected: FAIL
[Namespace generally shouldn't matter]
expected: FAIL

[<html> in a different namespace shouldn't be special]
expected: FAIL
[null should be stringified]
expected: FAIL
[undefined should be stringified]
expected: FAIL
8 changes: 8 additions & 0 deletions tests/wpt/metadata/domparsing/innerhtml-01.xhtml.ini
@@ -0,0 +1,8 @@
[innerhtml-01.xhtml]
type: testharness
[innerHTML in XHTML: getting while the document is in an invalid state]
expected: FAIL

[innerHTML in XHTML: getting while the document is in an invalid state 1]
expected: FAIL

17 changes: 17 additions & 0 deletions tests/wpt/metadata/domparsing/innerhtml-03.xhtml.ini
@@ -0,0 +1,17 @@
[innerhtml-03.xhtml]
type: testharness
[innerHTML in XHTML]
expected: FAIL

[innerHTML in XHTML 1]
expected: FAIL

[innerHTML in XHTML 3]
expected: FAIL

[innerHTML in XHTML 4]
expected: FAIL

[innerHTML in XHTML 7]
expected: FAIL

5 changes: 5 additions & 0 deletions tests/wpt/metadata/domparsing/innerhtml-05.xhtml.ini
@@ -0,0 +1,5 @@
[innerhtml-05.xhtml]
type: testharness
[innerHTML in XHTML]
expected: FAIL

89 changes: 89 additions & 0 deletions tests/wpt/metadata/domparsing/insert_adjacent_html.html.ini
@@ -0,0 +1,89 @@
[insert_adjacent_html.html]
type: testharness
[beforeBegin content without next sibling]
expected: FAIL

[Afterbegin content without next sibling]
expected: FAIL

[BeforeEnd content without next sibling]
expected: FAIL

[afterend content without next sibling]
expected: FAIL

[beforeBegin content again, with next sibling]
expected: FAIL

[Afterbegin content again, with next sibling]
expected: FAIL

[BeforeEnd content again, with next sibling]
expected: FAIL

[afterend content again, with next sibling]
expected: FAIL

[Should throw when inserting with invalid position string]
expected: FAIL

[When the parent node is null, insertAdjacentHTML should throw for beforebegin and afterend (text)]
expected: FAIL

[When the parent node is null, insertAdjacentHTML should throw for beforebegin and afterend (comments)]
expected: FAIL

[When the parent node is null, insertAdjacentHTML should throw for beforebegin and afterend (elements)]
expected: FAIL

[When the parent node is a document, insertAdjacentHTML should throw for beforebegin and afterend (text)]
expected: FAIL

[When the parent node is a document, insertAdjacentHTML should throw for beforebegin and afterend (comments)]
expected: FAIL

[When the parent node is a document, insertAdjacentHTML should throw for beforebegin and afterend (elements)]
expected: FAIL

[Inserting after being and before end should order things correctly]
expected: FAIL

[beforeBegin child node not in tree but has parent]
expected: FAIL

[Afterbegin child node not in tree but has parent]
expected: FAIL

[BeforeEnd child node not in tree but has parent]
expected: FAIL

[afterend child node not in tree but has parent]
expected: FAIL

[beforeBegin content2 without next sibling]
expected: FAIL

[Afterbegin content2 without next sibling]
expected: FAIL

[BeforeEnd content2 without next sibling]
expected: FAIL

[afterend content2 without next sibling]
expected: FAIL

[beforeBegin content2 test again, now that there's a next sibling]
expected: FAIL
[Afterbegin content2 test again, now that there's a next sibling]
expected: FAIL

[BeforeEnd content2 test again, now that there's a next sibling]
expected: FAIL
[afterend content2 test again, now that there's a next sibling]
expected: FAIL

[Inserting kids of the <html> element should not do weird things with implied <body>/<head> tags]
expected: FAIL

89 changes: 89 additions & 0 deletions tests/wpt/metadata/domparsing/insert_adjacent_html.xhtml.ini
@@ -0,0 +1,89 @@
[insert_adjacent_html.xhtml]
type: testharness
[beforeBegin content without next sibling]
expected: FAIL

[Afterbegin content without next sibling]
expected: FAIL

[BeforeEnd content without next sibling]
expected: FAIL

[afterend content without next sibling]
expected: FAIL

[beforeBegin content again, with next sibling]
expected: FAIL

[Afterbegin content again, with next sibling]
expected: FAIL

[BeforeEnd content again, with next sibling]
expected: FAIL

[afterend content again, with next sibling]
expected: FAIL

[Should throw when inserting with invalid position string]
expected: FAIL

[When the parent node is null, insertAdjacentHTML should throw for beforebegin and afterend (text)]
expected: FAIL

[When the parent node is null, insertAdjacentHTML should throw for beforebegin and afterend (comments)]
expected: FAIL

[When the parent node is null, insertAdjacentHTML should throw for beforebegin and afterend (elements)]
expected: FAIL

[When the parent node is a document, insertAdjacentHTML should throw for beforebegin and afterend (text)]
expected: FAIL

[When the parent node is a document, insertAdjacentHTML should throw for beforebegin and afterend (comments)]
expected: FAIL

[When the parent node is a document, insertAdjacentHTML should throw for beforebegin and afterend (elements)]
expected: FAIL

[Inserting after being and before end should order things correctly]
expected: FAIL

[beforeBegin child node not in tree but has parent]
expected: FAIL

[Afterbegin child node not in tree but has parent]
expected: FAIL

[BeforeEnd child node not in tree but has parent]
expected: FAIL

[afterend child node not in tree but has parent]
expected: FAIL

[beforeBegin content2 without next sibling]
expected: FAIL

[Afterbegin content2 without next sibling]
expected: FAIL

[BeforeEnd content2 without next sibling]
expected: FAIL

[afterend content2 without next sibling]
expected: FAIL

[beforeBegin content2 test again, now that there's a next sibling]
expected: FAIL
[Afterbegin content2 test again, now that there's a next sibling]
expected: FAIL

[BeforeEnd content2 test again, now that there's a next sibling]
expected: FAIL
[afterend content2 test again, now that there's a next sibling]
expected: FAIL

[insertAdjacentHTML in HTML]
expected: FAIL

47 changes: 47 additions & 0 deletions tests/wpt/metadata/domparsing/xml-serialization.xhtml.ini
@@ -0,0 +1,47 @@
[xml-serialization.xhtml]
type: testharness
[Comment: containing --]
expected: FAIL

[Comment: starting with -]
expected: FAIL

[Comment: ending with -]
expected: FAIL

[Comment: containing -->]
expected: FAIL

[DocumentType: empty public and system id]
expected: FAIL

[DocumentType: empty system id]
expected: FAIL

[DocumentType: empty public id]
expected: FAIL

[DocumentType: non-empty public and system id]
expected: FAIL

[DocumentType: 'APOSTROPHE' (U+0027)]
expected: FAIL

[DocumentType: 'QUOTATION MARK' (U+0022)]
expected: FAIL

[DocumentType: 'APOSTROPHE' (U+0027) and 'QUOTATION MARK' (U+0022)]
expected: FAIL

[ProcessingInstruction: empty data]
expected: FAIL

[ProcessingInstruction: non-empty data]
expected: FAIL

[ProcessingInstruction: target contains xml]
expected: FAIL

[ProcessingInstruction: target contains a 'COLON' (U+003A)]
expected: FAIL

Expand Up @@ -6,3 +6,6 @@
[Dispatching a synthetic PopStateEvent]
expected: FAIL

[document.createEvent]
expected: FAIL

@@ -0,0 +1,9 @@
[allow_prototype_cycle_through_location.sub.html]
type: testharness
expected: TIMEOUT
[same-origin, same-window location cycle]
expected: FAIL

[cross-origin location has null prototype]
expected: NOTRUN

Expand Up @@ -3,3 +3,9 @@
[document: fg/bg/link/vlink/alink-color]
expected: FAIL

[getting document color attributes with no body]
expected: FAIL

[setting document color attributes with no body]
expected: FAIL

@@ -0,0 +1,5 @@
[base_about_blank.html]
type: testharness
[base element in about:blank document should resolve against its fallback base URI]
expected: FAIL

@@ -0,0 +1,5 @@
[base_href_invalid.html]
type: testharness
[base element with unparseable href should have .href getter return attr value]
expected: FAIL

@@ -0,0 +1,5 @@
[base_srcdoc.html]
type: testharness
[base element in srcdoc document should resolve against its fallback base URI]
expected: FAIL

@@ -0,0 +1,5 @@
[link-rellist.html]
type: testharness
[link.relList: non-string contains]
expected: FAIL

@@ -0,0 +1,8 @@
[iframe-load-event.html]
type: testharness
[load event of blob URL]
expected: FAIL

[load event of initial about:blank]
expected: FAIL

Expand Up @@ -6,6 +6,3 @@
[canceled activation steps on unchecked checkbox (indeterminate=true in onclick)]
expected: FAIL

[click on mutable checkbox fires a click event, then an input event, then a change event]
expected: FAIL

0 comments on commit da85439

Please sign in to comment.