haikuwebkit/LayoutTests/accessibility/mac/aria-grid-with-strange-hier...

20 lines
793 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

  Name Time Popularity Price
1 Test Test Test
This tests that an ARIA grid with a hierarchy that ignores render elements in between will still expose the correct elements.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS grid.childrenCount is 6
PASS grid.childAtIndex(0).role is 'AXRole: AXRow'
PASS grid.childAtIndex(1).role is 'AXRole: AXColumn'
PASS grid.childAtIndex(0).childrenCount is 4
PASS grid.childAtIndex(0).childAtIndex(0).role is 'AXRole: AXCell'
PASS grid.childAtIndex(0).childAtIndex(0).role is 'AXRole: AXCell'
PASS grid.childAtIndex(0).childAtIndex(0).childAtIndex(0).role is 'AXRole: AXStaticText'
PASS grid.childAtIndex(0).childAtIndex(0).childAtIndex(0).stringValue is 'AXValue: 1'
PASS successfullyParsed is true
TEST COMPLETE