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

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

</html>