mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implemented FileReader::readAsArrayBuffer
This commit is contained in:
parent
7e96f87565
commit
51ef05bf3d
7 changed files with 73 additions and 55 deletions
|
@ -1,8 +0,0 @@
|
|||
[fileReader.html]
|
||||
type: testharness
|
||||
[FileReader States -- abort]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader States -- events]
|
||||
expected: FAIL
|
||||
|
|
@ -21,15 +21,6 @@
|
|||
[FileReaderSync interface: operation readAsDataURL(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: operation readAsArrayBuffer(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: new FileReader() must inherit property "readAsArrayBuffer" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: operation readAsBinaryString(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,15 +3,6 @@
|
|||
[URL interface: operation createFor(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: operation readAsArrayBuffer(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: new FileReader() must inherit property "readAsArrayBuffer" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface: operation readAsArrayBuffer(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,9 +3,3 @@
|
|||
[test FileReader no InvalidStateError exception in onloadstart event for readAsArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[test FileReader InvalidStateError exception for readAsArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[test FileReader InvalidStateError exception in onloadstart event for readAsArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue