Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <meta charset="utf-8"> | |
| 3 <script src="/resources/testharness.js"></script> | |
| 4 <script src="/resources/testharnessreport.js"></script> | |
| 5 <script src="/serviceworker/resources/test-helpers.js"></script> | |
| 6 | |
| 7 <script src="byte-length-queuing-strategy.js"></script> | |
| 8 <script> | |
| 9 'use strict'; | |
| 10 fetch_tests_from_worker(new Worker('byte-length-queuing-strategy.js')); | |
| 11 fetch_tests_from_worker(new SharedWorker('byte-length-queuing-strategy.js')); | |
| 12 service_worker_test('byte-length-queuing-strategy.js'); | |
|
tyoshino (SeeGerritForStatus)
2015/10/02 11:33:28
So, this test is run with HTTP server (placed in h
domenic
2015/10/02 22:32:14
Yes. I followed the pattern from the promise rejec
| |
| 13 </script> | |
| OLD | NEW |