mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
This commit is contained in:
parent
7f2d81933a
commit
bff545d198
1882 changed files with 16167 additions and 10909 deletions
|
@ -3406,7 +3406,7 @@
|
|||
<tr id="font-003-3.7" class="">
|
||||
<td>
|
||||
<a href="font-003.htm">font-003</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/font-003-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Font shorthand set using the values font-variant, font-size and font-family
|
||||
<ul class="assert">
|
||||
|
|
|
@ -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.htm">
|
||||
<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">
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html><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>
|
|
@ -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.htm">font-003</a></td>
|
||||
<td><a href="reference/font-003-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="font-051" class="ahem invalid">
|
||||
<tr>
|
||||
<td rowspan="1" title="font shorthand - minimal requirements">
|
||||
|
|
|
@ -5,6 +5,7 @@ background-position-002.htm == reference/background-position-002-ref.htm
|
|||
c526-font-sz-001.htm == reference/c526-font-sz-001-ref.htm
|
||||
c526-font-sz-002.htm == reference/c526-font-sz-002-ref.htm
|
||||
c526-font-sz-003.htm == reference/c526-font-sz-003-ref.htm
|
||||
font-003.htm == reference/font-003-ref.htm
|
||||
font-051.htm == reference/font-051-ref.htm
|
||||
font-146.htm == reference/font-146-ref.htm
|
||||
font-applies-to-001.htm == reference/font-applies-to-001-ref.htm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue