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