summaryrefslogtreecommitdiffstats
path: root/test/wpt/tests/service-workers/service-worker/registration-mime-types.https.html
blob: 3a21aac5c75c20c210d3fdde2a14ed063a0c8b27 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<title>Service Worker: Registration (MIME types)</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.sub.js"></script>
<script src="resources/registration-tests-mime-types.js"></script>
<script>
registration_tests_mime_types((script, options) => navigator.serviceWorker.register(script, options));
</script>