Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: chrome/test/data/page_with_mailto.html

Issue 2538353002: fix external protocol handling for OOPIFs (Closed)
Patch Set: add check if runner is necessary Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body onload="javascript: window.location.href='mailto:mail@example.org';">
alexmos 2016/12/12 21:11:40 no need for "javascript:", I think.
davidsac (gone - try alexmos) 2016/12/13 23:02:33 Done.
4 This page automatically opens a mailto: link.
5 </body>
6 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698