blob: 3f8ab48ca28bc9e8f77127caddd7c215ba859de8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Popup Blocked Simulated Click on Anchor</title>
<style>
#anchor { position: absolute; left: 0px; top: 50px; width:700px; height: 300px; }
</style>
</head>
<body>
<a href="popup-success.html"><div id="anchor"> Tap Me</div></a>
If the click is simulated by tapping of gesture with Ctrl/Cmd Key then there will be a pass message displayed in a new tab on the background. Otherwise, the test fails.
</body>
</html>