Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/inline/reftest.list
<!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