Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / chrome / test / data / popup_blocker / popup-simulated-click-on-anchor2.html
blob7ac7857ffbfe780331395d8d32ca76e77d1c8092
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Popup Blocked Simulated Click on Anchor</title>
5 <style>
6 #anchor { position: absolute; left: 0px; top: 50px; width:700px; height: 300px; }
7 </style>
8 </head>
9 <body>
10 <a href="data:text/html,<title>PASS</title>you should see this message when tapping of gesture with Ctrl/Cmd Key"><div id="anchor"> Tap Me</div></a>
11 If the click is simulated by tapping of gesture with Ctrl/Cmd Key then there will be an pass message displayed in a new tab on the background. Otherwise, the test fails.
12 </body>
13 </html>