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

18 lines
506 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: AXListItem
firstChild.title is AXTitle: option 1
secondChild.role is AXRole: AXListItem
secondChild.description is AXDescription: label 2
PASS firstChild.childrenCount is 0
PASS secondChild.childrenCount is 0
PASS successfullyParsed is true
TEST COMPLETE