https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c18d546c68ddc4075186ae602ec9de5310ce01aa authored by Robert Ma on 21 March 2018, 18:44:32 UTC
Fix SSL regression in resources/test
Tip revision: c18d546
close.serviceworker.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>close.js service worker wrapper file</title>

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>

<script>
'use strict';
service_worker_test('close.js', 'Service worker test setup');
</script>
back to top