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

Unified Diff: chrome/test/data/popup_blocker/popup-many.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-many.html
diff --git a/chrome/test/data/popup_blocker/popup-many.html b/chrome/test/data/popup_blocker/popup-many.html
index ae4e2a1728e8fcb054ddc1158057995c2e3b40b6..5774c5d55bf065da63dbf71380801cb0c9f1b1a3 100644
--- a/chrome/test/data/popup_blocker/popup-many.html
+++ b/chrome/test/data/popup_blocker/popup-many.html
@@ -3,8 +3,7 @@
<title>Popup created using window.open</title>
<script>
function popup(name) {
- window.open("data:text/html,<title>Popup Success!</title>" +
- "you should not see this message if popup blocker is enabled",
+ window.open("popup-success.html",
name, "menubar=1, resizable=1, width=350, height=250");
}
« no previous file with comments | « chrome/test/data/popup_blocker/popup-fake-click-on-anchor3.html ('k') | chrome/test/data/popup_blocker/popup-on-unload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698