mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision e8bfc205e36ad699601212cd50083870bad9a75d
This commit is contained in:
parent
65dd6d4340
commit
ccdb0a3458
1428 changed files with 118036 additions and 9786 deletions
|
@ -0,0 +1,5 @@
|
|||
[conditional-get.html]
|
||||
type: testharness
|
||||
[Testing conditional GET with ETags]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[error-after-response.html]
|
||||
type: testharness
|
||||
[Response reader read() promise should reject after a network error happening after resolving fetch promise]
|
||||
expected: FAIL
|
||||
|
||||
[Response reader closed promise should reject after a network error happening after resolving fetch promise]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[integrity-sharedworker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
|
@ -51,3 +51,6 @@
|
|||
[Fetch with Chicken with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with URLSearchParams body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -51,3 +51,6 @@
|
|||
[Fetch with Chicken with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with URLSearchParams body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
[request-upload-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
|
||||
|
20
tests/wpt/metadata/fetch/api/basic/request-upload.html.ini
Normal file
20
tests/wpt/metadata/fetch/api/basic/request-upload.html.ini
Normal file
|
@ -0,0 +1,20 @@
|
|||
[request-upload.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
|
||||
|
|
@ -15,3 +15,9 @@
|
|||
[Fetching data:image/png;base64,cmVzcG9uc2UncyBib2[...\] is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [POST\] data:,response%27s%20body is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [HEAD\] data:,response%27s%20body is OK]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -15,3 +15,9 @@
|
|||
[Fetching data:image/png;base64,cmVzcG9uc2UncyBib2[...\] is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [POST\] data:,response%27s%20body is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [HEAD\] data:,response%27s%20body is OK]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -36,3 +36,33 @@
|
|||
[UTF-16 without BOM decoded as UTF-8 with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 with BOM (Response object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 with BOM (Request object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 without BOM (Response object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 without BOM (Request object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 (Response object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 (Request object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 (Response object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 (Request object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 (Response object)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 (Request object)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue