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

Side by Side 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: nasko comments Created 3 years, 8 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 <script> 4 <script>
5 function test() { 5 function test() {
6 window.open("data:text/html,<title>New window!</title>" + 6 window.open("new_window.html");
7 "this is the new window");
8 } 7 }
9 </script> 8 </script>
10 </head> 9 </head>
11 <body onclick="test()"> 10 <body onclick="test()">
12 click modifier test page 11 click modifier test page
13 </body> 12 </body>
14 </html> 13 </html>
15
OLDNEW
« no previous file with comments | « chrome/test/data/click_modifier/new_window.html ('k') | chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698