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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/chromeos/virtual_keyboard/inputs.html
diff --git a/chrome/test/data/chromeos/virtual_keyboard/inputs.html b/chrome/test/data/chromeos/virtual_keyboard/inputs.html
new file mode 100644
index 0000000000000000000000000000000000000000..8f934a7485fbdacdf8b9ef726bb6f8f293a5fd4e
--- /dev/null
+++ b/chrome/test/data/chromeos/virtual_keyboard/inputs.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width-device-width">
+ <title>Virtual Keyboard test page</title>
+ </head>
+ <body>
+ <p>
+ <input id="text" type="text" placeholder="type=text"></input>
+ </p>
+ </body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698