mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
The protocol handler is intentionally simple. It works for the entering into the urlbar case but not a lot else. Included some basic tests. MozReview-Commit-ID: 4FQ1irdt3Nj --HG-- extra : rebase_source : 30d9fc7ba2c500f268d282e47d291724d9899ba4
7 lines
91 B
HTML
7 lines
91 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<body>
|
|
<p><a id="link" href="moz://a">Test</a></p>
|
|
</body>
|
|
</html>
|