Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / files / file-list-test.html
index e1371e8..2125779 100644 (file)
@@ -15,6 +15,7 @@ debug("Start");
 function onInputFileChange(files)
 {
     window.files = files;
+    shouldBeTrue("files instanceof FileList");
     shouldBe("files.length", "2");
     shouldBeTrue("files.item(0) instanceof File");
     shouldBeEqualToString("files.item(0).name", "UTF8.txt");