mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 2b7dace05fc1869398ee24f84fda4c0e4c0455ae
This commit is contained in:
parent
b23125d590
commit
6c901de216
844 changed files with 19802 additions and 3093 deletions
|
@ -0,0 +1,9 @@
|
|||
// META: global=jsshell
|
||||
// META: script=/wasm/jsapi/wasm-constants.js
|
||||
// META: script=/wasm/jsapi/wasm-module-builder.js
|
||||
|
||||
test(() => {
|
||||
const emptyModuleBinary = new WasmModuleBuilder().toBuffer();
|
||||
const module = new WebAssembly.Module(emptyModuleBinary);
|
||||
assert_class_string(module, "WebAssembly.Module");
|
||||
}, "Object.prototype.toString on an Module");
|
Loading…
Add table
Add a link
Reference in a new issue