mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
16 lines
403 B
JavaScript
16 lines
403 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['file-system-access'],
|
|
['storage', 'permissions', 'streams', 'html', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
// TODO: Add instances of FileSystemHandle, FileSystemFileHandle,
|
|
// FileSystemDirectoryHandle and FileSystemWriter.
|
|
});
|
|
}
|
|
);
|