chromium/third_party/blink/web_tests/http/tests/workers/resources/shared-worker-iframe.html

<body>
Iframe which loads a worker.
<script>
var worker = new SharedWorker('shared-worker-count-connections.js');
</script>
</body>