DescriptionASSERTION FAILED: child->isTableCell()
This ASSERTION Fails when the child is not a table cell.
Consider the scenario when there is a spelling mistake in defining
the role for a gridcell inside a grid.
Ex:
<div role="grid">
<div role="row">
<span role="columnheader">Word</span>
</div>
<div role="row">
<span rolw="gridcell">ABCD</span>
</div>
</div>
Also, this ASSERTION is not required because in the next line
'if' check has been made to check whether child is tablecell or not.
BUG=412735
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184139
Patch Set 1 #
Messages
Total messages: 14 (6 generated)
|