Update web-platform-tests to revision e8bfc205e36ad699601212cd50083870bad9a75d

This commit is contained in:
Ms2ger 2016-11-14 11:07:09 +01:00
parent 65dd6d4340
commit ccdb0a3458
1428 changed files with 118036 additions and 9786 deletions

View file

@ -0,0 +1,5 @@
[conditional-get.html]
type: testharness
[Testing conditional GET with ETags]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,3 @@
[integrity-sharedworker.html]
type: testharness
expected: ERROR

View file

@ -51,3 +51,6 @@
[Fetch with Chicken with body]
expected: FAIL
[Fetch with POST with URLSearchParams body]
expected: FAIL

View file

@ -51,3 +51,6 @@
[Fetch with Chicken with body]
expected: FAIL
[Fetch with POST with URLSearchParams body]
expected: FAIL

View file

@ -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

View 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

View file

@ -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

View file

@ -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

View file

@ -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