Index: chrome/test/data/popup_blocker/popup-fake-click-on-anchor2.html |
diff --git a/chrome/test/data/popup_blocker/popup-fake-click-on-anchor2.html b/chrome/test/data/popup_blocker/popup-fake-click-on-anchor2.html |
index a9ffad7ede590d8f27a92d27d3971eb97f33c279..6220ee9a88f5802da6fb8ba07d49c0eda56225be 100644 |
--- a/chrome/test/data/popup_blocker/popup-fake-click-on-anchor2.html |
+++ b/chrome/test/data/popup_blocker/popup-fake-click-on-anchor2.html |
@@ -9,7 +9,7 @@ function test() { |
</script> |
</head> |
<body onload="test()"> |
-If the fake click was not blocked then there will be an warning message displayed in a new tab. Otherwise, the test passes. |
-<a href="data:text/html,<title>Popup Success!</title>you should not see this message if popup blocker is enabled"></a> |
+If the fake click was not blocked then there will be a warning message displayed in a new tab. Otherwise, the test passes. |
+<a href="popup-success.html">link</a> |
</body> |
</html> |