blob: 7c39daba539ebd6d6eda746bb792ba2604f5069c [file] [log] [blame]
This tests that table and cell have the correct ARIA roles
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS: div[role="grid"] -> grid.
PASS: table[role="table"] -> table.
PASS: td[role="gridcell"] -> gridcell.
PASS: td -> cell.
PASS: td[role="cell"] -> cell.
PASS successfullyParsed is true
TEST COMPLETE