haikuwebkit/LayoutTests/accessibility/mac/select-element-selection-wi...

15 lines
476 B
Plaintext

This tests that setting selection within a list box works correctly if there are optgroups
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS selectElement.selectedChildrenCount is 0
PASS selectElement.selectedChildAtIndex(0).isEqual(option1) is true
PASS selectElement.selectedChildAtIndex(0).isEqual(option2) is true
PASS selectElement.selectedChildAtIndex(0).isEqual(option3) is true
PASS successfullyParsed is true
TEST COMPLETE