summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/multicol-table-collapsed-border-crash.html
blob: 499a12107714503853a0779d371933de6f169a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1215254">
<style>
  html, body, span {
    column-count: 2;
  }
  span {
    display: table;
    border-collapse: collapse;
    border: 1px solid black;
  }
  a {
    vertical-align: 10000000000000000em;
  }
</style>
<span>
  <a>foo</a>
</span>