Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/multicol-table-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
html, body, span {
column-count: 2;
}
span {
display: table;
}
a {
vertical-align: 10000000000000000em;
}
</style>
<span>
<a>foo</a>
</span>