mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Fix file-type input element
This commit is contained in:
parent
5478e605ae
commit
6ca531fb8f
8 changed files with 15 additions and 182 deletions
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue