3 Tests posting messages over a navigator.connect initiated channel from a web
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>
14 var sw_scope
= 'resources/service-worker-scope' + window
.location
.pathname
;
16 run_postmessage_tests(location
.origin
, connect_from_worker
);