mirror of
https://github.com/servo/servo.git
synced 2025-08-26 23:58:20 +01:00
Update web-platform-tests.
This commit is contained in:
parent
ec42c01fba
commit
92a7fee296
27 changed files with 454 additions and 66 deletions
5
tests/wpt/metadata/FileAPI/historical.html.ini
Normal file
5
tests/wpt/metadata/FileAPI/historical.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[historical.html]
|
||||
type: testharness
|
||||
[FileReader should not support readAsBinaryString]
|
||||
expected: FAIL
|
||||
|
|
@ -237,3 +237,18 @@
|
|||
[File interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[FileList must be primary interface of file_input.files]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of file_input.files]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: file_input.files must inherit property "item" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: calling item(unsigned long) on file_input.files with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FileList interface: file_input.files must inherit property "length" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
[FileReader-event-handler-attributes.html]
|
||||
type: testharness
|
||||
[FileReader.onloadstart: initial value]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader.onprogress: initial value]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader.onload: initial value]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader.onabort: initial value]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader.onerror: initial value]
|
||||
expected: FAIL
|
||||
|
||||
[FileReader.onloadend: initial value]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue