Index: chrome/test/data/extensions/platform_apps/web_view/text_input_state/guest.html |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/focus_accessibility/main.html b/chrome/test/data/extensions/platform_apps/web_view/text_input_state/guest.html |
similarity index 61% |
copy from chrome/test/data/extensions/platform_apps/web_view/focus_accessibility/main.html |
copy to chrome/test/data/extensions/platform_apps/web_view/text_input_state/guest.html |
index b338dcdc78e0b0354894999c4b600c4cc36a0821..6fc03063efc4c469655a7838580271ba58f53d17 100644 |
--- a/chrome/test/data/extensions/platform_apps/web_view/focus_accessibility/main.html |
+++ b/chrome/test/data/extensions/platform_apps/web_view/text_input_state/guest.html |
@@ -1,10 +1,15 @@ |
+<!doctype html> |
<!-- |
* 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> |
+<head> |
+ <title> Guest page with text input field. </title> |
+</head> |
+ |
<body> |
- <script src="main.js"></script> |
+ <input type="text" value="guest"></input> |
</body> |
</html> |