Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigatorconnect / postmessage-from-worker.html
blob65904250a9c2e6b9cab1ab739c58312d7be9deb1
1 <!DOCTYPE html>
2 <title>
3 Tests posting messages over a navigator.connect initiated channel from a web
4 worker.
5 </title>
6 <script src="../../resources/testharness.js"></script>
7 <script src="../../resources/testharnessreport.js"></script>
8 <script src="../../resources/testharness-helpers.js"></script>
9 <script src="../serviceworker/resources/test-helpers.js"></script>
10 <script src="resources/test-helpers.js"></script>
11 <script src="resources/postmessage-tests.js"></script>
12 <body>
13 <script>
14 var sw_scope = 'resources/service-worker-scope' + window.location.pathname;
16 run_postmessage_tests(location.origin, connect_from_worker);
17 </script>
18 </body>