blob: 8bda9ca1b8f64d320161188f0e9d2006de937f92 [file] [log] [blame]
This test verifies that typing in editable areas with autocapitalize='words' causes every word to be capitalized. To test manually, type into both elements.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.value is "Do Re"
PASS contenteditable.innerText is "Mi Fa\nSo"
PASS successfullyParsed is true
TEST COMPLETE