diff options
Diffstat (limited to 'toolkit/components/mozprotocol/tests/mozprotocol.html')
-rw-r--r-- | toolkit/components/mozprotocol/tests/mozprotocol.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolkit/components/mozprotocol/tests/mozprotocol.html b/toolkit/components/mozprotocol/tests/mozprotocol.html new file mode 100644 index 0000000000..3d6549e00f --- /dev/null +++ b/toolkit/components/mozprotocol/tests/mozprotocol.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> + +<html> +<body> +<p><a id="link" href="moz://a">Test</a></p> +</body> +</html> |