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

Side by Side Diff: chrome/test/data/chromeos/virtual_keyboard/inputs.html

Issue 2702933002: Add an end to end test: virtual keyboard opens on click of text input (Closed)
Patch Set: Added dependency to ui/keyboard:test_support in browser_tests instead of a target in ash/test/ 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width">
6 <title>Virtual Keyboard test page</title>
7 </head>
8 <body>
9 <p>
10 <input id="text" type="text" placeholder="type=text"></input>
11 </p>
12 </body>
13 </html>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698