blob: a4689be1becea7af1717800f4f69e57b0cffe31f [file] [log] [blame]
<!doctype html>
<title>Test Performance APIs in Shared Worker</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
fetch_tests_from_worker(
new SharedWorker('resources/performance-timeline-worker.js'));
</script>