haikuwebkit/LayoutTests/accessibility/mac/table-with-row-col-of-heade...

22 lines
620 B
Plaintext

header 1 header 2
cell 1
header 1 header 2
cell 1 cell 1
header 1 header 2
cell 1
header 1 header 2
cell 1
This tests that tables that have THs in the first row or first column will be exposed as AXTables.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS accessibilityController.focusedElement.role is 'AXRole: AXTable'
PASS accessibilityController.focusedElement.role is 'AXRole: AXTable'
PASS accessibilityController.focusedElement.role is 'AXRole: AXGroup'
PASS accessibilityController.focusedElement.role is 'AXRole: AXGroup'
PASS successfullyParsed is true
TEST COMPLETE