Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444

This commit is contained in:
Josh Matthews 2017-04-17 12:06:02 +10:00 committed by Anthony Ramine
parent 25e8bf69e6
commit 665817d2a6
35333 changed files with 1818077 additions and 16036 deletions

View file

@ -1,8 +0,0 @@
[accept-header-worker.html]
type: testharness
[Request through fetch should have 'accept' header with value 'custom/*']
expected: FAIL
[Request through fetch should have 'accept-language' header with value 'bzh']
expected: FAIL

View file

@ -0,0 +1,17 @@
[accept-header.any.html]
type: testharness
[Request through fetch should have 'accept' header with value 'custom/*']
expected: FAIL
[Request through fetch should have 'accept-language' header with value 'bzh']
expected: FAIL
[accept-header.any.worker.html]
type: testharness
[Request through fetch should have 'accept' header with value 'custom/*']
expected: FAIL
[Request through fetch should have 'accept-language' header with value 'bzh']
expected: FAIL

View file

@ -1,8 +0,0 @@
[accept-header.html]
type: testharness
[Request through fetch should have 'accept' header with value 'custom/*']
expected: FAIL
[Request through fetch should have 'accept-language' header with value 'bzh']
expected: FAIL

View file

@ -1,8 +0,0 @@
[mode-same-origin-worker.html]
type: testharness
[Fetch http://www1.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

View file

@ -0,0 +1,17 @@
[mode-same-origin.any.worker.html]
type: testharness
[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
[mode-same-origin.any.html]
type: testharness
[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

View file

@ -1,8 +0,0 @@
[mode-same-origin.html]
type: testharness
[Fetch http://www1.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

View file

@ -1,14 +0,0 @@
[referrer-worker.html]
type: testharness
[origin-when-cross-origin policy on a same-origin URL]
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

View file

@ -0,0 +1,29 @@
[referrer.any.worker.html]
type: testharness
[origin-when-cross-origin policy on a same-origin URL]
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.any.html]
type: testharness
[origin-when-cross-origin policy on a same-origin URL]
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

View file

@ -1,14 +0,0 @@
[referrer.html]
type: testharness
[origin-when-cross-origin policy on a same-origin URL]
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

View file

@ -1,11 +0,0 @@
[request-forbidden-headers-worker.html]
type: testharness
[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

View file

@ -0,0 +1,23 @@
[request-forbidden-headers.any.html]
type: testharness
[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
[request-forbidden-headers.any.worker.html]
type: testharness
[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

View file

@ -1,11 +0,0 @@
[request-forbidden-headers.html]
type: testharness
[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

View file

@ -1,4 +1,52 @@
[request-headers-worker.html]
[request-headers.any.html]
type: testharness
[Fetch with PUT with body]
expected: FAIL
[Fetch with POST with text body]
expected: FAIL
[Fetch with POST with FormData body]
expected: FAIL
[Fetch with POST with URLSearchParams 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
[Fetch with TacO and mode "same-origin" needs an Origin header]
expected: FAIL
[Fetch with TacO and mode "cors" needs an Origin header]
expected: FAIL
[request-headers.any.worker.html]
type: testharness
[Fetch with PUT without body]
expected: FAIL
@ -15,6 +63,9 @@
[Fetch with POST with FormData body]
expected: FAIL
[Fetch with POST with URLSearchParams body]
expected: FAIL
[Fetch with POST with Blob body]
expected: FAIL
@ -45,9 +96,6 @@
[Fetch with Chicken with body]
expected: FAIL
[Fetch with POST with URLSearchParams body]
expected: FAIL
[Fetch with POST and mode "same-origin" needs an Origin header]
expected: FAIL

View file

@ -1,47 +0,0 @@
[request-headers.html]
type: testharness
[Fetch with PUT with body]
expected: FAIL
[Fetch with POST with text body]
expected: FAIL
[Fetch with POST with FormData 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
[Fetch with POST with URLSearchParams body]
expected: FAIL
[Fetch with TacO and mode "same-origin" needs an Origin header]
expected: FAIL
[Fetch with TacO and mode "cors" needs an Origin header]
expected: FAIL

View file

@ -0,0 +1,5 @@
[request-referrer-redirected-worker.html]
type: testharness
[about:client referrer]
expected: FAIL

View file

@ -0,0 +1,11 @@
[request-referrer.any.html]
type: testharness
[about:client referrer]
expected: FAIL
[request-referrer.any.worker.html]
type: testharness
[about:client referrer]
expected: FAIL

View file

@ -1,5 +0,0 @@
[request-referrer.html]
type: testharness
[Fetch: fetch() respects Request referrer value]
expected: FAIL

View file

@ -1,36 +0,0 @@
[request-upload-worker.html]
type: testharness
expected: ERROR
[Fetch with POST with ArrayBuffer body]
expected: NOTRUN
[Fetch with POST with Uint8Array body]
expected: NOTRUN
[Fetch with POST with Int8Array body]
expected: NOTRUN
[Fetch with POST with Float32Array body]
expected: NOTRUN
[Fetch with POST with Float64Array body]
expected: NOTRUN
[Fetch with POST with DataView body]
expected: NOTRUN
[Fetch with PUT with body]
expected: NOTRUN
[Fetch with POST with text body]
expected: NOTRUN
[Fetch with POST with URLSearchParams body]
expected: NOTRUN
[Fetch with POST with Blob body]
expected: NOTRUN
[Fetch with POST with Blob body with mime type]
expected: NOTRUN

View file

@ -0,0 +1,77 @@
[request-upload.any.html]
type: testharness
[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 ReadableStream]
expected: FAIL
[Fetch with POST with ReadableStream containing String]
expected: FAIL
[Fetch with POST with ReadableStream containing null]
expected: FAIL
[Fetch with POST with ReadableStream containing number]
expected: FAIL
[Fetch with POST with ReadableStream containing ArrayBuffer]
expected: FAIL
[Fetch with POST with ReadableStream containing Blob]
expected: FAIL
[request-upload.any.worker.html]
type: testharness
[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 ReadableStream]
expected: FAIL
[Fetch with POST with ReadableStream containing String]
expected: FAIL
[Fetch with POST with ReadableStream containing null]
expected: FAIL
[Fetch with POST with ReadableStream containing number]
expected: FAIL
[Fetch with POST with ReadableStream containing ArrayBuffer]
expected: FAIL
[Fetch with POST with ReadableStream containing Blob]
expected: FAIL

View file

@ -1,21 +0,0 @@
[request-upload.html]
type: testharness
expected: ERROR
[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

View file

@ -1,11 +0,0 @@
[scheme-about-worker.html]
type: testharness
[Fetching about:blank (GET) is OK]
expected: FAIL
[Fetching about:blank (PUT) is OK]
expected: FAIL
[Fetching about:blank (POST) is OK]
expected: FAIL

View file

@ -0,0 +1,23 @@
[scheme-about.any.html]
type: testharness
[Fetching about:blank (GET) is OK]
expected: FAIL
[Fetching about:blank (PUT) is OK]
expected: FAIL
[Fetching about:blank (POST) is OK]
expected: FAIL
[scheme-about.any.worker.html]
type: testharness
[Fetching about:blank (GET) is OK]
expected: FAIL
[Fetching about:blank (PUT) is OK]
expected: FAIL
[Fetching about:blank (POST) is OK]
expected: FAIL

View file

@ -1,11 +0,0 @@
[scheme-about.html]
type: testharness
[Fetching about:blank (GET) is OK]
expected: FAIL
[Fetching about:blank (PUT) is OK]
expected: FAIL
[Fetching about:blank (POST) is OK]
expected: FAIL

View file

@ -1,17 +0,0 @@
[scheme-data-worker.html]
type: testharness
[Fetching data:,response%27s%20body is OK]
expected: FAIL
[Fetching data:,response%27s%20body is OK (same-origin)]
expected: FAIL
[Fetching data:,response%27s%20body is OK (cors)]
expected: FAIL
[Fetching [POST\] data:,response%27s%20body is OK]
expected: FAIL
[Fetching [HEAD\] data:,response%27s%20body is OK]
expected: FAIL

View file

@ -0,0 +1,35 @@
[scheme-data.any.html]
type: testharness
[Fetching data:,response%27s%20body is OK]
expected: FAIL
[Fetching data:,response%27s%20body is OK (same-origin)]
expected: FAIL
[Fetching data:,response%27s%20body is OK (cors)]
expected: FAIL
[Fetching [POST\] data:,response%27s%20body is OK]
expected: FAIL
[Fetching [HEAD\] data:,response%27s%20body is OK]
expected: FAIL
[scheme-data.any.worker.html]
type: testharness
[Fetching data:,response%27s%20body is OK]
expected: FAIL
[Fetching data:,response%27s%20body is OK (same-origin)]
expected: FAIL
[Fetching data:,response%27s%20body is OK (cors)]
expected: FAIL
[Fetching [POST\] data:,response%27s%20body is OK]
expected: FAIL
[Fetching [HEAD\] data:,response%27s%20body is OK]
expected: FAIL

View file

@ -1,17 +0,0 @@
[scheme-data.html]
type: testharness
[Fetching data:,response%27s%20body is OK]
expected: FAIL
[Fetching data:,response%27s%20body is OK (same-origin)]
expected: FAIL
[Fetching data:,response%27s%20body is OK (cors)]
expected: FAIL
[Fetching [POST\] data:,response%27s%20body is OK]
expected: FAIL
[Fetching [HEAD\] data:,response%27s%20body is OK]
expected: FAIL

View file

@ -1,5 +0,0 @@
[stream-response-worker.html]
type: testharness
[Stream response's body]
expected: FAIL

View file

@ -0,0 +1,11 @@
[stream-response.any.html]
type: testharness
[Stream response's body]
expected: FAIL
[stream-response.any.worker.html]
type: testharness
[Stream response's body]
expected: FAIL

View file

@ -1,5 +0,0 @@
[stream-response.html]
type: testharness
[Stream response's body]
expected: FAIL