summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/incrementer-iframe.html
blob: 6f27ad7d5becee543f00093b47fbe65fa46614dd (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, parent, "*");
</script>