summaryrefslogtreecommitdiffstats
path: root/uriloader/exthandler/tests/mochitest/protocolHandler.html
blob: eff8a53aabee6aaaf5afd7d6016647dbb20d3205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>Protocol handler</title>
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
    <meta content="utf-8" http-equiv="encoding">
  </head>
  <body>
    <script type="text/javascript">
      navigator.registerProtocolHandler("web+testprotocol",
          "https://example.com/foobar?uri=%s",
          "Test Protocol");
    </script>
    <a id="link" href="web+testprotocol:test">testprotocol link</a>
  </body>
</html>