1
    2
    3
    4
    5
    6
    7

content / test / data / workers / simple_shared_worker.html [blame]

<html>
<body>
<script>
var worker = new SharedWorker("worker.js");
</script>
</body>
</html>