summaryrefslogtreecommitdiffstats
path: root/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_protocolhandler_page.html
blob: 200fda0d428c773833ed75837b1dcb75a186b072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>Protocol registrar page</title>
  </head>
  <body>
    <script type="text/javascript">
      navigator.registerProtocolHandler("web+testprotocol",
          "https://example.com/foobar?uri=%s",
          "Test Protocol");
    </script>
  </body>
</html>