mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision fd0429f0b45f975b25d85256dac33762134952c5
This commit is contained in:
parent
0ba7da4431
commit
c8202ddbe1
50 changed files with 1210 additions and 191 deletions
27
tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini
Normal file
27
tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini
Normal file
|
@ -0,0 +1,27 @@
|
|||
[Blob-array-buffer.any.html]
|
||||
[Blob.arrayBuffer() non-unicode input]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.arrayBuffer()]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.arrayBuffer() non-ascii input]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.arrayBuffer() empty Blob data]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[Blob-array-buffer.any.worker.html]
|
||||
[Blob.arrayBuffer() non-unicode input]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.arrayBuffer()]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.arrayBuffer() non-ascii input]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.arrayBuffer() empty Blob data]
|
||||
expected: FAIL
|
||||
|
21
tests/wpt/metadata/FileAPI/blob/Blob-stream.any.js.ini
Normal file
21
tests/wpt/metadata/FileAPI/blob/Blob-stream.any.js.ini
Normal file
|
@ -0,0 +1,21 @@
|
|||
[Blob-stream.any.worker.html]
|
||||
[Blob.stream() empty Blob]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.stream()]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.stream() non-unicode input]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[Blob-stream.any.html]
|
||||
[Blob.stream() empty Blob]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.stream()]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.stream() non-unicode input]
|
||||
expected: FAIL
|
||||
|
45
tests/wpt/metadata/FileAPI/blob/Blob-text.any.js.ini
Normal file
45
tests/wpt/metadata/FileAPI/blob/Blob-text.any.js.ini
Normal file
|
@ -0,0 +1,45 @@
|
|||
[Blob-text.any.html]
|
||||
[Blob.text() different charset param in type option]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() different charset param with non-ascii input]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() multi-element array in constructor]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() invalid utf-8 input]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() non-unicode]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text()]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() empty blob data]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[Blob-text.any.worker.html]
|
||||
[Blob.text() different charset param in type option]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() different charset param with non-ascii input]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() multi-element array in constructor]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() invalid utf-8 input]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() non-unicode]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text()]
|
||||
expected: FAIL
|
||||
|
||||
[Blob.text() empty blob data]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue