tenfourfox/layout/reftests/inline/inline-block-padding.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
181 B
HTML

<!DOCTYPE HTML>
<title>margin-left on zero-sized inline-block</title>
<style>
span { display: inline-block; height: 0; padding-right: 100px }
</style>
<span>hello&nbsp;</span>world