haikuwebkit/LayoutTests/platform/gtk/accessibility/aria-hidden-false-works-in-...

31 lines
906 B
Plaintext

This tests that a sub-tree within a node marked with aria-hidden=false will be exposed in the AX tree.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
AXRole: AXSection
AXTitle: group0
AXRole: AXGroup
AXTitle: group2
AXRole: AXButton
AXTitle: button1
PASS object.role is 'AXRole: AXSection'
PASS stringValue is 'AXValue: text3'
PASS object.role is 'AXRole: AXGroup'
PASS stringValue is 'AXValue: text4'
PASS !object || !object.isValid is true
PASS object.role is 'AXRole: AXSection'
PASS object.childrenCount is 0
PASS object.role is 'AXRole: AXSection'
PASS object.childrenCount is 1
PASS object.childAtIndex(0).role is 'AXRole: AXButton'
Non-rendered iframe content should not be visible when aria-hidden=true. The first child should be a group and NOT static text.
iFrame child role: AXRole: AXWebArea
PASS successfullyParsed is true
TEST COMPLETE