summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/413079-3.xhtml
blob: c6591612efad596de31653727b5fb34f5d5c67ad (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="column-count: 2; border: 1px solid green">
   <span>AAAA
    <div style="float: left;border: 1px solid blue">BBBB
    </div>
   </span>
  </div>
 </body>
</html>