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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/text_input_state/guest.html

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added Missing Files and Fixed Some Errors Created 4 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698