summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/421404-1.html
blob: 634209849b44e20c6f9680464c2e9febcdf538d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<body>
<div style="width: -moz-fit-content; width: fit-content; clear: both">
<div style="float: left; width: 20px; padding: 100%"></div>
<div style="float: left; width: 20px"></div>
<div style="float: left; width: 20px"></div> 
</div>
<div style="width: -moz-fit-content; width: fit-content; clear: both">
<div style="float: right; width: 20px; padding: 100%"></div>
<div style="float: right; width: 20px"></div>
<div style="float: right; width: 20px"></div> 
</div>
<div style="width: -moz-fit-content; width: fit-content; clear: both">
<div style="float: left; width: 20px; padding: 100%"></div>
<div style="float: right; width: 20px; padding: 100%; clear: right"></div>
<div style="float: right; width: 20px; clear: right"></div> 
</div>
</body>
</html>