tenfourfox/layout/reftests/inline/zero-inline-block-margin-right.html

7 lines
185 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<title>margin-left on zero-sized inline-block</title>
<style>
span { display: inline-block; height: 0; width: 0; margin-right: 100px }
</style>
hello <span></span>world