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-adjust-zero-2.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<title>CSS Test: font-size-adjust: 0</title>
<link rel="match" href="font-size-zero-2-ref.html">
<style>
/* spec ambiguous whether font-size-adjust influences line-height: normal */
body { line-height: 1.2 }
span { line-height: 0 }
p { margin: 1em 0 }
span.zero { font-size-adjust: 0 }
</style>
<p>before</p>
<p><span class="zero">zero</span></p>
<p>after</p>