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

Unified Diff: chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.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-anchor2.html
diff --git a/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html b/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html
index 7ac7857ffbfe780331395d8d32ca76e77d1c8092..3f8ab48ca28bc9e8f77127caddd7c215ba859de8 100644
--- a/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html
+++ b/chrome/test/data/popup_blocker/popup-simulated-click-on-anchor2.html
@@ -7,7 +7,7 @@
</style>
</head>
<body>
-<a href="data:text/html,<title>PASS</title>you should see this message when tapping of gesture with Ctrl/Cmd Key"><div id="anchor"> Tap Me</div></a>
-If the click is simulated by tapping of gesture with Ctrl/Cmd Key then there will be an pass message displayed in a new tab on the background. Otherwise, the test fails.
+<a href="popup-success.html"><div id="anchor"> Tap Me</div></a>
+If the click is simulated by tapping of gesture with Ctrl/Cmd Key then there will be a pass message displayed in a new tab on the background. Otherwise, the test fails.
</body>
</html>
« no previous file with comments | « chrome/test/data/popup_blocker/popup-simulated-click-on-anchor.html ('k') | chrome/test/data/popup_blocker/popup-success.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698