ref_null.wast.js.html (426B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>WebAssembly Web Platform Test</title> 6 </head> 7 <body> 8 9 <script src="/resources/testharness.js"></script> 10 <script src="/resources/testharnessreport.js"></script> 11 <script src="./js/harness/async_index.js"></script> 12 13 <div id=log></div> 14 <script src="./js/ref_null.wast.js"></script> 15 </body> 16 </html>