mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +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
|
@ -18,3 +18,36 @@
|
||||||
[createImageBitmap from a HTMLVideoElement, and drawImage on the created ImageBitmap]
|
[createImageBitmap from a HTMLVideoElement, and drawImage on the created ImageBitmap]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an HTMLCanvasElement, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an HTMLCanvasElement with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an HTMLVideoElement, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an HTMLVideoElement with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an HTMLImageElement, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an HTMLImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an ImageData with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from an ImageBitmap with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap from a Blob with negative sw/sh, and drawImage on the created ImageBitmap]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[createImageBitmap-invalid-args.html]
|
[createImageBitmap-invalid-args.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
|
||||||
[createImageBitmap with a HTMLImageElement source and sw set to 0 rejects with a RangeError.]
|
[createImageBitmap with a HTMLImageElement source and sw set to 0 rejects with a RangeError.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -91,3 +90,96 @@
|
||||||
[createImageBitmap with an available but undecodable image source rejects with an InvalidStateError.]
|
[createImageBitmap with an available but undecodable image source rejects with an InvalidStateError.]
|
||||||
expected: TIMEOUT
|
expected: TIMEOUT
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLCanvasElement source and sw set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLCanvasElement source and sh set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLCanvasElement source and oversized (unallocatable) crop region]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLVideoElement source and sw set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLVideoElement source and sh set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLVideoElement source and oversized (unallocatable) crop region]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLImageElement source and sw set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLImageElement source and sh set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an HTMLImageElement source and oversized (unallocatable) crop region]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an OffscreenCanvas source and sw set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an OffscreenCanvas source and sh set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an OffscreenCanvas source and oversized (unallocatable) crop region]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an ImageData source and sw set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an ImageData source and sh set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an ImageData source and oversized (unallocatable) crop region]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an ImageBitmap source and sw set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an ImageBitmap source and sh set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a an ImageBitmap source and oversized (unallocatable) crop region]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a a Blob source and sw set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a a Blob source and sh set to 0]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a a Blob source and oversized (unallocatable) crop region]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with undefined image source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with null image source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with empty image source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with empty video source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with an oversized canvas source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with an invalid OffscreenCanvas source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with an undecodable blob source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a broken image source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with an available but undecodable image source.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a closed ImageBitmap.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -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]
|
[unicode-origin.sub.html]
|
||||||
type: testharness
|
|
||||||
expected: TIMEOUT
|
expected: TIMEOUT
|
||||||
[Verify serialization of non-ascii origin in Blob URLs]
|
[Verify serialization of non-ascii origin in Blob URLs]
|
||||||
expected: TIMEOUT
|
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
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,3 +0,0 @@
|
||||||
[color-030.xht]
|
|
||||||
type: reftest
|
|
||||||
expected: FAIL
|
|
|
@ -1,2 +0,0 @@
|
||||||
[vh_not_refreshing_on_chrome.html]
|
|
||||||
expected: FAIL
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
[matches.html]
|
||||||
|
[Preconditions.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Invalidate :matches() for simple selector arguments.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Invalidate :matches() for compound selector arguments.]
|
||||||
|
expected: FAIL
|
||||||
|
|
4
tests/wpt/metadata/css/selectors/user-invalid.html.ini
Normal file
4
tests/wpt/metadata/css/selectors/user-invalid.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[user-invalid.html]
|
||||||
|
[:user-invalid selector should be supported]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[fetch-destination-iframe.https.html]
|
||||||
|
[Fetch destination tests for resources with no load event]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[fetch-destination-no-load-event.https.html]
|
||||||
|
[Fetch destination tests for resources with no load event]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[fetch-destination-worker.https.html]
|
||||||
|
[Fetch destination tests for resources with no load event]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -2,3 +2,6 @@
|
||||||
[Service Worker: the body of FetchEvent using XMLHttpRequest]
|
[Service Worker: the body of FetchEvent using XMLHttpRequest]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Fetch destination tests]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[window-properties.html]
|
[window-properties.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
|
||||||
[Window method: stop]
|
[Window method: stop]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -17,3 +17,6 @@
|
||||||
[source : unpaired surrogate codepoint should be replaced with U+FFFD]
|
[source : unpaired surrogate codepoint should be replaced with U+FFFD]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Document URLs: unpaired surrogate codepoint should be replaced with U+FFFD]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[duplicated-imports-1.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
||||||
|
[duplicated-imports-2.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -1,3 +1,5 @@
|
||||||
[caption-methods.html]
|
[caption-methods.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: CRASH
|
[Creating and deleting captions]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[rellist-feature-detection.html]
|
||||||
|
[Make sure that relList based feature detection is working]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[rellist-feature-detection.html]
|
||||||
|
[Make sure that relList based feature detection is working]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[SharedWorkerPerformanceNow.html]
|
||||||
|
[performance.now() exists in shared workers and reports reasonable times]
|
||||||
|
expected: FAIL
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue