Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5015)

Unified Diff: chrome/test/data/popup_blocker/popup-fake-click-on-anchor3.html

Issue 2772983003: Prevent tests using data URLs from being broken by data URL deprecation (Closed)
Patch Set: nasko comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/test/data/popup_blocker/popup-fake-click-on-anchor2.html ('k') | chrome/test/data/popup_blocker/popup-many.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698