haikuwebkit/LayoutTests/platform/mac/accessibility/aria-option-role-expected.txt

18 lines
510 B
Plaintext

option 1
option 2
This tests that the aria 'option' role works as expected. That is, it becomes a static text element with no children.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
firstChild.role is AXRole: AXStaticText
firstChild.title is AXTitle: option 1
secondChild.role is AXRole: AXStaticText
secondChild.description is AXDescription: label 2
PASS firstChild.childrenCount is 0
PASS secondChild.childrenCount is 0
PASS successfullyParsed is true
TEST COMPLETE