[css-tables] Fix caret position inside empty cell
Override hasLineIfEmpty() in LayoutTableCell to consider
that it has an empty line if it's editable.
This fixes the position of the caret in empty cells,
that was painted lower than expected
(and then modified when you start to edit the cell).
BUG=
421716
TEST=editing/caret/caret-in-empty-cell.html
Committed:
https://crrev.com/1a4e384d607b15a408bbd7b9e6f3528fb2cc8e30
Cr-Commit-Position: refs/heads/master@{#441101}