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

Unified Diff: chrome/test/data/click_modifier/window_open.html

Issue 2772983003: Prevent tests using data URLs from being broken by data URL deprecation (Closed)
Patch Set: Change line endings to Unix - take 2 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/click_modifier/window_open.html
diff --git a/chrome/test/data/click_modifier/window_open.html b/chrome/test/data/click_modifier/window_open.html
index f70ddfdbeb5f475f7662638b6bcf620d0478b6e0..19a2cce860ae3b0b95d384fa8964be1c6d0e0e23 100644
--- a/chrome/test/data/click_modifier/window_open.html
+++ b/chrome/test/data/click_modifier/window_open.html
@@ -3,8 +3,7 @@
<title>First window</title>
<script>
function test() {
- window.open("data:text/html,<title>New window!</title>" +
- "this is the new window");
+ window.open("new_window.html");
}
</script>
</head>
@@ -12,4 +11,3 @@ function test() {
click modifier test page
</body>
</html>
-

Powered by Google App Engine
This is Rietveld 408576698