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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>First window</title> 3 <title>First window</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 <a href="data:text/html,<title>New window!</title>" + 6 <a href="new_window.html">
7 "this is the new window">
8 <textarea rows="80" cols="160">big click target</textarea> 7 <textarea rows="80" cols="160">big click target</textarea>
9 </a> 8 </a>
10 </body> 9 </body>
11 </html> 10 </html>
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_browsertest.cc ('k') | chrome/test/data/click_modifier/new_window.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698