@@ -4,62 +4,92 @@ Entries API IDL tests
4
4
PASS ErrorCallback interface: existence and properties of interface object
5
5
PASS ErrorCallback interface: existence and properties of interface prototype object
6
6
PASS ErrorCallback interface: existence and properties of interface prototype object's "constructor" property
7
+ PASS ErrorCallback interface: existence and properties of interface prototype object's @@unscopables property
7
8
PASS ErrorCallback interface: operation handleEvent(DOMException)
9
+ PASS Unscopable handled correctly for handleEvent(DOMException) on ErrorCallback
8
10
PASS FileSystemEntry interface: existence and properties of interface object
9
11
PASS FileSystemEntry interface object length
10
12
PASS FileSystemEntry interface object name
11
13
PASS FileSystemEntry interface: existence and properties of interface prototype object
12
14
PASS FileSystemEntry interface: existence and properties of interface prototype object's "constructor" property
15
+ PASS FileSystemEntry interface: existence and properties of interface prototype object's @@unscopables property
13
16
PASS FileSystemEntry interface: attribute isFile
17
+ PASS Unscopable handled correctly for isFile property on FileSystemEntry
14
18
PASS FileSystemEntry interface: attribute isDirectory
19
+ PASS Unscopable handled correctly for isDirectory property on FileSystemEntry
15
20
PASS FileSystemEntry interface: attribute name
21
+ PASS Unscopable handled correctly for name property on FileSystemEntry
16
22
PASS FileSystemEntry interface: attribute fullPath
23
+ PASS Unscopable handled correctly for fullPath property on FileSystemEntry
17
24
PASS FileSystemEntry interface: attribute filesystem
25
+ PASS Unscopable handled correctly for filesystem property on FileSystemEntry
18
26
PASS FileSystemEntry interface: operation getParent(FileSystemEntryCallback, ErrorCallback)
27
+ PASS Unscopable handled correctly for getParent(FileSystemEntryCallback, ErrorCallback) on FileSystemEntry
19
28
PASS FileSystemDirectoryEntry interface: existence and properties of interface object
20
29
PASS FileSystemDirectoryEntry interface object length
21
30
PASS FileSystemDirectoryEntry interface object name
22
31
PASS FileSystemDirectoryEntry interface: existence and properties of interface prototype object
23
32
PASS FileSystemDirectoryEntry interface: existence and properties of interface prototype object's "constructor" property
33
+ PASS FileSystemDirectoryEntry interface: existence and properties of interface prototype object's @@unscopables property
24
34
PASS FileSystemDirectoryEntry interface: operation createReader()
35
+ PASS Unscopable handled correctly for createReader() on FileSystemDirectoryEntry
25
36
PASS FileSystemDirectoryEntry interface: operation getFile(USVString, FileSystemFlags, FileSystemEntryCallback, ErrorCallback)
37
+ PASS Unscopable handled correctly for getFile(USVString, FileSystemFlags, FileSystemEntryCallback, ErrorCallback) on FileSystemDirectoryEntry
26
38
PASS FileSystemDirectoryEntry interface: operation getDirectory(USVString, FileSystemFlags, FileSystemEntryCallback, ErrorCallback)
39
+ PASS Unscopable handled correctly for getDirectory(USVString, FileSystemFlags, FileSystemEntryCallback, ErrorCallback) on FileSystemDirectoryEntry
27
40
PASS FileSystemEntryCallback interface: existence and properties of interface object
28
41
PASS FileSystemEntryCallback interface: existence and properties of interface prototype object
29
42
PASS FileSystemEntryCallback interface: existence and properties of interface prototype object's "constructor" property
43
+ PASS FileSystemEntryCallback interface: existence and properties of interface prototype object's @@unscopables property
30
44
PASS FileSystemEntryCallback interface: operation handleEvent(FileSystemEntry)
45
+ PASS Unscopable handled correctly for handleEvent(FileSystemEntry) on FileSystemEntryCallback
31
46
PASS FileSystemDirectoryReader interface: existence and properties of interface object
32
47
PASS FileSystemDirectoryReader interface object length
33
48
PASS FileSystemDirectoryReader interface object name
34
49
PASS FileSystemDirectoryReader interface: existence and properties of interface prototype object
35
50
PASS FileSystemDirectoryReader interface: existence and properties of interface prototype object's "constructor" property
51
+ PASS FileSystemDirectoryReader interface: existence and properties of interface prototype object's @@unscopables property
36
52
PASS FileSystemDirectoryReader interface: operation readEntries(FileSystemEntriesCallback, ErrorCallback)
53
+ PASS Unscopable handled correctly for readEntries(FileSystemEntriesCallback, ErrorCallback) on FileSystemDirectoryReader
37
54
PASS FileSystemEntriesCallback interface: existence and properties of interface object
38
55
PASS FileSystemEntriesCallback interface: existence and properties of interface prototype object
39
56
PASS FileSystemEntriesCallback interface: existence and properties of interface prototype object's "constructor" property
57
+ PASS FileSystemEntriesCallback interface: existence and properties of interface prototype object's @@unscopables property
40
58
PASS FileSystemEntriesCallback interface: operation handleEvent([object Object])
59
+ PASS Unscopable handled correctly for handleEvent([object Object]) on FileSystemEntriesCallback
41
60
PASS FileSystemFileEntry interface: existence and properties of interface object
42
61
PASS FileSystemFileEntry interface object length
43
62
PASS FileSystemFileEntry interface object name
44
63
PASS FileSystemFileEntry interface: existence and properties of interface prototype object
45
64
PASS FileSystemFileEntry interface: existence and properties of interface prototype object's "constructor" property
65
+ PASS FileSystemFileEntry interface: existence and properties of interface prototype object's @@unscopables property
46
66
PASS FileSystemFileEntry interface: operation file(FileCallback, ErrorCallback)
67
+ PASS Unscopable handled correctly for file(FileCallback, ErrorCallback) on FileSystemFileEntry
47
68
PASS FileCallback interface: existence and properties of interface object
48
69
PASS FileCallback interface: existence and properties of interface prototype object
49
70
PASS FileCallback interface: existence and properties of interface prototype object's "constructor" property
71
+ PASS FileCallback interface: existence and properties of interface prototype object's @@unscopables property
50
72
PASS FileCallback interface: operation handleEvent(File)
73
+ PASS Unscopable handled correctly for handleEvent(File) on FileCallback
51
74
PASS FileSystem interface: existence and properties of interface object
52
75
PASS FileSystem interface object length
53
76
PASS FileSystem interface object name
54
77
PASS FileSystem interface: existence and properties of interface prototype object
55
78
PASS FileSystem interface: existence and properties of interface prototype object's "constructor" property
79
+ PASS FileSystem interface: existence and properties of interface prototype object's @@unscopables property
56
80
PASS FileSystem interface: attribute name
81
+ PASS Unscopable handled correctly for name property on FileSystem
57
82
PASS FileSystem interface: attribute root
83
+ PASS Unscopable handled correctly for root property on FileSystem
58
84
PASS File interface: attribute webkitRelativePath
85
+ PASS Unscopable handled correctly for webkitRelativePath property on File
59
86
PASS File interface: new File(["myFileBits"], "myFileName") must inherit property "webkitRelativePath" with the proper type
60
87
PASS HTMLInputElement interface: attribute webkitdirectory
88
+ PASS Unscopable handled correctly for webkitdirectory property on HTMLInputElement
61
89
PASS HTMLInputElement interface: attribute webkitEntries
90
+ PASS Unscopable handled correctly for webkitEntries property on HTMLInputElement
62
91
PASS HTMLInputElement interface: file_input must inherit property "webkitdirectory" with the proper type
63
92
PASS HTMLInputElement interface: file_input must inherit property "webkitEntries" with the proper type
64
93
PASS DataTransferItem interface: operation webkitGetAsEntry()
94
+ PASS Unscopable handled correctly for webkitGetAsEntry() on DataTransferItem
65
95
0 commit comments