diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/native-file-system/idlharness.https.any.js')
-rw-r--r-- | tests/wpt/web-platform-tests/native-file-system/idlharness.https.any.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/native-file-system/idlharness.https.any.js b/tests/wpt/web-platform-tests/native-file-system/idlharness.https.any.js new file mode 100644 index 00000000000..567912ddd77 --- /dev/null +++ b/tests/wpt/web-platform-tests/native-file-system/idlharness.https.any.js @@ -0,0 +1,15 @@ +// META: script=/resources/WebIDLParser.js +// META: script=/resources/idlharness.js + +'use strict'; + +idl_test( + ['native-file-system'], + ['html', 'dom'], + idl_array => { + idl_array.add_objects({ + // TODO: Add instances of FileSystemHandle, FileSystemFileHandle, + // FileSystemDirectoryHandle and FileSystemWriter. + }); + } +); |