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

Unified Diff: Source/web/tests/data/text_input_flags.html

Issue 995363002: Implement autocapitalize in Blink to be used by the embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update webexposed tests Created 5 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
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | public/web/WebTextInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/text_input_flags.html
diff --git a/Source/web/tests/data/text_input_flags.html b/Source/web/tests/data/text_input_flags.html
index e2e9f805c047307a5be9349daab0ad68fda68de4..c892943050bea7871ea0c31978878978a050c0e3 100644
--- a/Source/web/tests/data/text_input_flags.html
+++ b/Source/web/tests/data/text_input_flags.html
@@ -1,3 +1,3 @@
-<input id="input" spellcheck="false" autocorrect="off" autocomplete="off"></input>
-<input id="input2" spellcheck="true" autocorrect="on" autocomplete="on"></input>
+<input id="input" spellcheck="false" autocorrect="off" autocomplete="off" autocapitalize="none"></input>
+<input id="input2" spellcheck="true" autocorrect="on" autocomplete="on" autocapitalize="sentences"></input>
<textarea id="textarea"></textarea>
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | public/web/WebTextInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698