summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/429981-1.html
blob: a5cf5b00795b0a1dbb362953aa14b07ba6d4b436 (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
26
27
<!DOCTYPE html>
<html>
<head>
<style type="text/css">

    body {
      height: 100px;
      width: 300pt;
      -moz-column-width: 100pt;
      -moz-column-gap: 0;
    }

    #x { 
      padding: 100px;
    }

    #overflow {
      height: 400px;
      float: left;
    }

</style>
</head>

<body><div id="x"><div id="overflow"></div>K</div></body>

</html>