Update web-platform-tests.

This commit is contained in:
Ms2ger 2015-02-16 19:28:40 +01:00
parent ec42c01fba
commit 92a7fee296
27 changed files with 454 additions and 66 deletions

View file

@ -0,0 +1,5 @@
[historical.html]
type: testharness
[FileReader should not support readAsBinaryString]
expected: FAIL

View file

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

View file

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