layout/reftests/columns/basic-1.html

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:bffeaf29f56b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div { -moz-column-count:2; -moz-column-gap:0; }
6 </style>
7 </head>
8 <body>
9 <div>
10 Hello<br>
11 Kitty
12 </div>
13 </body>
14 </html>

mercurial