Update web-platform-tests to revision c8a23aed99841887e72f883ab94a45d928a5820f

This commit is contained in:
WPT Sync Bot 2021-02-04 08:22:32 +00:00
parent 00b98796bd
commit ca2fd0f290
196 changed files with 2356 additions and 1494 deletions

View file

@ -1,16 +0,0 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
'use strict';
idl_test(
['native-file-system'],
['storage', 'permissions', 'streams', 'html', 'dom'],
idl_array => {
idl_array.add_objects({
// TODO: Add instances of FileSystemHandle, FileSystemFileHandle,
// FileSystemDirectoryHandle and FileSystemWriter.
});
}
);