no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / columns / pref-width-1b.html
blobce5d29690d6298012007d895c6d69c252b13b73d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div { column-count:2; column-width:100px; column-gap:0; float:left; border:2px solid black; height:200px; }
6 div.clear { clear:both; }
7 div.gap { column-gap:80px; }
8 span { display:inline-block; width:50px; }
9 </style>
10 </head>
11 <body>
12 <div>
13 <span></span><br><span></span>
14 </div>
15 <div class="gap clear">
16 <span></span><br><span></span>
17 </div>
18 </body>
19 </html>