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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/android/tabstest/tabs_test.html
diff --git a/chrome/test/data/android/tabstest/tabs_test.html b/chrome/test/data/android/tabstest/tabs_test.html
index d367a1180dc904fd82444ca6356ed213585aa5cc..21a4049a23bf4653c77485c76d189f5963fa6af0 100644
--- a/chrome/test/data/android/tabstest/tabs_test.html
+++ b/chrome/test/data/android/tabstest/tabs_test.html
@@ -1,9 +1,13 @@
<html>
<head>
+ <meta name="viewport" content="width=device-width" />
<title>Data file for TabsTest</title>
</head>
<body>
+<textarea id="textarea" rows="4" cols="20">hello world</textarea>
+<button type="button" id="button" onclick='window.open("about:blank");'>Click me!</button>
+<br>
<input type="text" id="input_text"></input>
Data file for TabsTest.
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698