mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision c26470dac73f2df9d4822a0d3482f7eb1ebf57d9
This commit is contained in:
parent
7de87c487b
commit
4d3c932c47
648 changed files with 9014 additions and 4821 deletions
|
@ -1,4 +0,0 @@
|
|||
[Blob-Request-revoke-fetch.html]
|
||||
[Revoke blob URL after creating Request, will fetch]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
4
tests/wpt/metadata/FileAPI/url/sandboxed-iframe.html.ini
Normal file
4
tests/wpt/metadata/FileAPI/url/sandboxed-iframe.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[sandboxed-iframe.html]
|
||||
[FileAPI Test: Verify behavior of Blob URL in unique origins]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
21
tests/wpt/metadata/FileAPI/url/url-format.any.js.ini
Normal file
21
tests/wpt/metadata/FileAPI/url/url-format.any.js.ini
Normal 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
|
||||
|
4
tests/wpt/metadata/FileAPI/url/url-in-tags.window.js.ini
Normal file
4
tests/wpt/metadata/FileAPI/url/url-in-tags.window.js.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[url-in-tags.window.html]
|
||||
[Blob URL fragment is implemented.]
|
||||
expected: FAIL
|
||||
|
8
tests/wpt/metadata/FileAPI/url/url-lifetime.html.ini
Normal file
8
tests/wpt/metadata/FileAPI/url/url-lifetime.html.ini
Normal 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
|
||||
|
7
tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini
Normal file
7
tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini
Normal file
|
@ -0,0 +1,7 @@
|
|||
[url-with-fetch.any.worker.html]
|
||||
expected: ERROR
|
||||
|
||||
[url-with-fetch.any.html]
|
||||
[Untitled]
|
||||
expected: FAIL
|
||||
|
7
tests/wpt/metadata/FileAPI/url/url-with-xhr.any.js.ini
Normal file
7
tests/wpt/metadata/FileAPI/url/url-with-xhr.any.js.ini
Normal file
|
@ -0,0 +1,7 @@
|
|||
[url-with-xhr.any.html]
|
||||
[Untitled]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-with-xhr.any.worker.html]
|
||||
expected: ERROR
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue