summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-size-zero-1-ref.html
blob: b468121c67aa6ceb69c71cb41cb1a4b5b2b3308e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<title>CSS Test Reference</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">
<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>