mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,2 @@
|
|||
[destroyed-context.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/fetch/api/abort/keepalive.html.ini
Normal file
2
tests/wpt/meta/fetch/api/abort/keepalive.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[keepalive.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,45 @@
|
|||
[header-value-combining.any.worker.html]
|
||||
[response.headers.get('content-length') expects 0]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('content-length') expects 0, 0]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('double-trouble') expects , ]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('foo-test') expects 1, 2, 3]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('heya') expects , \x0b\x0c, 1, , , 2]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('www-authenticate') expects 1, 2, 3, 4]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[header-value-combining.any.html]
|
||||
[response.headers.get('content-length') expects 0]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('content-length') expects 0, 0]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('double-trouble') expects , ]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('foo-test') expects 1, 2, 3]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('heya') expects , \x0b\x0c, 1, , , 2]
|
||||
expected: FAIL
|
||||
|
||||
[response.headers.get('www-authenticate') expects 1, 2, 3, 4]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[header-value-combining.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[header-value-combining.any.serviceworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,9 @@
|
|||
[header-value-null-byte.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[header-value-null-byte.any.html]
|
||||
|
||||
[header-value-null-byte.any.worker.html]
|
||||
|
||||
[header-value-null-byte.any.serviceworker.html]
|
||||
expected: ERROR
|
23
tests/wpt/meta/fetch/api/basic/integrity.sub.any.js.ini
Normal file
23
tests/wpt/meta/fetch/api/basic/integrity.sub.any.js.ini
Normal file
|
@ -0,0 +1,23 @@
|
|||
[integrity.sub.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[integrity.sub.any.worker.html]
|
||||
[SHA-512 integrity with missing padding]
|
||||
expected: FAIL
|
||||
|
||||
[SHA-512 integrity base64url encoded]
|
||||
expected: FAIL
|
||||
|
||||
[SHA-512 integrity base64url encoded with missing padding]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[integrity.sub.any.html]
|
||||
[SHA-512 integrity with missing padding]
|
||||
expected: FAIL
|
||||
|
||||
[SHA-512 integrity base64url encoded]
|
||||
expected: FAIL
|
||||
|
||||
[SHA-512 integrity base64url encoded with missing padding]
|
||||
expected: FAIL
|
|
@ -1,3 +1,4 @@
|
|||
[keepalive.any.html]
|
||||
expected: TIMEOUT
|
||||
[keepalive in onunload in nested frame in another window]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/fetch/api/basic/mediasource.window.js.ini
Normal file
3
tests/wpt/meta/fetch/api/basic/mediasource.window.js.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[mediasource.window.html]
|
||||
[Cannot fetch blob: URL from a MediaSource]
|
||||
expected: FAIL
|
|
@ -1,5 +1,44 @@
|
|||
[scheme-blob.sub.any.worker.html]
|
||||
expected: CRASH
|
||||
[Fetching URL.createObjectURL(empty_blob) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching URL.createObjectURL(empty_type_blob) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Blob content is not sniffed for a content type [image/png\]]
|
||||
expected: FAIL
|
||||
|
||||
[Blob content is not sniffed for a content type [text/xml\]]
|
||||
expected: FAIL
|
||||
|
||||
[Set content type to the empty string for slice with invalid content type]
|
||||
expected: FAIL
|
||||
|
||||
[Set content type to the empty string for slice with no content type ]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.slice should not sniff the content for a content type]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[scheme-blob.sub.any.html]
|
||||
expected: CRASH
|
||||
[Fetching URL.createObjectURL(empty_blob) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching URL.createObjectURL(empty_type_blob) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Blob content is not sniffed for a content type [image/png\]]
|
||||
expected: FAIL
|
||||
|
||||
[Blob content is not sniffed for a content type [text/xml\]]
|
||||
expected: FAIL
|
||||
|
||||
[Set content type to the empty string for slice with invalid content type]
|
||||
expected: FAIL
|
||||
|
||||
[Set content type to the empty string for slice with no content type ]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.slice should not sniff the content for a content type]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,82 +1,8 @@
|
|||
[mime-type.any.html]
|
||||
expected: TIMEOUT
|
||||
[Response: MIME type for Blob from empty body]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Request: MIME type for Blob from empty body with Content-Type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: MIME type for Blob from empty body with Content-Type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: MIME type for Blob]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: MIME type for Blob]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: MIME type for Blob with non-empty type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: MIME type for Blob with non-empty type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: Extract a MIME type with clone]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: Extract a MIME type with clone]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: Content-Type in headers wins Blob"s type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: Content-Type in headers wins Blob"s type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: setting missing Content-Type in headers and it wins Blob"s type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: setting missing Content-Type in headers and it wins Blob"s type]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[mime-type.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Response: MIME type for Blob from empty body]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Request: MIME type for Blob from empty body with Content-Type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: MIME type for Blob from empty body with Content-Type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: MIME type for Blob]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: MIME type for Blob]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: MIME type for Blob with non-empty type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: MIME type for Blob with non-empty type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: Extract a MIME type with clone]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: Extract a MIME type with clone]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: Content-Type in headers wins Blob"s type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: Content-Type in headers wins Blob"s type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request: setting missing Content-Type in headers and it wins Blob"s type]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response: setting missing Content-Type in headers and it wins Blob"s type]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[cors-filtering.sub.any.html]
|
||||
[CORS filter on Content-Length header]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-filtering.sub.any.worker.html]
|
||||
[CORS filter on Content-Length header]
|
||||
expected: FAIL
|
2
tests/wpt/meta/fetch/api/cors/cors-keepalive.any.js.ini
Normal file
2
tests/wpt/meta/fetch/api/cors/cors-keepalive.any.js.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[cors-keepalive.any.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,8 @@
|
|||
[cors-preflight-cache.any.worker.html]
|
||||
[cors-preflight-cache]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-preflight-cache.any.html]
|
||||
[cors-preflight-cache]
|
||||
expected: FAIL
|
|
@ -0,0 +1,14 @@
|
|||
[cors-preflight-not-cors-safelisted.any.html]
|
||||
[Need CORS-preflight for accept-language/\x01 header]
|
||||
expected: FAIL
|
||||
|
||||
[Need CORS-preflight for content-language/\x01 header]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-preflight-not-cors-safelisted.any.worker.html]
|
||||
[Need CORS-preflight for accept-language/\x01 header]
|
||||
expected: FAIL
|
||||
|
||||
[Need CORS-preflight for content-language/\x01 header]
|
||||
expected: FAIL
|
|
@ -1,9 +1,39 @@
|
|||
[cors-preflight-redirect.any.worker.html]
|
||||
[Redirection 301 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[Redirection 302 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[Redirection 303 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[Redirection 307 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[Redirection 308 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-preflight-redirect.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cors-preflight-redirect.any.html]
|
||||
[Redirection 301 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[Redirection 302 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[Redirection 303 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[Redirection 307 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[Redirection 308 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-preflight-redirect.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[cors-preflight-referrer.any.worker.html]
|
||||
[Referrer policy: "" and referrer: default]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer policy: "" and referrer: 'myreferrer']
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-preflight-referrer.any.html]
|
||||
[Referrer policy: "" and referrer: default]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer policy: "" and referrer: 'myreferrer']
|
||||
expected: FAIL
|
|
@ -0,0 +1,14 @@
|
|||
[cors-preflight-response-validation.any.worker.html]
|
||||
[Preflight response with a bad Access-Control-Allow-Headers]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight response with a bad Access-Control-Allow-Methods]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-preflight-response-validation.any.html]
|
||||
[Preflight response with a bad Access-Control-Allow-Headers]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight response with a bad Access-Control-Allow-Methods]
|
||||
expected: FAIL
|
14
tests/wpt/meta/fetch/api/cors/cors-preflight.any.js.ini
Normal file
14
tests/wpt/meta/fetch/api/cors/cors-preflight.any.js.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[cors-preflight.any.html]
|
||||
[CORS [GET\] [several headers\], server allows]
|
||||
expected: FAIL
|
||||
|
||||
[CORS [PUT\] [several headers\], server allows]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-preflight.any.worker.html]
|
||||
[CORS [GET\] [several headers\], server allows]
|
||||
expected: FAIL
|
||||
|
||||
[CORS [PUT\] [several headers\], server allows]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[data-url-shared-worker.html]
|
||||
[fetching "top.txt" without ACAO should be rejected.]
|
||||
expected: FAIL
|
||||
|
||||
[fetching "top.txt" with CORS allowing null origin should be allowed.]
|
||||
expected: FAIL
|
||||
|
||||
[fetching data url script should be allowed.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/fetch/api/cors/sandboxed-iframe.html.ini
Normal file
3
tests/wpt/meta/fetch/api/cors/sandboxed-iframe.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[sandboxed-iframe.html]
|
||||
[CORS with sandboxed iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[header-setcookie.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[header-setcookie.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[header-setcookie.any.html]
|
||||
|
||||
[header-setcookie.any.worker.html]
|
|
@ -1,48 +1,12 @@
|
|||
[headers-no-cors.any.html]
|
||||
["no-cors" Headers object cannot have accept set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have content-language set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have accept-language set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have content-language set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have content-type set to text/plain;ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, text/plain]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have accept-language set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have accept set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[headers-no-cors.any.worker.html]
|
||||
["no-cors" Headers object cannot have accept set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have content-language set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have accept-language set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have content-language set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have content-type set to text/plain;ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, text/plain]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have accept-language set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
["no-cors" Headers object cannot have accept set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[headers-no-cors.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[csp-blocked-worker.html]
|
||||
[Fetch is blocked by CSP, got a TypeError]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[referrer-no-referrer-service-worker.https.html]
|
||||
[Fetch in service worker: referrer with no-referrer policy]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[referrer-origin-service-worker.https.html]
|
||||
[Fetch in service worker: referrer with no-referrer policy]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[referrer-origin-when-cross-origin-service-worker.https.html]
|
||||
[Fetch in service worker: referrer with origin-when-cross-origin policy]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[referrer-origin-when-cross-origin-worker.html]
|
||||
[Request's referrer is origin]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[referrer-origin-when-cross-origin.html]
|
||||
[Request's referrer is origin]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[referrer-origin-worker.html]
|
||||
[Request's referrer is origin]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin referrer is overridden by client origin]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[referrer-origin.html]
|
||||
[Request's referrer is origin]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin referrer is overridden by client origin]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[referrer-unsafe-url-service-worker.https.html]
|
||||
[Fetch in worker: referrer with unsafe-url policy]
|
||||
expected: FAIL
|
32
tests/wpt/meta/fetch/api/redirect/redirect-mode.any.js.ini
Normal file
32
tests/wpt/meta/fetch/api/redirect/redirect-mode.any.js.ini
Normal file
|
@ -0,0 +1,32 @@
|
|||
[redirect-mode.any.worker.html]
|
||||
[cross-origin redirect 301 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin redirect 302 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin redirect 303 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin redirect 307 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin redirect 308 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[redirect-mode.any.html]
|
||||
[cross-origin redirect 301 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin redirect 302 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin redirect 303 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin redirect 307 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin redirect 308 in manual redirect and no-cors mode]
|
||||
expected: FAIL
|
|
@ -0,0 +1,80 @@
|
|||
[redirect-referrer.any.html]
|
||||
[Same origin redirection, empty init, unsafe-url redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, no-referrer-when-downgrade redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, same-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, origin-when-cross-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, strict-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, strict-origin-when-cross-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, unsafe-url redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, no-referrer-when-downgrade redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, origin-when-cross-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, strict-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, strict-origin-when-cross-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[redirect-referrer.any.worker.html]
|
||||
[Same origin redirection, empty init, unsafe-url redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, no-referrer-when-downgrade redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, same-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, origin-when-cross-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, strict-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin redirection, empty init, strict-origin-when-cross-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, unsafe-url redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, no-referrer-when-downgrade redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, origin-when-cross-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, strict-origin redirect header ]
|
||||
expected: FAIL
|
||||
|
||||
[Cross origin redirection, empty init, strict-origin-when-cross-origin redirect header ]
|
||||
expected: FAIL
|
|
@ -2,7 +2,6 @@
|
|||
expected: ERROR
|
||||
|
||||
[redirect-upload.h2.any.html]
|
||||
expected: TIMEOUT
|
||||
|
||||
[redirect-upload.h2.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[fetch-destination-frame.https.html]
|
||||
[Initialize global state]
|
||||
expected: FAIL
|
||||
|
||||
[frame fetches with a "frame" Request.destination]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[fetch-destination-iframe.https.html]
|
||||
[Initialize global state]
|
||||
expected: FAIL
|
||||
|
||||
[iframe fetches with a "iframe" Request.destination]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[fetch-destination-no-load-event.https.html]
|
||||
[Initialize global state]
|
||||
expected: FAIL
|
||||
|
||||
[Background image fetches with an "image" Request.destination]
|
||||
expected: FAIL
|
||||
|
||||
[Font loading API fetches with an "font" Request.destination]
|
||||
expected: FAIL
|
||||
|
||||
[CSS font fetches with an "font" Request.destination]
|
||||
expected: FAIL
|
||||
|
||||
[sendBeacon() fetches with an empty string Request.destination]
|
||||
expected: FAIL
|
||||
|
||||
[Cache.add() fetches with an empty string Request.destination]
|
||||
expected: FAIL
|
||||
|
||||
[importScripts() fetches with a "script" Request.destination]
|
||||
expected: FAIL
|
||||
|
||||
[@import fetches with a "style" Request.destination]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[fetch-destination-prefetch.https.html]
|
||||
[Initialize global state]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLLinkElement with rel=prefetch fetches with an empty string Request.destination]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[fetch-destination-worker.https.html]
|
||||
[Initialize global state]
|
||||
expected: FAIL
|
||||
|
||||
[DedicatedWorker fetches with a "worker" Request.destination]
|
||||
expected: FAIL
|
||||
|
||||
[SharedWorker fetches with a "sharedworker" Request.destination]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[construct-in-detached-frame.window.html]
|
||||
[creating a request from another request in a detached realm should work]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[request-init-001.sub.html]
|
||||
[Check referrerPolicy init value of and associated getter]
|
||||
expected: FAIL
|
|
@ -0,0 +1,14 @@
|
|||
[request-init-priority.any.html]
|
||||
[new Request() throws a TypeError if any of RequestInit's members' values are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[fetch() with an invalid priority returns a rejected promise with a TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-init-priority.any.worker.html]
|
||||
[new Request() throws a TypeError if any of RequestInit's members' values are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[fetch() with an invalid priority returns a rejected promise with a TypeError]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[request-keepalive-quota.html?include=slow-2]
|
||||
[A Keep-Alive fetch() should return only its allocated Quota upon promise resolution.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-keepalive-quota.html?include=fast]
|
||||
[A Keep-Alive fetch() with a body over the Quota Limit should reject.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-keepalive-quota.html?include=slow-1]
|
||||
|
||||
[request-keepalive-quota.html?include=slow-3]
|
||||
[A Keep-Alive fetch() should not be allowed if the Quota is used up.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[request-reset-attributes.https.html]
|
||||
[Request.isReloadNavigation is reset with non-empty RequestInit]
|
||||
expected: FAIL
|
||||
|
||||
[Request.isHistoryNavigation is reset with non-empty RequestInit]
|
||||
expected: FAIL
|
||||
|
||||
[Request.mode is reset with non-empty RequestInit when it's "navigate"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[response-body-read-task-handling.html]
|
||||
[piping from a body stream to a JS-written WritableStream should occur in a microtask scope]
|
||||
expected: FAIL
|
|
@ -8,6 +8,21 @@
|
|||
[Getting an error Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Read blob response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read text response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read URLSearchParams response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read array buffer response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read form data response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-consume-stream.any.worker.html]
|
||||
[Getting a redirect Response stream]
|
||||
|
@ -16,6 +31,21 @@
|
|||
[Getting an error Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Read blob response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read text response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read URLSearchParams response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read array buffer response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read form data response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-consume-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
18
tests/wpt/meta/fetch/api/response/response-consume.html.ini
Normal file
18
tests/wpt/meta/fetch/api/response/response-consume.html.ini
Normal file
|
@ -0,0 +1,18 @@
|
|||
[response-consume.html]
|
||||
[Consume response's body: from text with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from text with correct multipart type to formData with BOM]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from blob with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from FormData to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from multipart form data blob to formData]
|
||||
expected: FAIL
|
|
@ -4,7 +4,6 @@
|
|||
expected: ERROR
|
||||
|
||||
[response-error-from-stream.any.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-error-from-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[response-from-stream.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-from-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-from-stream.any.worker.html]
|
||||
|
||||
[response-from-stream.any.html]
|
|
@ -23,6 +23,15 @@
|
|||
[Check static json() propagates JSON serializer errors]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input 𝌆]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input U+df06U+d834]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input U+dead]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-static-json.any.html]
|
||||
[Check response returned by static json() with init undefined]
|
||||
|
@ -49,6 +58,15 @@
|
|||
[Check static json() propagates JSON serializer errors]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input 𝌆]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input U+df06U+d834]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input U+dead]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-static-json.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue