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

Side by Side Diff: chrome/test/data/android/tabstest/tabs_test.html

Issue 2709633002: Make chrome hide keyboard when opening a new window (Closed)
Patch Set: Add a comment Created 3 years, 10 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 <meta name="viewport" content="width=device-width" />
3 <title>Data file for TabsTest</title> 4 <title>Data file for TabsTest</title>
4 </head> 5 </head>
5 <body> 6 <body>
7 <textarea id="textarea" rows="4" cols="20">hello world</textarea>
8 <button type="button" id="button" onclick='window.open("about:blank");'>Click me !</button>
9 <br>
6 <input type="text" id="input_text"></input> 10 <input type="text" id="input_text"></input>
7 Data file for TabsTest. 11 Data file for TabsTest.
8 </body> 12 </body>
9 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698