mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Test result updates for tests using promise_test.
This commit is contained in:
parent
498ccd41e8
commit
54d2060eae
109 changed files with 8499 additions and 220 deletions
|
@ -1,6 +1,5 @@
|
|||
[accept-header-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Request through fetch should have 'accept' header with value '*/*']
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[accept-header.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Request through fetch should have 'accept' header with value '*/*']
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,41 @@
|
|||
[integrity-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Empty string integrity]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[SHA-256 integrity]
|
||||
expected: FAIL
|
||||
|
||||
[SHA-384 integrity]
|
||||
expected: FAIL
|
||||
|
||||
[SHA-512 integrity]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid integrity]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: valid stronger than invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: invalid stronger than valid]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: invalid as strong as valid]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: both are valid]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: both are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[CORS empty integrity]
|
||||
expected: FAIL
|
||||
|
||||
[CORS SHA-512 integrity]
|
||||
expected: FAIL
|
||||
|
||||
[CORS invalid integrity]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,41 @@
|
|||
[integrity.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Empty string integrity]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[SHA-256 integrity]
|
||||
expected: FAIL
|
||||
|
||||
[SHA-384 integrity]
|
||||
expected: FAIL
|
||||
|
||||
[SHA-512 integrity]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid integrity]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: valid stronger than invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: invalid stronger than valid]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: invalid as strong as valid]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: both are valid]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple integrities: both are invalid]
|
||||
expected: FAIL
|
||||
|
||||
[CORS empty integrity]
|
||||
expected: FAIL
|
||||
|
||||
[CORS SHA-512 integrity]
|
||||
expected: FAIL
|
||||
|
||||
[CORS invalid integrity]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[mode-no-cors-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch ../resources/top.txt with no-cors mode]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://web-platform.test:8000/fetch/api/resources/top.txt with no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://web-platform.test:8001/fetch/api/resources/top.txt with no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[mode-no-cors.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch ../resources/top.txt with no-cors mode]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://web-platform.test:8000/fetch/api/resources/top.txt with no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://web-platform.test:8001/fetch/api/resources/top.txt with no-cors mode]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
[mode-same-origin-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch ../resources/top.txt with same-origin mode]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch /fetch/api/basic/../resources/redirect.py?location=../resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch /fetch/api/basic/../resources/redirect.py?location=http://web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch /fetch/api/basic/../resources/redirect.py?location=https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch /fetch/api/basic/../resources/redirect.py?location=http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
[mode-same-origin.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch ../resources/top.txt with same-origin mode]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch /fetch/api/basic/../resources/redirect.py?location=../resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch /fetch/api/basic/../resources/redirect.py?location=http://web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch /fetch/api/basic/../resources/redirect.py?location=https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch /fetch/api/basic/../resources/redirect.py?location=http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
[referrer-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[origin-when-cross-origin policy on a same-origin URL]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL after same-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a same-origin URL after cross-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer with credentials should be stripped]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer with fragment ID should be stripped]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
[referrer.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[origin-when-cross-origin policy on a same-origin URL]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL after same-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a same-origin URL after cross-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer with credentials should be stripped]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer with fragment ID should be stripped]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,74 @@
|
|||
[request-forbidden-headers-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Accept-Charset is a forbidden request header]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Accept-Encoding is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Headers is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Method is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Connection is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Cookie is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Cookie2 is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Date is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[DNT is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Expect is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Host is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Keep-Alive is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Origin is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Referer is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[TE is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Trailer is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Transfer-Encoding is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Upgrade is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Via is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Proxy- is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Proxy-Test is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Sec- is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Sec-Test is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,74 @@
|
|||
[request-forbidden-headers.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Accept-Charset is a forbidden request header]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Accept-Encoding is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Headers is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Method is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Connection is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Cookie is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Cookie2 is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Date is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[DNT is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Expect is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Host is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Keep-Alive is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Origin is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Referer is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[TE is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Trailer is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Transfer-Encoding is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Upgrade is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Via is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Proxy- is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Proxy-Test is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Sec- is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Sec-Test is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[request-head-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch with HEAD with body]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[request-head.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch with HEAD with body]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,53 @@
|
|||
[request-headers-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch with GET]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with PUT without body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with PUT with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST without body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with text body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body with mime type]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken with body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,53 @@
|
|||
[request-headers.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch with GET]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with PUT without body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with PUT with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST without body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with text body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body with mime type]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken with body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
[request-referrer.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch: fetch() respects Request referrer value]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetch: fetch() respects Request referrer value 1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[response-url-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Testing response url getter with http://web-platform.test:8000/ada]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Testing response url getter with http://web-platform.test:8000/#]
|
||||
expected: FAIL
|
||||
|
||||
[Testing response url getter with http://web-platform.test:8000/#ada]
|
||||
expected: FAIL
|
||||
|
||||
[Testing response url getter with http://web-platform.test:8000#ada]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[response-url.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Testing response url getter with http://web-platform.test:8000/ada]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Testing response url getter with http://web-platform.test:8000/#]
|
||||
expected: FAIL
|
||||
|
||||
[Testing response url getter with http://web-platform.test:8000/#ada]
|
||||
expected: FAIL
|
||||
|
||||
[Testing response url getter with http://web-platform.test:8000#ada]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,23 @@
|
|||
[scheme-about-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetching about:blank is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:blank (GET) is OK]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:blank (PUT) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:blank (POST) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:invalid.com is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:config is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:unicorn is KO]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,23 @@
|
|||
[scheme-about.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetching about:blank is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:blank (GET) is OK]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:blank (PUT) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:blank (POST) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:invalid.com is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:config is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching about:unicorn is KO]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
[scheme-blob-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetching [GET\] URL.createObjectURL(blob) is OK]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [GET\] blob:http://www.web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [POST\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [OPTIONS\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [HEAD\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [PUT\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [DELETE\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [INVALID\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
[scheme-blob.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetching [GET\] URL.createObjectURL(blob) is OK]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [GET\] blob:http://www.web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [POST\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [OPTIONS\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [HEAD\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [PUT\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [DELETE\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [INVALID\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
[scheme-data-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetching data:,response%27s%20body is OK]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetching data:,response%27s%20body is OK (same-origin)]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching data:,response%27s%20body is OK (cors)]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching data:text/plain;base64,cmVzcG9uc2UncyBib[...\] is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching data:image/png;base64,cmVzcG9uc2UncyBib2[...\] is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [GET\] data:notAdataUrl.com is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [POST\] data:,response%27s%20body is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [HEAD\] data:,response%27s%20body is KO]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
[scheme-data.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetching data:,response%27s%20body is OK]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetching data:,response%27s%20body is OK (same-origin)]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching data:,response%27s%20body is OK (cors)]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching data:text/plain;base64,cmVzcG9uc2UncyBib[...\] is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching data:image/png;base64,cmVzcG9uc2UncyBib2[...\] is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [GET\] data:notAdataUrl.com is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [POST\] data:,response%27s%20body is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [HEAD\] data:,response%27s%20body is KO]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,50 @@
|
|||
[scheme-others-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetching aaa://web-platform.test:8000/ is KO]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetching cap://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching cid://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching dav://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching dict://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching dns://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching geo://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching im://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching imap://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching ipp://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching ldap://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching mailto://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching nfs://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching pop://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching rtsp://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching snmp://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,50 @@
|
|||
[scheme-others.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetching aaa://web-platform.test:8000/ is KO]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Fetching cap://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching cid://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching dav://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching dict://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching dns://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching geo://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching im://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching imap://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching ipp://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching ldap://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching mailto://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching nfs://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching pop://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching rtsp://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching snmp://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[stream-response-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Stream response's body]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[stream-response.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Stream response's body]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,62 @@
|
|||
[text-utf8.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[UTF-8 with BOM with Request.text()]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 with BOM with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 with BOM with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 with BOM with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 without BOM with Request.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 without BOM with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 without BOM with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 without BOM with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 with Request.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 with Request.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 with Request.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue