blob: 78ac42263edc45f8cfce7565f0773901f5096259 [file] [log] [blame]
<!DOCTYPE html>
<!-- This test cannot be upstreamed to WPT because it is maintained only to
preserve test coverage until such time as the more rigorous version available
in the Web Platform Tests project can be made to pass. See
https://crbug.com/507169 -->
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.js"></script>
<script>
service_worker_test(
'../workers/resources/performance-timeline-worker.js',
'Test Performance Timeline API in Service Worker');
</script>