summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/359371-2.html
blob: 98e2917c3c7e0156cf43db6ace5dace109e7a84b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<style type="text/css">

body {
  width: 500px;
}

p {
	font-family: monospace;
	font-size: 12px;
}
.columns {
	column-count: 3;
}

.toppadded
{
	padding-top: 18px;
}

.floatbox {
	float: left;
	margin: 20px 0px 0 0;
	width: 90px;
}

</style>	
</head>

<!-- <body onload="document.getElementById('foo').appendChild(document.createTextNode('aaaaaaa'));"> -->
<div class="columns">

		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		<p>C
		
		<p id="foo">xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx </p>

    <div class="toppadded">
      T
      <p class="floatbox">W W W W W W W W Waaaaaaa</p>
    </div>

</div>

</body>
</html>