<!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>
<!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>