summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/429981-1.html
blob: 57041bc871daae8dfc1e3adb52384c75264872f4 (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;
      column-width: 100pt;
      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>