blob: fb69fca1db07f3be26a242ce70b9a4f433bd5978 [file] [log] [blame]
This tests that if a table cell uses display:block, the table cell will still be accessible
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS cell1a.isEqual(cell1b) is true
PASS cell1a.role is 'AXRole: AXCell'
PASS domCell1.style.display is 'block'
PASS table2.role is 'AXRole: AXGroup'
PASS cell2.role == 'AXRole: AXCell' is false
PASS successfullyParsed is true
TEST COMPLETE