Skip to content

Commit

Permalink
Auto merge of #6448 - servo:wpt_20150623, r=Manishearth
Browse files Browse the repository at this point in the history
Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6448)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jun 28, 2015
2 parents 6f25ece + c66c6af commit 525d483
Show file tree
Hide file tree
Showing 1,079 changed files with 64,422 additions and 11,554 deletions.
Expand Up @@ -2,5 +2,4 @@
type: reftest
reftype: ==
refurl: /2dcontext/compositing/canvas_compositing_globalcompositeoperation_001-ref.htm
expected: FAIL
disabled: intermittent pass (issue 5803)
Expand Up @@ -2,5 +2,4 @@
type: reftest
reftype: ==
refurl: /2dcontext/the-canvas-state/canvas_state_restore_001-ref.htm
expected: FAIL
disabled: intermittent pass (issue 5764)
3 changes: 0 additions & 3 deletions tests/wpt/metadata/FileAPI/progress.html.ini
@@ -1,6 +1,3 @@
[progress.html]
type: testharness
expected: TIMEOUT
[W3C WebSocket API - Create WebSocket - Pass a URL with a non ws/wss scheme - SYNTAX_ERR is thrown]
expected: FAIL

3,579 changes: 2,428 additions & 1,151 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

Expand Up @@ -2,3 +2,4 @@
type: testharness
[loading documents from original origin after setting document.domain]
expected: FAIL

@@ -0,0 +1,5 @@
[send-entity-body-get-head.htm]
type: testharness
[XMLHttpRequest: send() - non-empty data argument and GET/HEAD (HEAD)]
expected: FAIL

20 changes: 20 additions & 0 deletions tests/wpt/metadata/animation-timing/idlharness.html.ini
@@ -0,0 +1,20 @@
[idlharness.html]
type: testharness
[Window interface: operation requestAnimationFrame(FrameRequestCallback)]
expected: FAIL

[Window interface: operation cancelAnimationFrame(long)]
expected: FAIL

[Window interface: window must inherit property "requestAnimationFrame" with the proper type (0)]
expected: FAIL

[Window interface: calling requestAnimationFrame(FrameRequestCallback) on window with too few arguments must throw TypeError]
expected: FAIL

[Window interface: window must inherit property "cancelAnimationFrame" with the proper type (1)]
expected: FAIL

[Window interface: calling cancelAnimationFrame(long) on window with too few arguments must throw TypeError]
expected: FAIL

@@ -0,0 +1,18 @@
[DOMParser-parseFromString-xml.html]
type: testharness
expected: TIMEOUT
[Should parse correctly in type text/xml]
expected: FAIL

[XMLDocument interface for correctly parsed document with type text/xml]
expected: FAIL

[Should return an error document for XML wellformedness errors in type text/xml]
expected: FAIL

[XMLDocument interface for incorrectly parsed document with type text/xml]
expected: FAIL

[Should parse correctly in type application/xml]
expected: TIMEOUT

