summaryrefslogtreecommitdiffstats
path: root/browser/components/contextualidentity/test/browser/serviceworker.html
blob: 11edd001a235d7a80848a4f4ff8ec78eeac6be8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <script>
       navigator.serviceWorker.register("worker.js");
    </script>
  </head>
  <body>
    This is a test page.
  </body>
<html>