forked from mirrors/gecko-dev
--HG-- rename : browser/base/content/test/general/browser_registerProtocolHandler_notification.html => browser/components/feeds/test/browser/browser_registerProtocolHandler_notification.html rename : browser/base/content/test/general/browser_registerProtocolHandler_notification.js => browser/components/feeds/test/browser/browser_registerProtocolHandler_notification.js extra : rebase_source : 3322967a084f771186a0de05eaadc98059e399c5
13 lines
332 B
HTML
13 lines
332 B
HTML
<!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>
|