| 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>
|
|
|