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