blob: d6551dff0c910f6ac4d0e3ccb3796af5975d7239 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
worker = startWorker('../resources/simple-persistent.js');
</script>
</body>
</html>
|