blob: 6a15c841756bcb0c9a5a189ee3bb1b5381d0dcd1 [file] [log] [blame]
This test verifies that input events of inputType 'insertLink' are dispatched when automatically replacing text with a link.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
event.type = beforeinput
event.inputType = insertText
event.data = www.apple.com
event.type = beforeinput
event.inputType = insertLink
event.data = http://www.apple.com
event.type = input
event.inputType = insertText
event.data = www.apple.com
event.type = input
event.inputType = insertLink
event.data = http://www.apple.com
event.type = beforeinput
event.inputType = insertParagraph
event.data = null
event.type = input
event.inputType = insertParagraph
event.data = null
PASS successfullyParsed is true
TEST COMPLETE
www.apple.comĀ