Update FileAPI WPT idlharness

This commit is contained in:
Zhen Zhang 2016-07-31 00:14:58 +02:00
parent 1ce4be8f6d
commit 612e15f05b
6 changed files with 55 additions and 28 deletions

View file

@ -30,3 +30,12 @@
[FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() with too few arguments must throw TypeError]
expected: FAIL
[FileReader interface: operation readAsBinaryString(Blob)]
expected: FAIL
[FileReader interface: new FileReader() must inherit property "readAsBinaryString" with the proper type (1)]
expected: FAIL
[FileReader interface: calling readAsBinaryString(Blob) on new FileReader() with too few arguments must throw TypeError]
expected: FAIL

View file

@ -75,15 +75,27 @@
[Event interface: existence and properties of interface object]
expected: FAIL
[Blob interface: existence and properties of interface object]
[FileReader interface: operation readAsBinaryString(Blob)]
expected: FAIL
[File interface: existence and properties of interface object]
[FileReader interface: new FileReader() must inherit property "readAsBinaryString" with the proper type (1)]
expected: FAIL
[FileList interface: existence and properties of interface object]
[FileReader interface: calling readAsBinaryString(Blob) on new FileReader() with too few arguments must throw TypeError]
expected: FAIL
[FileReader interface: existence and properties of interface object]
[FileReaderSync interface: operation readAsBinaryString(Blob)]
expected: FAIL
[FileReaderSync interface: new FileReaderSync() must inherit property "readAsBinaryString" with the proper type (1)]
expected: FAIL
[FileReaderSync interface: calling readAsBinaryString(Blob) on new FileReaderSync() with too few arguments must throw TypeError]
expected: FAIL
[FileReaderSync interface: new FileReaderSync() must inherit property "readAsText" with the proper type (2)]
expected: FAIL
[FileReaderSync interface: new FileReaderSync() must inherit property "readAsDataURL" with the proper type (3)]
expected: FAIL