OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <title> | |
3 Tests basic stashed message ports functionality. | |
4 </title> | |
5 <script src="../../resources/testharness.js"></script> | |
6 <script src="../../resources/testharnessreport.js"></script> | |
7 <script src="../serviceworker/resources/test-helpers.js"></script> | |
8 <script> | |
9 service_worker_test('resources/stashed-ports-worker.js', | |
10 'Verifies basic functionality of stashed ports.'); | |
11 </script> | |
OLD | NEW |