haikuwebkit/LayoutTests/accessibility/mac/focus-moves-cursor-expected...

16 lines
417 B
Plaintext

This tests that when setting focus, the cursor moves.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS textfield.stringValue is 'AXValue: '
PASS textfield.stringValue is 'AXValue: '
PASS textfield.isFocused is true
PASS document.activeElement is document.getElementById('textfield')
PASS textfield.stringValue is 'AXValue: a'
PASS successfullyParsed is true
TEST COMPLETE