summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1524382.html
blob: cd0ff67b4c4ccec11a51decce1270b2b2dff1daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<style>
:root {
  column-width: 0px;
}
</style>

<ul>
<li style="column-span: all"></li>
</ul>
<div style="float:left"></div>
<div style="position:absolute"></div>
<div style="position:fixed"></div>