summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/413079-2.xhtml
blob: 4ee5beaa1750b130b5217f70b5d52ba4f7dfbb6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 </head>
 <body >
  <div style="-moz-column-count: 12; border: 1px solid green">
   <span>AAAA
    <div style="float: left;border: 1px solid blue">BBBB
    </div>
   </span>
  </div>
 </body>
</html>