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

Unified Diff: chrome/test/data/popup_blocker/popup-simulated-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-simulated-click-on-anchor.html
diff --git a/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor.html b/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor.html
index 163099cc5be3da08ff79063391bd4f67d4dd0a10..cd5a395f9d896e0b95017196d66e3e01868aa86e 100644
--- a/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor.html
+++ b/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor.html
@@ -11,6 +11,6 @@ function test() {
</head>
<body onload="test()">
If the click is simulated by the Ctrl+Enter/Cmd+Enter Keys then there will be an pass message displayed in a new tab on the background. Otherwise, the test fails.
-<a href="data:text/html,<title>PASS</title>you should see this message when pressing the Ctrl+Enter/Cmd+Enter Keys"></a>
+<a href="popup-success.html">link</a>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698