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

Unified Diff: chrome/test/data/popup_blocker/popup-fake-click-on-anchor.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-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>

Powered by Google App Engine
This is Rietveld 408576698