mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Add FileReaderSync skeleton
This commit is contained in:
parent
1ce4be8f6d
commit
47a7d465fd
9 changed files with 54 additions and 25 deletions
|
@ -1,9 +1,5 @@
|
|||
[FileReaderSync.worker]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Interface]
|
||||
expected: FAIL
|
||||
|
||||
[readAsText]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -12,18 +12,6 @@
|
|||
[FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface: operation readAsArrayBuffer(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -33,12 +21,6 @@
|
|||
[FileReaderSync interface: operation readAsDataURL(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync must be primary interface of new FileReaderSync()]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new FileReaderSync()]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface: new FileReaderSync() must inherit property "readAsArrayBuffer" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -57,9 +39,6 @@
|
|||
[FileReaderSync interface: calling readAsDataURL(Blob) on new FileReaderSync() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FileReaderSync interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -41,3 +41,4 @@
|
|||
|
||||
[Check forEach method]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
|
||||
[Headers forEach loop should stop if callback is throwing exception]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -9,3 +9,4 @@
|
|||
|
||||
[Headers has values method]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ test_interfaces([
|
|||
"File",
|
||||
"FileList",
|
||||
"FileReader",
|
||||
"FileReaderSync",
|
||||
"FocusEvent",
|
||||
"FormData",
|
||||
"HashChangeEvent",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue