-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from chromium/external-protocol-dialog
Add external protocol dialog test
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |