Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <title>navigator.storage methods work from workers</title> | |
| 3 <script src="/resources/testharness.js"></script> | |
| 4 <script src="/resources/testharnessreport.js"></script> | |
| 5 <script> | |
| 6 var worker = new Worker('resources/durability-worker.js'); | |
| 7 fetch_tests_from_worker(worker); | |
| 8 </script> | |
| OLD | NEW |