Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
LayoutTests
/
fast
/
events
/
ios
/
contenteditable-autocapitalize-expected.txt
blob: ac533587cf5c3c7dd96717443eed0003464e425e [
file
] [
log
] [
blame
]
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"