blob: 53542e69ab34eaf8cd72996e78855fcb2e09e0dc [file] [log] [blame]
This is a testharness.js-based test.
Found 53 tests; 52 PASS, 1 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS idl_test setup
PASS idl_test validation
PASS Partial interface Window: original interface defined
PASS Partial interface Window: member names are unique
PASS Partial interface FileSystemDirectoryHandle: original interface defined
PASS Partial interface FileSystemDirectoryHandle: member names are unique
PASS Partial interface Window[2]: member names are unique
PASS Window includes GlobalEventHandlers: member names are unique
PASS Window includes WindowEventHandlers: member names are unique
PASS Window includes WindowOrWorkerGlobalScope: member names are unique
PASS Window includes AnimationFrameProvider: member names are unique
PASS Window includes WindowSessionStorage: member names are unique
PASS Window includes WindowLocalStorage: member names are unique
PASS FileSystemHandle interface: existence and properties of interface object
PASS FileSystemHandle interface object length
PASS FileSystemHandle interface object name
PASS FileSystemHandle interface: existence and properties of interface prototype object
PASS FileSystemHandle interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemHandle interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemHandle interface: attribute isFile
PASS FileSystemHandle interface: attribute isDirectory
PASS FileSystemHandle interface: attribute name
PASS FileSystemHandle interface: operation queryPermission(optional FileSystemHandlePermissionDescriptor)
PASS FileSystemHandle interface: operation requestPermission(optional FileSystemHandlePermissionDescriptor)
PASS FileSystemFileHandle interface: existence and properties of interface object
PASS FileSystemFileHandle interface object length
PASS FileSystemFileHandle interface object name
PASS FileSystemFileHandle interface: existence and properties of interface prototype object
PASS FileSystemFileHandle interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemFileHandle interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemFileHandle interface: operation getFile()
FAIL FileSystemFileHandle interface: operation createWriter(optional FileSystemCreateWriterOptions) assert_own_property: interface prototype object missing non-static operation expected property "createWriter" missing
PASS FileSystemDirectoryHandle interface: existence and properties of interface object
PASS FileSystemDirectoryHandle interface object length
PASS FileSystemDirectoryHandle interface object name
PASS FileSystemDirectoryHandle interface: existence and properties of interface prototype object
PASS FileSystemDirectoryHandle interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemDirectoryHandle interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemDirectoryHandle interface: operation getFile(USVString, optional FileSystemGetFileOptions)
PASS FileSystemDirectoryHandle interface: operation getDirectory(USVString, optional FileSystemGetDirectoryOptions)
PASS FileSystemDirectoryHandle interface: operation getEntries()
PASS FileSystemDirectoryHandle interface: operation removeEntry(USVString, optional FileSystemRemoveOptions)
PASS FileSystemDirectoryHandle interface: operation getSystemDirectory(GetSystemDirectoryOptions)
PASS FileSystemWriter interface: existence and properties of interface object
PASS FileSystemWriter interface object length
PASS FileSystemWriter interface object name
PASS FileSystemWriter interface: existence and properties of interface prototype object
PASS FileSystemWriter interface: existence and properties of interface prototype object's "constructor" property
PASS FileSystemWriter interface: existence and properties of interface prototype object's @@unscopables property
PASS FileSystemWriter interface: operation write(unsigned long long, (BufferSource or Blob or USVString))
PASS FileSystemWriter interface: operation truncate(unsigned long long)
PASS FileSystemWriter interface: operation close()
PASS Window interface: operation chooseFileSystemEntries(optional ChooseFileSystemEntriesOptions)
Harness: the test ran to completion.