aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/native-file-system/idlharness.https.any.js
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2020-01-23 08:22:35 +0000
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2020-01-23 10:58:08 +0000
commit36e52003a7cb8086ad70bcab8fb65c970cc88b34 (patch)
tree53bea5ba5d87994d65316d84ad76eaa99d7da1f8 /tests/wpt/web-platform-tests/native-file-system/idlharness.https.any.js
parent24674687acaaca3a796f8cc61bc98c6e7d0097fb (diff)
downloadservo-36e52003a7cb8086ad70bcab8fb65c970cc88b34.tar.gz
servo-36e52003a7cb8086ad70bcab8fb65c970cc88b34.zip
Update web-platform-tests to revision 7ec633bbfbc01de4972e65f81f593983d9cdc17d
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.js15
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.
+ });
+ }
+);