1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <link rel="help" href="https://crbug.com/1025253"> <style> html, body, span { column-count: 2; } span { display: table; } a { vertical-align: 10000000000000000em; } </style> <span> <a>foo</a> </span>