haikuwebkit/LayoutTests/fast/events/ios/contenteditable-autocapital...

7 lines
246 B
Plaintext

To manually test, type 't' into the contenteditable. The 't' should not be autocapitalized.
With autocapitalize: none, the output is: "to"
With autocapitalize: sentences, the output is: "To"
With autocapitalize: characters, the output is: "TO"