Index: chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html |
diff --git a/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html b/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7ac7857ffbfe780331395d8d32ca76e77d1c8092 |
--- /dev/null |
+++ b/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html |
@@ -0,0 +1,13 @@ |
+<!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="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> |
+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. |
+</body> |
+</html> |