comparison: layout/reftests/columns/pref-width-1-ref.html
layout/reftests/columns/pref-width-1-ref.html
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style> |
|
5 div { float:left; border:2px solid black; height:200px; } |
|
6 div.clear { clear:both; } |
|
7 span { display:inline-block; width:100px; } |
|
8 span.gap { width:80px; } |
|
9 </style> |
|
10 </head> |
|
11 <body> |
|
12 <div> |
|
13 <span></span><span></span> |
|
14 </div> |
|
15 <div class="clear"> |
|
16 <span></span><span class="gap"></span><span></span> |
|
17 </div> |
|
18 </body> |
|
19 </html> |