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

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: Merged Created 4 years, 8 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | content/test/data/textinput/page_with_input_iframeX2_input.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/renderer/render_widget.cc ('k') | content/test/data/textinput/page_with_input_iframeX2_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698