mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests.
This commit is contained in:
parent
58c1b121a7
commit
b6e5e823e6
30 changed files with 350 additions and 215 deletions
|
@ -0,0 +1,20 @@
|
|||
[Determining-Encoding.html]
|
||||
type: testharness
|
||||
[Blob Determing Encoding with encoding argument]
|
||||
expected: FAIL
|
||||
|
||||
[Blob Determing Encoding with type attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Blob Determing Encoding with UTF-8 BOM]
|
||||
expected: FAIL
|
||||
|
||||
[Blob Determing Encoding without anything implying charset.]
|
||||
expected: FAIL
|
||||
|
||||
[Blob Determing Encoding with UTF-16BE BOM]
|
||||
expected: FAIL
|
||||
|
||||
[Blob Determing Encoding with UTF-16LE BOM]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[filereader_abort.html]
|
||||
type: testharness
|
||||
[Aborting before read]
|
||||
expected: FAIL
|
||||
|
||||
[Aborting after read]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[filereader_error.html]
|
||||
type: testharness
|
||||
[FileAPI Test: filereader_error]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[filereader_readAsArrayBuffer.html]
|
||||
type: testharness
|
||||
[FileAPI Test: filereader_readAsArrayBuffer]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[filereader_readAsDataURL.html]
|
||||
type: testharness
|
||||
[FileAPI Test: filereader_readAsDataURL]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[filereader_readAsText.html]
|
||||
type: testharness
|
||||
[readAsText should correctly read UTF-8.]
|
||||
expected: FAIL
|
||||
|
||||
[readAsText should correctly read UTF-16.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[filereader_readystate.html]
|
||||
type: testharness
|
||||
[FileAPI Test: filereader_readystate]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[filereader_result.html]
|
||||
type: testharness
|
||||
[readAsText]
|
||||
expected: FAIL
|
||||
|
||||
[readAsDataURL]
|
||||
expected: FAIL
|
||||
|
||||
[readAsArrayBuffer]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue