summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/wasm/serialization/module/resources/incrementer-iframe.html
blob: 5c8bc0735e207a7c18f12d578276ae3c3b999da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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";

setupDestinationIncrementer(self, parent, "*");
</script>