summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/wasm/serialization/module/resources/incrementer-popup.html
blob: 660e472b27c086068edeb7fd2bcade536c4bd5e9 (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, opener, "*");
</script>