blob: 5f30ed1688ec487cf2b99f2a0a120f7645013182 [file]
Tests that tables with a single row of all headers are not exposed as data tables.
PASS: !accessibilityController.accessibleElementById('table1') === true
Adding another row to #table1...
#table1 is not ignored.
PASS: table.role === 'AXRole: AXTable'
PASS: table.columnCount === 2
PASS: table.rowCount === 2
PASS successfullyParsed is true
TEST COMPLETE
Cell 1 Cell 2
Cell 3 Cell 4