Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / fetch / workers / referrer-base-https-other-https.html
bloba161532e63b131d0ae2b033d0552095a853f3ab8
1 <!doctype html>
2 <head>
3 <meta name="timeout" content="long"></meta>
4 <script src = "/resources/testharness.js"></script>
5 <script src = "/resources/testharnessreport.js"></script>
6 <script src = "/serviceworker/resources/test-helpers.js"></script>
7 </head>
8 <body>
9 <script>
10 function start(t) {
11 fetch_tests_from_worker(
12 new Worker('../script-tests/referrer.js?-base-https-other-https'));
13 t.done();
15 function init() {
16 return Promise.resolve();
18 </script>
19 <script src = "../resources/init.js"></script>
20 </body>