https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f7aab0af8bf4ffc4aa24ce4bb5299b0a063ff8ef authored by Adam Rice on 05 April 2018, 15:11:00 UTC
Streams: Constructors property lookup order
Tip revision: f7aab0a
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