mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
20 lines
835 B
HTML
20 lines
835 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Test: font-size: 0</title>
|
|
<link href="http://dbaron.org/" rel="author" title="L. David Baron" />
|
|
<link href="http://www.mozilla.org/" rel="author" title="Mozilla" />
|
|
<link href="http://www.w3.org/TR/css3-fonts/#font-size-prop" rel="help" />
|
|
<link href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins" rel="help" />
|
|
<link href="reference/font-size-zero-1-ref.xht" rel="match" />
|
|
<meta content="" name="flags" />
|
|
<style>
|
|
/* spec ambiguous whether font-size-adjust influences line-height: normal */
|
|
body { line-height: 1.2 }
|
|
|
|
p { margin: 1em 0 }
|
|
p.zero { font-size: 0 }
|
|
</style>
|
|
|
|
</head><body><p>before</p>
|
|
<p class="zero">zero</p>
|
|
<p>after</p>
|
|
</body></html> |