summaryrefslogtreecommitdiffstats
path: root/dom/performance/tests/test_worker_observer.html
blob: 9a55ef1d5a08ec3ef109dc4d06ef85bbae7dbdcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--
  Any copyright is dedicated to the Public Domain.
  http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test for performance observer in worker</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script>
fetch_tests_from_worker(new Worker("worker_performance_observer.js"));
</script>
</body>