summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/467493-2.html
blob: bb4d9d10da5806a2f312c0db938a2d9dba7b23ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head><style>
  div.a {
    column-count: 2;
    overflow-y: hidden;
    background: yellow;
  }
  div.b {
    background: orange;
    clear: both;
    margin-top: 946982.46874999995cm;
  }
  div.c {
    position: fixed;
    background: red;
  }
</style></head>
<body
  ><div class="a"><div
    ><div class="b"><li></li></div
    ><div class="c"></div
  ></div></div
></body>
</html>