summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/incrementer-popup.html
blob: e583b5c4161be811b30f6ae2ebdc93215beb3fe0 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">
<title>A test page that messes with a given SharedArrayBuffer</title>
<script src="test-incrementer.js"></script>

<script>
"use strict";

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