summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/serviceworker/install_serviceworker.html
blob: 572a05c2bce01b1678645094bbd5e091bbae887d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <head>
        <title>Install Service Worker</title>
    </head>
    <body>
        <script>
            navigator.serviceWorker.register("serviceworker.js");
        </script>
    </body>
</html>