blob: 5cf954d65235f1bcbb1bbc6a95743e3f093750dd [file] [log] [blame]
This tests that table and cell have the correct ARIA roles.
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