haikuwebkit/LayoutTests/fast/events/input-event-insert-link-exp...

30 lines
750 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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