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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/main.html

Issue 2116663002: Test for BrowserPlugin-based WebView Focus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revise surface waiting. 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/guest_focus_test/main.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/main.html b/chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/main.html
similarity index 57%
copy from chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/main.html
copy to chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/main.html
index 131dfc1c801361651dbbc11b5c60bedae0c3fdd2..298e2a8a889324202660b1754b5a282a3a87b865 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/main.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/main.html
@@ -1,12 +1,16 @@
<!doctype html>
<!--
- * Copyright 2015 The Chromium Authors. All rights reserved. Use of this
+ * Copyright 2016 The Chromium Authors. All rights reserved. Use of this
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
-<html style="overflow-y: scroll;">
+<html>
<body style=
"width: 400px; height: 400px; margin: 0px; padding: 0px;">
+ <div>
+ <input type='text' id='other-focusable-element'
+ style="position: absolute; left: 5px; top: 5px; width: 10px; height: 10px;">
+ </div>
<div id="webview-tag-container"></div>
<script src="main.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698