Skip to content

Commit

Permalink
Auto merge of #10315 - jgraham:update-wpt, r=Ms2ger
Browse files Browse the repository at this point in the history
Update web-platform-tests to 5582e4d2bfcfd1fa9f105406b143170ee2af7db1

<!-- 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/10315)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Apr 1, 2016
2 parents 95819a4 + 78369e9 commit 7ea0186
Show file tree
Hide file tree
Showing 814 changed files with 57,463 additions and 819 deletions.
1 change: 1 addition & 0 deletions tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@

[no-argument Blob constructor without 'new']
expected: FAIL

1 change: 1 addition & 0 deletions tests/wpt/metadata/FileAPI/blob/Blob-slice.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@
[Invalid contentType ("te xt/plain")]
expected: FAIL
339 changes: 135 additions & 204 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions tests/wpt/metadata/XMLHttpRequest/data-uri.htm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@
[XHR method GET with charset image/png]
expected: FAIL

[XHR method POST with charset text/plain]
expected: FAIL

[XHR method PUT with charset text/plain]
expected: FAIL

[XHR method DELETE with charset text/plain]
expected: FAIL

[XHR method HEAD with charset text/plain]
expected: FAIL

[XHR method UNICORN with charset text/plain]
expected: FAIL

[XHR method GET with charset text/html;charset=UTF-8]
expected: FAIL

Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@

[lastModified set according to HTTP header]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[HTMLCollection-supported-property-indices.html]
type: testharness
[Handling of property names that look like integers around 2^31]
expected: FAIL

[Handling of property names that look like integers around 2^32]
expected: FAIL

42 changes: 42 additions & 0 deletions tests/wpt/metadata/dom/interfaces.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,45 @@
[DOMTokenList interface: calling supports(DOMString) on document.body.classList with too few arguments must throw TypeError]
expected: FAIL
[Node interface: attribute rootNode]
expected: FAIL
[Document interface: new Document() must inherit property "origin" with the proper type (3)]
expected: FAIL
[Document interface: new Document() must inherit property "query" with the proper type (35)]
expected: FAIL
[Document interface: calling query(DOMString) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: new Document() must inherit property "queryAll" with the proper type (36)]
expected: FAIL
[Document interface: calling queryAll(DOMString) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Node interface: new Document() must inherit property "rootNode" with the proper type (16)]
expected: FAIL
[Node interface: xmlDoc must inherit property "rootNode" with the proper type (16)]
expected: FAIL
[Node interface: document.createDocumentFragment() must inherit property "rootNode" with the proper type (16)]
expected: FAIL
[Node interface: document.doctype must inherit property "rootNode" with the proper type (16)]
expected: FAIL
[Node interface: element must inherit property "rootNode" with the proper type (16)]
expected: FAIL
[Node interface: document.createTextNode("abc") must inherit property "rootNode" with the proper type (16)]
expected: FAIL
[Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "rootNode" with the proper type (16)]
expected: FAIL
[Node interface: document.createComment("abc") must inherit property "rootNode" with the proper type (16)]
expected: FAIL
3 changes: 3 additions & 0 deletions tests/wpt/metadata/dom/nodes/Node-contains-xml.xml.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Node-contains-xml.xml]
type: testharness
expected: TIMEOUT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node-isEqualNode.xhtml]
[Node-isEqualNode-xhtml.xhtml]
type: testharness
expected: TIMEOUT
[isEqualNode should return true when only the internal subsets of DocumentTypes differ.]
Expand Down
14 changes: 14 additions & 0 deletions tests/wpt/metadata/dom/nodes/rootNode.html.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[rootNode.html]
type: testharness
[rootNode attribute must return the context object when it does not have any parent]
expected: FAIL

[rootNode attribute must return the parent node of the context object when the context object has a single ancestor not in a document]
expected: FAIL

[rootNode attribute must return the document when a node is in document]
expected: FAIL

[rootNode attribute must return a document fragment when a node is in the fragment]
expected: FAIL

This file was deleted.

Loading

0 comments on commit 7ea0186

Please sign in to comment.