blob: ead39af72148191989f21c5b27af285486658261 [file] [log] [blame]
<!doctype html>
<head>
<meta name="timeout" content="long"></meta>
<script src = "/resources/get-host-info.js?pipe=sub"></script>
<script src = "/resources/testharness.js"></script>
<script src = "/resources/testharnessreport.js"></script>
<script src = "/fetch/resources/fetch-test-options.js"></script>
<script src = "/serviceworker/resources/test-helpers.js"></script>
</head>
<body>
<script>
var options = get_fetch_test_options();
function start(t) {
fetch_tests_from_worker(
new Worker('../script-tests/response.js?-base-https-other-https'));
t.done();
}
function init() {
return Promise.resolve();
}
</script>
<script src = "../resources/init.js"></script>
</body>