• k.czech's avatar
    Update test result after crrev.com/914233002 · dc6a105a
    k.czech authored
    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
    
    Review URL: https://codereview.chromium.org/956803003
    
    Cr-Commit-Position: refs/heads/master@{#318267}
    dc6a105a
table-spans.html 494 Bytes