Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8

This commit is contained in:
James Graham
2015-07-27 17:47:31 +01:00
parent 662c00a810
commit df03062d62
10934 changed files with 428309 additions and 254265 deletions

View File

@@ -0,0 +1,21 @@
<!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-adjust: 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-adjust-prop" rel="help" />
<link href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins" rel="help" />
<link href="reference/font-size-zero-2-ref.xht" rel="match" />
<meta content="" name="flags" />
<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>
</head><body><p>before</p>
<p><span class="zero">zero</span></p>
<p>after</p>
</body></html>