haikuwebkit/LayoutTests/workers/wasm-hashset-many-2.html

14 lines
278 B
HTML

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