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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/popup_positioning/main.js

Issue 1934703002: Fix keyboard focus for OOPIF-<webview>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nasko@ comments. Created 4 years, 5 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/extensions/platform_apps/web_view/popup_positioning/main.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/popup_positioning/main.js b/chrome/test/data/extensions/platform_apps/web_view/popup_positioning/main.js
index e9cb36eccb0b274cd7b8c39cc83ee2965619c883..923036dc97ce95d2c022175a8f0759dcd35b6067 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/popup_positioning/main.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/popup_positioning/main.js
@@ -22,6 +22,7 @@ var testHelper = function(onLoadStopHook) {
LOG('webview.loadstop');
if (!loaded) {
loaded = true;
+ webview.focus();
onLoadStopHook(webview);
var msg = 'request-connect';
webview.contentWindow.postMessage(JSON.stringify([msg]), '*');
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/focus/inject_focus.js ('k') | content/browser/frame_host/frame_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698