comparison: layout/reftests/inline/inline-block-width.html
layout/reftests/inline/inline-block-width.html
- branch
- TOR_BUG_3246
- changeset 4
- fc2d59ddac77
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <title>margin-left on zero-sized inline-block</title> |
|
3 <style> |
|
4 span { display: inline-block; height: 0; width: 100px } |
|
5 </style> |
|
6 hello <span></span>world |