summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/387215-1.xhtml
blob: ba14e67668a072720c4ef6ced25d3cffe5ffc464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>

<body>
<div style="float: left; height: 18000000px"></div>
<p style="clear: left;"/>
<div>
  <div style="float: right; height: 100px;">a</div>
  <div style="float: right; height: 18000000px;"></div>
  <p/>
</div>
</body>

</html>