blob: 860c2d22ea935cd3af17f11e1f0a7b966e6fa4e7 [file] [log] [blame]
<!DOCTYPE html>
<title>Service Worker: Registration (SecurityError)</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-security-error.js"></script>
<script>
registration_tests_security_error((script, options) => navigator.serviceWorker.register(script, options));
</script>