chromium/third_party/blink/web_tests/fast/multicol/span/spanner-table.html

<!DOCTYPE html>
<p>Below you should see the word 'PASS':</p>
<div style="-webkit-columns:6; -webkit-column-gap:0; width:4em; overflow:hidden;">
    <div>
        <table style="-webkit-column-span:all;" cellspacing="0" cellpadding="0">
            <tr>
                <td>PA</td>
                <td>SS</td>
            </tr>
        </table>
    </div>
    <br><br>
</div>