summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webgl/idlharness.any.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/webgl/idlharness.any.js')
-rw-r--r--testing/web-platform/tests/webgl/idlharness.any.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/webgl/idlharness.any.js b/testing/web-platform/tests/webgl/idlharness.any.js
new file mode 100644
index 0000000000..d6131f4884
--- /dev/null
+++ b/testing/web-platform/tests/webgl/idlharness.any.js
@@ -0,0 +1,15 @@
+// META: script=/resources/WebIDLParser.js
+// META: script=/resources/idlharness.js
+// META: timeout=long
+
+// https://www.khronos.org/registry/webgl/specs/latest/1.0/
+
+'use strict';
+
+idl_test(
+ ['webgl1', 'webgl2'],
+ ['dom'],
+ idl_array => {
+ // TODO: objects
+ }
+);