haikuwebkit/LayoutTests/performance-api/user-timing-apis.html

15 lines
307 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
<script src="resources/user-timing-api.js"></script>
<script>
debug("");
let worker = startWorker("resources/user-timing-api.js");
</script>
<script src="../resources/js-test-post.js"></script>
</body>
</html>