Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740

This commit is contained in:
Ms2ger 2015-09-18 16:05:28 +02:00
parent 7f2d81933a
commit bff545d198
1882 changed files with 16167 additions and 10909 deletions

View file

@ -3406,7 +3406,7 @@
<tr id="font-003-3.7" class="">
<td>
<a href="font-003.xht">font-003</a></td>
<td></td>
<td><a href="reference/font-003-ref.xht">=</a> </td>
<td></td>
<td>Font shorthand set using the values font-variant, font-size and font-family
<ul class="assert">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-prop" />
<link rel="match" href="reference/font-003-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font' shorthand property accepts and sets font-variant, font-size and font-family." />
<style type="text/css">

View file

@ -0,0 +1,20 @@
<!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><meta charset="utf-8" />
<title>CSS Reference</title>
<link href="http://www.intel.com" rel="author" title="Intel" />
<style>
div {
font: 1in serif;
}
span {
font-variant: small-caps;
font-size: 1in;
font-family: serif;
line-height: 1em;
}
</style>
</head><body>
<p>Test passes if letters "E" below are larger than this text, are capitalized, and if the left "E" is smaller than the right "E".</p>
<div><span>e</span>E</div>
</body></html>

View file

@ -72,6 +72,14 @@
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
</tr>
</tbody>
<tbody id="font-003" class="">
<tr>
<td rowspan="1" title="Font shorthand set using the values font-variant, font-size and font-family">
<a href="font-003.xht">font-003</a></td>
<td><a href="reference/font-003-ref.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-051" class="ahem invalid">
<tr>
<td rowspan="1" title="font shorthand - minimal requirements">

View file

@ -5,6 +5,7 @@ background-position-002.xht == reference/background-position-002-ref.xht
c526-font-sz-001.xht == reference/c526-font-sz-001-ref.xht
c526-font-sz-002.xht == reference/c526-font-sz-002-ref.xht
c526-font-sz-003.xht == reference/c526-font-sz-003-ref.xht
font-003.xht == reference/font-003-ref.xht
font-051.xht == reference/font-051-ref.xht
font-146.xht == reference/font-146-ref.xht
font-applies-to-001.xht == reference/font-applies-to-001-ref.xht