blob: d2d18de49950c2508a69545ad95a937898b04532 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>A test page that is sent a WebAssembly Module</title>
<script src="/resources/testharness.js"></script>
<script src="test-incrementer.js"></script>
<script>
"use strict";
document.domain = "{{host}}";
setupDestinationIncrementer(self, parent, "*");
</script>
|