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> |