summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/semantics/multiple-workers/004-1.html
blob: eac038c5beef33ac5f55014eebef68c32d406613 (plain)
1
2
3
4
5
6
7
<!doctype html>
<title></title>
<script>
window.onload = function() {
  var w=new SharedWorker('004-2.js', 'x');
};
</script>