blob: afec09c2a5b3227ac2dd43b3c0168749eed0e521 [file] [log] [blame]
Entries API IDL tests
PASS ErrorCallback interface: existence and properties of interface object
PASS ErrorCallback interface: existence and properties of interface prototype object
PASS ErrorCallback interface: existence and properties of interface prototype object's "constructor" property
PASS ErrorCallback interface: existence and properties of interface prototype object's @@unscopables property
PASS ErrorCallback interface: operation handleEvent(DOMException)
PASS Unscopable handled correctly for handleEvent(DOMException) on ErrorCallback
PASS FileSystemEntry interface: existence and properties of interface object
PASS FileSystemEntry interface object length
PASS FileSystemEntry interface object name
PASS FileSystemEntry interface: existence and properties of interface prototype object
PASS FileSystemEntry interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemEntry interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemEntry interface: attribute isFile
PASS Unscopable handled correctly for isFile property on FileSystemEntry
PASS FileSystemEntry interface: attribute isDirectory
PASS Unscopable handled correctly for isDirectory property on FileSystemEntry
PASS FileSystemEntry interface: attribute name
PASS Unscopable handled correctly for name property on FileSystemEntry
PASS FileSystemEntry interface: attribute fullPath
PASS Unscopable handled correctly for fullPath property on FileSystemEntry
PASS FileSystemEntry interface: attribute filesystem
PASS Unscopable handled correctly for filesystem property on FileSystemEntry
PASS FileSystemEntry interface: operation getParent(FileSystemEntryCallback, ErrorCallback)
PASS Unscopable handled correctly for getParent(FileSystemEntryCallback, ErrorCallback) on FileSystemEntry
PASS FileSystemDirectoryEntry interface: existence and properties of interface object
PASS FileSystemDirectoryEntry interface object length
PASS FileSystemDirectoryEntry interface object name
PASS FileSystemDirectoryEntry interface: existence and properties of interface prototype object
PASS FileSystemDirectoryEntry interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemDirectoryEntry interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemDirectoryEntry interface: operation createReader()
PASS Unscopable handled correctly for createReader() on FileSystemDirectoryEntry
PASS FileSystemDirectoryEntry interface: operation getFile(USVString, FileSystemFlags, FileSystemEntryCallback, ErrorCallback)
PASS Unscopable handled correctly for getFile(USVString, FileSystemFlags, FileSystemEntryCallback, ErrorCallback) on FileSystemDirectoryEntry
PASS FileSystemDirectoryEntry interface: operation getDirectory(USVString, FileSystemFlags, FileSystemEntryCallback, ErrorCallback)
PASS Unscopable handled correctly for getDirectory(USVString, FileSystemFlags, FileSystemEntryCallback, ErrorCallback) on FileSystemDirectoryEntry
PASS FileSystemEntryCallback interface: existence and properties of interface object
PASS FileSystemEntryCallback interface: existence and properties of interface prototype object
PASS FileSystemEntryCallback interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemEntryCallback interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemEntryCallback interface: operation handleEvent(FileSystemEntry)
PASS Unscopable handled correctly for handleEvent(FileSystemEntry) on FileSystemEntryCallback
PASS FileSystemDirectoryReader interface: existence and properties of interface object
PASS FileSystemDirectoryReader interface object length
PASS FileSystemDirectoryReader interface object name
PASS FileSystemDirectoryReader interface: existence and properties of interface prototype object
PASS FileSystemDirectoryReader interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemDirectoryReader interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemDirectoryReader interface: operation readEntries(FileSystemEntriesCallback, ErrorCallback)
PASS Unscopable handled correctly for readEntries(FileSystemEntriesCallback, ErrorCallback) on FileSystemDirectoryReader
PASS FileSystemEntriesCallback interface: existence and properties of interface object
PASS FileSystemEntriesCallback interface: existence and properties of interface prototype object
PASS FileSystemEntriesCallback interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemEntriesCallback interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemEntriesCallback interface: operation handleEvent([object Object])
PASS Unscopable handled correctly for handleEvent([object Object]) on FileSystemEntriesCallback
PASS FileSystemFileEntry interface: existence and properties of interface object
PASS FileSystemFileEntry interface object length
PASS FileSystemFileEntry interface object name
PASS FileSystemFileEntry interface: existence and properties of interface prototype object
PASS FileSystemFileEntry interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemFileEntry interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemFileEntry interface: operation file(FileCallback, ErrorCallback)
PASS Unscopable handled correctly for file(FileCallback, ErrorCallback) on FileSystemFileEntry
PASS FileCallback interface: existence and properties of interface object
PASS FileCallback interface: existence and properties of interface prototype object
PASS FileCallback interface: existence and properties of interface prototype object's "constructor" property
PASS FileCallback interface: existence and properties of interface prototype object's @@unscopables property
PASS FileCallback interface: operation handleEvent(File)
PASS Unscopable handled correctly for handleEvent(File) on FileCallback
PASS FileSystem interface: existence and properties of interface object
PASS FileSystem interface object length
PASS FileSystem interface object name
PASS FileSystem interface: existence and properties of interface prototype object
PASS FileSystem interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystem interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystem interface: attribute name
PASS Unscopable handled correctly for name property on FileSystem
PASS FileSystem interface: attribute root
PASS Unscopable handled correctly for root property on FileSystem
PASS File interface: attribute webkitRelativePath
PASS Unscopable handled correctly for webkitRelativePath property on File
PASS File interface: new File(["myFileBits"], "myFileName") must inherit property "webkitRelativePath" with the proper type
PASS HTMLInputElement interface: attribute webkitdirectory
PASS Unscopable handled correctly for webkitdirectory property on HTMLInputElement
PASS HTMLInputElement interface: attribute webkitEntries
PASS Unscopable handled correctly for webkitEntries property on HTMLInputElement
PASS HTMLInputElement interface: file_input must inherit property "webkitdirectory" with the proper type
PASS HTMLInputElement interface: file_input must inherit property "webkitEntries" with the proper type
PASS DataTransferItem interface: operation webkitGetAsEntry()
PASS Unscopable handled correctly for webkitGetAsEntry() on DataTransferItem