blob: 163ae61cdd0682b41a62c34bc793967109d69c54 [file] [log] [blame]
Tests that pressing the Return key in a content editable elemnent dispatches a DOM input event and DOM keypress event (in that order). To run this test by hand, focus the content editable element below and press the Return key.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS event.key is "Enter"
PASS event.inputType is "insertParagraph"
PASS successfullyParsed is true
TEST COMPLETE