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

Unified Diff: content/test/data/android/input/input_forms.html

Issue 2074093003: Fix more corner cases for empty touch selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix type assertion in WebViewTest Created 4 years, 6 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/android/input/input_forms.html
diff --git a/content/test/data/android/input/input_forms.html b/content/test/data/android/input/input_forms.html
index 6e1c35147391812b4c242a5985b09aed3fb1c505..69fe9410f630827b57e4feb187cbcc7ddd056df2 100644
--- a/content/test/data/android/input/input_forms.html
+++ b/content/test/data/android/input/input_forms.html
@@ -4,7 +4,7 @@
</head>
<body>
<form action="about:blank">
- <input id="input_text" type="text" />
+ <input id="input_text" type="text" size="10"/>
<br/>
</form>
<form>

Powered by Google App Engine
This is Rietveld 408576698