summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/nested-iframe-4-incrementer.html
blob: d374515bdc736658432c92da42d7bc0765daf09e (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, nested 4 levels deep in iframes</title>
<script src="test-incrementer.js"></script>

<script>
"use strict";

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