Implemented FileReader::readAsArrayBuffer

This commit is contained in:
Nikhil Shagrithaya 2016-08-10 23:49:43 +05:30
parent 7e96f87565
commit 51ef05bf3d
7 changed files with 73 additions and 55 deletions

View file

@ -1,8 +0,0 @@
[fileReader.html]
type: testharness
[FileReader States -- abort]
expected: FAIL
[FileReader States -- events]
expected: FAIL

View file

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

View file

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

View file

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