mirror of
https://github.com/servo/servo.git
synced 2025-07-04 05:53:39 +01:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
"use strict";
|
|
|
|
idl_test(
|
|
["wasm-web-api"],
|
|
["wasm-js-api"],
|
|
idl_array => {}
|
|
);
|