Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
workers
/
resources
/
shared-worker-iframe.html
blob: 240d4bc1d215ee81d5218d3d483285003ec58b67 [
file
] [
log
] [
blame
]
<body>
Iframe which loads a worker.
<script>
var
worker
=
new
SharedWorker
(
'shared-worker-count-connections.js'
);
</script>
</body>