Pass | Check if window has a FileList property | Asserts runPass | assert_true(true, "window has a FileList property")
at Test.<anonymous> ( /FileAPI/filelist-section/filelist.html:28:9) |
|
Pass | Check if FileList.length is 0 | Asserts runPass | assert_equals(0, 0, "FileList.length is 0")
at Test.<anonymous> ( /FileAPI/filelist-section/filelist.html:32:9) |
|
Pass | Check if item is a instanceof Function | Asserts runPass | assert_true(true, "item is a instanceof Function")
at Test.<anonymous> ( /FileAPI/filelist-section/filelist.html:36:9) |
|
Pass | Check if item is a method of fileList | Asserts runPass | assert_inherits(object "[object FileList]", "item", "item is a method of fileList")
at Test.<anonymous> ( /FileAPI/filelist-section/filelist.html:40:9) |
|
Pass | Check if the item method returns null when no file selected | Asserts runPass | assert_equals(null, null, "item method returns null")
at Test.<anonymous> ( /FileAPI/filelist-section/filelist.html:44:9) |
|
Pass | Check if length is fileList's attribute | Asserts runPass | assert_inherits(object "[object FileList]", "length", "length is fileList attribute")
at Test.<anonymous> ( /FileAPI/filelist-section/filelist.html:48:9) |
|
Pass | Check if the fileList length is 0 when no file selected | Asserts runPass | assert_equals(0, 0, "fileList length is 0")
at Test.<anonymous> ( /FileAPI/filelist-section/filelist.html:52:9) |
|