Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
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"