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

Unified Diff: content/test/data/textinput/page_with_input.html

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a Compile Error 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: content/test/data/textinput/page_with_input.html
diff --git a/content/test/data/textinput/page_with_input.html b/content/test/data/textinput/page_with_input.html
new file mode 100644
index 0000000000000000000000000000000000000000..8491366fcf9bc2fbfd0b4052bd92e86cec0df9c6
--- /dev/null
+++ b/content/test/data/textinput/page_with_input.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title> Page with input field. </title>
+</head>
+<body>
+ <input type="text"/>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698