haikuwebkit/LayoutTests/performance-api/performance-observer-basic....

17 lines
339 B
HTML

<!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>