Update web-platform-tests to revision c26470dac73f2df9d4822a0d3482f7eb1ebf57d9

This commit is contained in:
Anthony Ramine 2018-01-10 14:28:20 +01:00
parent 7de87c487b
commit 4d3c932c47
648 changed files with 9014 additions and 4821 deletions

View file

@ -1,4 +0,0 @@
[Blob-Request-revoke-fetch.html]
[Revoke blob URL after creating Request, will fetch]
expected: FAIL

View file

@ -1,9 +0,0 @@
[Blob-XHR-revoke.html]
type: testharness
bug: https://github.com/servo/servo/issues/13767
[Revoking blob URL used with XMLHttpRequest]
expected: FAIL
[Revoke blob URL after open(), will fetch]
expected: FAIL

View file

@ -1,9 +0,0 @@
[blob-url-in-sandboxed-iframe.html]
type: testharness
expected: TIMEOUT
[reading a Blob URL in an unconstrained iframe]
expected: TIMEOUT
[reading a Blob URL in a sandboxed iframe without the same-origin flag]
expected: NOTRUN

View file

@ -0,0 +1,8 @@
[cross-global-revoke.sub.html]
expected: TIMEOUT
[It is possible to revoke same-origin blob URLs from different frames.]
expected: TIMEOUT
[It is not possible to revoke cross-origin blob URLs.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[sandboxed-iframe.html]
[FileAPI Test: Verify behavior of Blob URL in unique origins]
expected: FAIL

View file

@ -1,5 +1,4 @@
[origin.sub.html]
type: testharness
[unicode-origin.sub.html]
expected: TIMEOUT
[Verify serialization of non-ascii origin in Blob URLs]
expected: TIMEOUT

View file

@ -0,0 +1,21 @@
[url-format.any.worker.html]
[Generated Blob URLs are unique]
expected: FAIL
[Origin of Blob URL matches our origin]
expected: FAIL
[Blob URL parses correctly]
expected: FAIL
[Origin of Blob URL matches our origin for Files]
expected: FAIL
[url-format.any.html]
[Generated Blob URLs are unique]
expected: FAIL
[Blob URL parses correctly]
expected: FAIL

View file

@ -0,0 +1,4 @@
[url-in-tags.window.html]
[Blob URL fragment is implemented.]
expected: FAIL

View file

@ -0,0 +1,8 @@
[url-lifetime.html]
expected: TIMEOUT
[Terminating worker revokes its URLs]
expected: FAIL
[Removing an iframe revokes its URLs]
expected: TIMEOUT

View file

@ -0,0 +1,7 @@
[url-with-fetch.any.worker.html]
expected: ERROR
[url-with-fetch.any.html]
[Untitled]
expected: FAIL

View file

@ -0,0 +1,7 @@
[url-with-xhr.any.html]
[Untitled]
expected: FAIL
[url-with-xhr.any.worker.html]
expected: ERROR

View file

@ -1,6 +0,0 @@
[url_createobjecturl_blob.html]
type: testharness
[Check if the Blob URI starts with 'blob' using createFor()]
expected: FAIL
bug: https://github.com/servo/servo/issues/15112