Fix file-type input element

This commit is contained in:
Zhen Zhang 2016-06-29 23:09:03 +08:00
parent 5478e605ae
commit 6ca531fb8f
8 changed files with 15 additions and 182 deletions

View file

@ -1,17 +0,0 @@
[filelist.html]
type: testharness
[Check if item is a instanceof Function]
expected: FAIL
[Check if item is a method of fileList]
expected: FAIL
[Check if the item method returns null when no file selected]
expected: FAIL
[Check if length is fileList's attribute]
expected: FAIL
[Check if the fileList length is 0 when no file selected]
expected: FAIL

View file

@ -3,21 +3,6 @@
[URL interface: operation createFor(Blob)]
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
[FileReaderSync interface: existence and properties of interface object]
expected: FAIL