haikuwebkit/LayoutTests/workers/wasm-long-compile-many.html

14 lines
286 B
HTML

<html>
<head>
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
</script>
<script src="./wasm-resources/long-compile-many.js"></script>
<script src="../resources/js-test-post.js"></script>
</body>
</html>