https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 7b89105f042755ba3ef1c346cba087cfb758d0d6 authored by Luke Bjerring on 23 March 2018, 17:36:39 UTC
Support partial dictionaries
Tip revision: 7b89105
registration-script-url.https.html
<!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), true);
</script>
back to top