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

Side by Side Diff: chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html

Issue 2772983003: Prevent tests using data URLs from being broken by data URL deprecation (Closed)
Patch Set: nasko comments Created 3 years, 9 months 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Popup Blocked Simulated Click on Anchor</title> 4 <title>Popup Blocked Simulated Click on Anchor</title>
5 <style> 5 <style>
6 #anchor { position: absolute; left: 0px; top: 50px; width:700px; height: 300px; } 6 #anchor { position: absolute; left: 0px; top: 50px; width:700px; height: 300px; }
7 </style> 7 </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 <a href="data:text/html,<title>PASS</title>you should see this message when tapp ing of gesture with Ctrl/Cmd Key"><div id="anchor"> Tap Me</div></a> 10 <a href="popup-success.html"><div id="anchor"> Tap Me</div></a>
11 If the click is simulated by tapping of gesture with Ctrl/Cmd Key then there wil l be an pass message displayed in a new tab on the background. Otherwise, the te st fails. 11 If the click is simulated by tapping of gesture with Ctrl/Cmd Key then there wil l be a pass message displayed in a new tab on the background. Otherwise, the tes t fails.
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/popup_blocker/popup-simulated-click-on-anchor.html ('k') | chrome/test/data/popup_blocker/popup-success.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698