Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-fonts/font-size-zero-1-ref.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<title>CSS Test Reference</title>
<link rel="mismatch" href="font-size-zero-1-notref.html">
<style>
/* spec ambiguous whether font-size-adjust influences line-height: normal */
body { line-height: 1.2 }
p { margin: 1em 0 }
p.first { margin-bottom: 2em }
</style>
<p class="first">before</p>
<p>after</p>