Index: chrome/test/data/popup_blocker/popup-fake-click-on-anchor3.html |
diff --git a/chrome/test/data/popup_blocker/popup-fake-click-on-anchor3.html b/chrome/test/data/popup_blocker/popup-fake-click-on-anchor3.html |
index ddc934393d6543081b19618061d328b027487fca..bab5b5a76d8cb935b4f9696b627d959000394136 100644 |
--- a/chrome/test/data/popup_blocker/popup-fake-click-on-anchor3.html |
+++ b/chrome/test/data/popup_blocker/popup-fake-click-on-anchor3.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>PASS</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> |