blob: 9ae5f0956fbaff5c2d94c27e3efd5d402acac36a [file] [log] [blame]
<!DOCTYPE html>
<title>Service Worker: Registration (MIME types)</title>
<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), true);
</script>