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

Unified Diff: chrome/test/data/popup_blocker/popup-blocked-to-post-blank.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-blocked-to-post-blank.html
diff --git a/chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html b/chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html
index b9ea1684ee9b26df6083b4c940bff58ff3962b25..22dc8fb52096ca780835fdec99e1e198e0c6b544 100644
--- a/chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html
+++ b/chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html
@@ -10,8 +10,8 @@ function test() {
</script>
</head>
<body onload="test()">
-If the POST pop-up was not blocked then there will be an warning message displayed in a new tab. Otherwise, the test passes.
-<form id="form" method="post" action="data:text/html,<title>Popup Success!</title>you should not see this message if popup blocker is enabled" target="_blank">
+If the POST pop-up was not blocked then there will be a warning message displayed in a new tab. Otherwise, the test passes.
+<form id="form" method="post" action="popup-success.html" target="_blank">
<input type="submit" value="Submit to new window"/>
</form>
</body>
« no previous file with comments | « chrome/test/data/click_modifier/window_open.html ('k') | chrome/test/data/popup_blocker/popup-fake-click-on-anchor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698