| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <title>Service Worker: Cache.add and Cache.addAll</title> | 2 <title>Cache.add and Cache.addAll</title> |
| 3 <link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_
worker/#cache-add"> | 3 <link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_
worker/#cache-add"> |
| 4 <script src="/resources/testharness.js"></script> | 4 <script src="/resources/testharness.js"></script> |
| 5 <script src="/resources/testharnessreport.js"></script> | 5 <script src="/resources/testharnessreport.js"></script> |
| 6 <script src="resources/test-helpers.js"></script> | |
| 7 <script> | 6 <script> |
| 8 service_worker_test('resources/cache-add-worker.js'); | 7 fetch_tests_from_worker(new Worker('../script-tests/cache-add.js')); |
| 9 </script> | 8 </script> |
| OLD | NEW |