mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Enable the Fetch API web platform tests
This commit is contained in:
parent
bb53da6957
commit
a3f1ff0af0
70 changed files with 373 additions and 9 deletions
|
@ -0,0 +1,6 @@
|
|||
[accept-header-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Request through fetch should have 'accept' header with value '*/*']
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[accept-header.html]
|
||||
type: testharness
|
||||
[Request through fetch should have 'accept' header with value '*/*']
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[integrity-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Empty string integrity]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/fetch/api/basic/integrity.html.ini
Normal file
5
tests/wpt/metadata/fetch/api/basic/integrity.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[integrity.html]
|
||||
type: testharness
|
||||
[Empty string integrity]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[mode-no-cors-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fetch ../resources/top.txt with no-cors mode]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/fetch/api/basic/mode-no-cors.html.ini
Normal file
5
tests/wpt/metadata/fetch/api/basic/mode-no-cors.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[mode-no-cors.html]
|
||||
type: testharness
|
||||
[Fetch ../resources/top.txt with no-cors mode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[mode-same-origin-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fetch ../resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[mode-same-origin.html]
|
||||
type: testharness
|
||||
[Fetch ../resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[request-forbidden-headers-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Accept-Charset is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[request-forbidden-headers.html]
|
||||
type: testharness
|
||||
[Accept-Charset is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[request-headers-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fetch with GET]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[request-headers.html]
|
||||
type: testharness
|
||||
[Fetch with GET]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
5
tests/wpt/metadata/fetch/api/basic/response-url.html.ini
Normal file
5
tests/wpt/metadata/fetch/api/basic/response-url.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[response-url.html]
|
||||
type: testharness
|
||||
[Testing response url getter with http://web-platform.test:8000/ada]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[scheme-about-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fetching about:blank is OK]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/fetch/api/basic/scheme-about.html.ini
Normal file
5
tests/wpt/metadata/fetch/api/basic/scheme-about.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[scheme-about.html]
|
||||
type: testharness
|
||||
[Fetching about:blank is OK]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[scheme-blob-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fetching [GET\] URL.createObjectURL(blob) is OK]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/fetch/api/basic/scheme-blob.html.ini
Normal file
5
tests/wpt/metadata/fetch/api/basic/scheme-blob.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[scheme-blob.html]
|
||||
type: testharness
|
||||
[Fetching [GET\] URL.createObjectURL(blob) is OK]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[scheme-data-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fetching data:,response%27s%20body is OK]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/fetch/api/basic/scheme-data.html.ini
Normal file
5
tests/wpt/metadata/fetch/api/basic/scheme-data.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[scheme-data.html]
|
||||
type: testharness
|
||||
[Fetching data:,response%27s%20body is OK]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[scheme-others-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fetching aaa://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[scheme-others.html]
|
||||
type: testharness
|
||||
[Fetching aaa://web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[stream-response-worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Stream response's body]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[stream-response.html]
|
||||
type: testharness
|
||||
[Stream response's body]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue