Automatic update from web-platform-tests Refactor native_file_system -> file_system_access in wpt Bug: 110509 Change-Id: I5c4c32e731e8aeecc9a2bfb5b60ee12ebb76f59a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643042 Commit-Queue: Austin Sullivan <asully@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#850164} -- wpt-commits: 489679e4fccedcb37ae4d3e028b5d1a56adbc769 wpt-pr: 27396
17 lines
403 B
JavaScript
17 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.
|
|
});
|
|
}
|
|
);
|