blob: a9090baeee5a9a073513d5fdaae2d84d50d90556 [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
'use strict';
idl_test(
['native-file-system'],
['streams', 'html', 'dom'],
idl_array => {
idl_array.add_objects({
// TODO: Add instances of FileSystemHandle, FileSystemFileHandle,
// FileSystemDirectoryHandle and FileSystemWriter.
});
}
);