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

Unified Diff: content/test/data/page_with_input_field.html

Issue 1407173005: Revert of OOPIF: Route keyboard events to focused frame in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@focus-page
Patch Set: Created 5 years, 2 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 | « content/public/test/browser_test_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/page_with_input_field.html
diff --git a/content/test/data/page_with_input_field.html b/content/test/data/page_with_input_field.html
index 87426ac2e79c87fb892dd847edf3ed3b04006163..494456a15609344cf5d3da74af23c0c5e764a16d 100644
--- a/content/test/data/page_with_input_field.html
+++ b/content/test/data/page_with_input_field.html
@@ -6,11 +6,6 @@
function focusInputField() {
var inputField = document.getElementById("text-field");
inputField.focus();
-}
-
-function getInputFieldText() {
- var inputField = document.getElementById("text-field");
- return inputField.value;
}
function onInputFocus() {
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698