3 changes: 0 additions & 3 deletions tests/wpt/metadata/html/dom/interfaces.html.ini
Expand Up @@ -1098,9 +1098,6 @@
[Document interface: calling writeln(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "defaultView" with the proper type (59)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "hasFocus" with the proper type (61)]
expected: FAIL

Expand Down
Expand Up @@ -51,3 +51,21 @@
[namedItem name attribute multiple attributes one element]
expected: FAIL
[HTMLOptionsCollection [index\] method return the item with index]
expected: FAIL
[HTMLOptionsCollection [name\] method return the item with name]
expected: FAIL
[HTMLOptionsCollection.item(index) method return the item with index]
expected: FAIL
[HTMLOptionsCollection.item(name) method return the item with index 0]
expected: FAIL
[HTMLOptionsCollection.add method insert HTMLOptionElement Option element]
expected: FAIL
[HTMLOptionsCollection.remove method remove Option element by index]
expected: FAIL
@@ -1,3 +1,23 @@
[error.html]
type: testharness
expected: TIMEOUT
[<img id="ref" src="404" alt="testing">]
expected: FAIL

[<img srcset="404" alt="testing">]
expected: FAIL

[<img srcset="404 0.5x" alt="testing">]
expected: FAIL

[<img srcset="404 2x" alt="testing">]
expected: FAIL

[<img srcset="404 100w" alt="testing">]
expected: FAIL

[<img srcset="404 100w" sizes="500px" alt="testing">]
expected: FAIL

[<img src="404 100w" sizes="500px" alt="testing">]
expected: FAIL

@@ -1,8 +1,7 @@
[textfieldselection-setRangeText.html]
type: testharness
expected: TIMEOUT
[text setRangeText fires a select event]
expected: NOTRUN
expected: FAIL

[text setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL
Expand All @@ -25,3 +24,171 @@
[text setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
expected: FAIL

[search setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL

[search selectionMode missing]
expected: FAIL

[search selectionMode 'select']
expected: FAIL

[search selectionMode 'start']
expected: FAIL

[search selectionMode 'end']
expected: FAIL

[search selectionMode 'preserve']
expected: FAIL

[search setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
expected: FAIL

[search setRangeText fires a select event]
expected: FAIL

[tel setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL

[tel selectionMode missing]
expected: FAIL

[tel selectionMode 'select']
expected: FAIL

[tel selectionMode 'start']
expected: FAIL

[tel selectionMode 'end']
expected: FAIL

[tel selectionMode 'preserve']
expected: FAIL

[tel setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
expected: FAIL

[tel setRangeText fires a select event]
expected: FAIL

[url setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL

[url selectionMode missing]
expected: FAIL

[url selectionMode 'select']
expected: FAIL

[url selectionMode 'start']
expected: FAIL

[url selectionMode 'end']
expected: FAIL

[url selectionMode 'preserve']
expected: FAIL

[url setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
expected: FAIL

[url setRangeText fires a select event]
expected: FAIL

[password setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL

[password selectionMode missing]
expected: FAIL

[password selectionMode 'select']
expected: FAIL

[password selectionMode 'start']
expected: FAIL

[password selectionMode 'end']
expected: FAIL

[password selectionMode 'preserve']
expected: FAIL

[password setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
expected: FAIL

[password setRangeText fires a select event]
expected: FAIL

[display_none setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL

[display_none selectionMode missing]
expected: FAIL

[display_none selectionMode 'select']
expected: FAIL

[display_none selectionMode 'start']
expected: FAIL

[display_none selectionMode 'end']
expected: FAIL

[display_none selectionMode 'preserve']
expected: FAIL

[display_none setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
expected: FAIL

[display_none setRangeText fires a select event]
expected: FAIL

[textarea setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL

[textarea selectionMode missing]
expected: FAIL

[textarea selectionMode 'select']
expected: FAIL

[textarea selectionMode 'start']
expected: FAIL

[textarea selectionMode 'end']
expected: FAIL

[textarea selectionMode 'preserve']
expected: FAIL

[textarea setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
expected: FAIL

[textarea setRangeText fires a select event]
expected: FAIL

[input_not_in_doc setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL

[input_not_in_doc selectionMode missing]
expected: FAIL

[input_not_in_doc selectionMode 'select']
expected: FAIL

[input_not_in_doc selectionMode 'start']
expected: FAIL

[input_not_in_doc selectionMode 'end']
expected: FAIL

[input_not_in_doc selectionMode 'preserve']
expected: FAIL

[input_not_in_doc setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
expected: FAIL

[input_not_in_doc setRangeText fires a select event]
expected: FAIL

@@ -1,3 +1,23 @@
[email.html]
type: testharness
expected: TIMEOUT
[single_email doesn't have the multiple attribute]
expected: FAIL
[value should be sanitized: strip line breaks]
expected: FAIL
[Email address validity]
expected: FAIL
[When the multiple attribute is removed, the user agent must run the value sanitization algorithm]
expected: FAIL
[multiple_email has the multiple attribute]
expected: FAIL
[run the value sanitization algorithm after setting a new value]
expected: FAIL
[valid value is a set of valid email addresses separated by a single ',']
expected: FAIL
@@ -0,0 +1,14 @@
[deleteRow.html]
type: testharness
[HTMLTableSectionElement deleteRow(0)]
expected: FAIL

[HTMLTableSectionElement deleteRow(-1)]
expected: FAIL

[HTMLTableSectionElement deleteRow(rows.length)]
expected: FAIL

[HTMLTableSectionElement deleteRow(-2)]
expected: FAIL

@@ -0,0 +1,17 @@
[insertRow.html]
type: testharness
[HTMLTableSectionElement insertRow(0)]
expected: FAIL

[HTMLTableSectionElement insertRow(-1)]
expected: FAIL

[HTMLTableSectionElement insertRow()]
expected: FAIL

[HTMLTableSectionElement insertRow(-2)]
expected: FAIL

[HTMLTableSectionElement insertRow(rows.length + 1)]
expected: FAIL

@@ -0,0 +1,14 @@
[deleteCell.html]
type: testharness
[HTMLTableRowElement deleteCell(0)]
expected: FAIL

[HTMLTableRowElement deleteCell(-1)]
expected: FAIL

[HTMLTableRowElement deleteCell(-2)]
expected: FAIL

[HTMLTableRowElement deleteCell(cells.length)]
expected: FAIL

0 comments on commit 525d483

Please sign in to comment.