Summary

Harness status: OK

Found 7 tests

Details

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