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

Unified Diff: chrome/test/data/click_modifier/href.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/href.html
diff --git a/chrome/test/data/click_modifier/href.html b/chrome/test/data/click_modifier/href.html
index b462cee74a608cd502551796179132a14ff93479..750e4615bfcf72b50c7e27a1187053f4d283b68d 100644
--- a/chrome/test/data/click_modifier/href.html
+++ b/chrome/test/data/click_modifier/href.html
@@ -3,8 +3,7 @@
<title>First window</title>
</head>
<body>
-<a href="data:text/html,<title>New window!</title>" +
- "this is the new window">
+<a href="new_window.html">
<textarea rows="80" cols="160">big click target</textarea>
</a>
</body>

Powered by Google App Engine
This is Rietveld 408576698