Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /wasm/core/ref_null.wast.js.html - WPT Dashboard Interop Dashboard
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>WebAssembly Web Platform Test</title>
</head>
<body>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="./js/harness/async_index.js"></script>
<div id=log></div>
<script src="./js/ref_null.wast.js"></script>
</body>
</html>