blob: 175f54204a5eab5c8d65899508e70f7a25afa9aa [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
<script>
function testWorker() {
debug("");
let worker = startWorker("resources/observer-basic.js");
}
</script>
<script src="resources/observer-basic.js"></script>
<script src="../resources/js-test-post.js"></script>
</body>
</html>