Index: chrome/test/data/popup_blocker/popup-fake-click-on-anchor.html |
diff --git a/chrome/test/data/popup_blocker/popup-fake-click-on-anchor.html b/chrome/test/data/popup_blocker/popup-fake-click-on-anchor.html |
index 7e24e47d39c059c33f91ba0566a0df75c5092875..b8f3aaa07d7a7c9655888531849bee405bf65052 100644 |
--- a/chrome/test/data/popup_blocker/popup-fake-click-on-anchor.html |
+++ b/chrome/test/data/popup_blocker/popup-fake-click-on-anchor.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" target="tab"></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" target="tab">link</a> |
</body> |
</html> |