blob: 9fa40f9f474082ddea180b1b82bd97e3c51949f1 [file] [log] [blame]
To manually test, type 't' into the contenteditable and try to select a candidate. The output should indicate that the beforeinput and input events for the text replacement were handled, and that the range of the beforeinput event is from 0 to 1.
PASS: Handled text replacement before input event with range: [0, 1].
PASS: Handled text replacement input event.