DescriptionUpdate test result after crrev.com/914233002
Blink's CL changes approach of colspan's calculating.
Calculation is based on effective columns's conversion.
Malformed colspan such as <table><tr><td colspan="10"></td><th></th></tr></table>
now is calculated as {0, 1} not {0, 10}
Update also a test case so that we could check valid colspans.
BUG=457687
Committed: https://crrev.com/dc6a105a98c482ac0b46024d6d9b4784e0b368fd
Cr-Commit-Position: refs/heads/master@{#318267}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|