Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../resources/testharness.js"></script> | |
| 3 <script src="../resources/testharnessreport.js"></script> | |
| 4 <script src="resources/test-helpers.js"></script> | |
| 5 <script> | |
| 6 | |
| 7 service_worker_test( | |
| 8 '../workers/resources/performance-timeline-worker.js', | |
| 9 'Test Performance Timeline API in Service Worker'); | |
| 10 | |
| 11 </script> | |
| OLD | NEW |