Enable the Fetch API web platform tests

This commit is contained in:
Jeena Lee 2016-09-13 12:49:16 -07:00
parent bb53da6957
commit a3f1ff0af0
70 changed files with 373 additions and 9 deletions

View file

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

View file

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

View file

@ -0,0 +1,6 @@
[integrity-worker.html]
type: testharness
expected: TIMEOUT
[Empty string integrity]
expected: FAIL

View file

@ -0,0 +1,5 @@
[integrity.html]
type: testharness
[Empty string integrity]
expected: FAIL

View file

@ -0,0 +1,6 @@
[mode-no-cors-worker.html]
type: testharness
expected: TIMEOUT
[Fetch ../resources/top.txt with no-cors mode]
expected: FAIL

View file

@ -0,0 +1,5 @@
[mode-no-cors.html]
type: testharness
[Fetch ../resources/top.txt with no-cors mode]
expected: FAIL

View file

@ -0,0 +1,6 @@
[mode-same-origin-worker.html]
type: testharness
expected: TIMEOUT
[Fetch ../resources/top.txt with same-origin mode]
expected: FAIL

View file

@ -0,0 +1,5 @@
[mode-same-origin.html]
type: testharness
[Fetch ../resources/top.txt with same-origin mode]
expected: FAIL

View file

@ -0,0 +1,6 @@
[request-forbidden-headers-worker.html]
type: testharness
expected: TIMEOUT
[Accept-Charset is a forbidden request header]
expected: FAIL

View file

@ -0,0 +1,5 @@
[request-forbidden-headers.html]
type: testharness
[Accept-Charset is a forbidden request header]
expected: FAIL

View file

@ -0,0 +1,6 @@
[request-headers-worker.html]
type: testharness
expected: TIMEOUT
[Fetch with GET]
expected: FAIL

View file

@ -0,0 +1,5 @@
[request-headers.html]
type: testharness
[Fetch with GET]
expected: FAIL

View file

@ -0,0 +1,6 @@
[response-url-worker.html]
type: testharness
expected: TIMEOUT
[Testing response url getter with http://web-platform.test:8000/ada]
expected: FAIL

View file

@ -0,0 +1,5 @@
[response-url.html]
type: testharness
[Testing response url getter with http://web-platform.test:8000/ada]
expected: FAIL

View file

@ -0,0 +1,6 @@
[scheme-about-worker.html]
type: testharness
expected: TIMEOUT
[Fetching about:blank is OK]
expected: FAIL

View file

@ -0,0 +1,5 @@
[scheme-about.html]
type: testharness
[Fetching about:blank is OK]
expected: FAIL

View file

@ -0,0 +1,6 @@
[scheme-blob-worker.html]
type: testharness
expected: TIMEOUT
[Fetching [GET\] URL.createObjectURL(blob) is OK]
expected: FAIL

View file

@ -0,0 +1,5 @@
[scheme-blob.html]
type: testharness
[Fetching [GET\] URL.createObjectURL(blob) is OK]
expected: FAIL

View file

@ -0,0 +1,6 @@
[scheme-data-worker.html]
type: testharness
expected: TIMEOUT
[Fetching data:,response%27s%20body is OK]
expected: FAIL

View file

@ -0,0 +1,5 @@
[scheme-data.html]
type: testharness
[Fetching data:,response%27s%20body is OK]
expected: FAIL

View file

@ -0,0 +1,6 @@
[scheme-others-worker.html]
type: testharness
expected: TIMEOUT
[Fetching aaa://web-platform.test:8000/ is KO]
expected: FAIL

View file

@ -0,0 +1,5 @@
[scheme-others.html]
type: testharness
[Fetching aaa://web-platform.test:8000/ is KO]
expected: FAIL

View file

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

View file

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