blob: 587cac2fe4ae98300da0906f473867d50600efb1 [file] [log] [blame]
<!DOCTYPE html>
<title>Service Worker: Registration</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.js"></script>
<script>
registration_tests((script, options) => navigator.serviceWorker.register(script, options), true);
</script>