Skip to content

Commit

Permalink
Merge pull request #33 from chromium/external-protocol-dialog
Browse files Browse the repository at this point in the history
Add external protocol dialog test
  • Loading branch information
carlosjoan91 authored Sep 24, 2019
2 parents 6a33784 + 34d6b8a commit 72b9ec0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ <h3>Authentication</h3>
<li><a href="/web-feature-tests/webauthn_test.html">WebAuthn</a></li>
</ul>

<h3>External protocol handlers</h3>
<ul>
<li><a href="/web-feature-tests/external_protocol_handler_test.html">External protocol handler</a></li>
</ul>

</body>
</html>

10 changes: 10 additions & 0 deletions web-feature-tests/external_protocol_handler_test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>External Protocol Handler Test</title>
</head>
<body>
<p>This page tests how a web browser displays a request handled by an external protocol handler.</p>
<p><a href="magnet:?xt=urn:btih:d58beca4e5ed19a81fd168e8f943e102062e8644">Navigate on Linux</a></p>
<p><a href="itmss://itunes.apple.com/cn/app/id718659370">Navigate on Mac</a></p>
</body>
</html>

0 comments on commit 72b9ec0

Please sign in to comment.