Update web-platform-tests.

This commit is contained in:
Ms2ger 2015-01-19 12:33:34 +01:00
parent 58c1b121a7
commit b6e5e823e6
30 changed files with 350 additions and 215 deletions

View file

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

View file

@ -0,0 +1,8 @@
[filereader_abort.html]
type: testharness
[Aborting before read]
expected: FAIL
[Aborting after read]
expected: FAIL

View file

@ -0,0 +1,5 @@
[filereader_error.html]
type: testharness
[FileAPI Test: filereader_error]
expected: FAIL

View file

@ -0,0 +1,5 @@
[filereader_readAsArrayBuffer.html]
type: testharness
[FileAPI Test: filereader_readAsArrayBuffer]
expected: FAIL

View file

@ -0,0 +1,5 @@
[filereader_readAsDataURL.html]
type: testharness
[FileAPI Test: filereader_readAsDataURL]
expected: FAIL

View file

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

View file

@ -0,0 +1,5 @@
[filereader_readystate.html]
type: testharness
[FileAPI Test: filereader_readystate]
expected: FAIL

View file

@ -0,0 +1,11 @@
[filereader_result.html]
type: testharness
[readAsText]
expected: FAIL
[readAsDataURL]
expected: FAIL
[readAsArrayBuffer]
expected: FAIL