chromium/third_party/blink/web_tests/external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/incrementer-popup.html

<!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>