Automatic update from web-platform-tests Update idlharness.js tests for new File System standard (#33447) This includes interfaces/ changes from @webref/idl: https://github.com/web-platform-tests/wpt/pull/33446 -- wpt-commits: 7d7911e885cf74f7a74b3782cbb60c16ff72ef31 wpt-pr: 33447
18 lines
395 B
JavaScript
18 lines
395 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['fs'],
|
|
['storage', 'streams'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
// TODO: Add instances of FileSystemHandle, FileSystemFileHandle,
|
|
// FileSystemDirectoryHandle, FileSystemWritableFileStream, and
|
|
// StorageManager.
|
|
});
|
|
}
|
|
);
|