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

Unified Diff: chrome/test/data/chromedriver/two_inputs.html

Issue 2302803004: [chromedriver] Set |key| when calling Input.dispatchKeyEvent. (Closed)
Patch Set: dont set key if keycode conversion doesnt return anything (this happens for char events, for exampl… Created 4 years, 3 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
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromedriver/two_inputs.html
diff --git a/chrome/test/data/chromedriver/two_inputs.html b/chrome/test/data/chromedriver/two_inputs.html
new file mode 100644
index 0000000000000000000000000000000000000000..fbf8f14a9406d84f90eb958d45737a61e91dbbf1
--- /dev/null
+++ b/chrome/test/data/chromedriver/two_inputs.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <input type="text" id="first">
+ <input type="text" id="second">
+ </body>
+</html>
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698