mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05: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
|
||||
|
|
|
@ -53,8 +53,8 @@ html/font-001.htm 8889134bb1f75baf43015bc225d539d0092294a4 ?
|
|||
xhtml1/font-001.xht 8889134bb1f75baf43015bc225d539d0092294a4 ?
|
||||
html/font-002.htm 4dcfd00bcbbdd26f5e7eca463d89838ed0ade6f3 ?
|
||||
xhtml1/font-002.xht 4dcfd00bcbbdd26f5e7eca463d89838ed0ade6f3 ?
|
||||
html/font-003.htm 4d89f1e19902d328eb1c51227ca4d90cc51335c0 ?
|
||||
xhtml1/font-003.xht 4d89f1e19902d328eb1c51227ca4d90cc51335c0 ?
|
||||
html/font-003.htm b1def4646202b4af368d162ecf5c5d50f159b5bf ?
|
||||
xhtml1/font-003.xht b1def4646202b4af368d162ecf5c5d50f159b5bf ?
|
||||
html/font-004.htm 3a63d876bb7ee941e91a669580e0aabbd2fa9d2c ?
|
||||
xhtml1/font-004.xht 3a63d876bb7ee941e91a669580e0aabbd2fa9d2c ?
|
||||
html/font-005.htm 1b72ac925feb8d0f82cb01b095a30b146b151280 ?
|
||||
|
|
|
@ -24,7 +24,7 @@ c527-font-10 font http://www.w3.org/TR/REC-CSS1#font,http://www.w3.org/TR/CSS2
|
|||
c543-txt-decor-000 text-decoration animated,image http://www.w3.org/TR/REC-CSS1#text-decoration,http://www.w3.org/TR/CSS21/fonts.html#font-styling,http://www.w3.org/TR/css-fonts-3/#font-style-prop ba273f4cbe5bc2d4408a06a035991f6786773649 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
|
||||
font-001 Font shorthand set using the values font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 8889134bb1f75baf43015bc225d539d0092294a4 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-size and font-family.
|
||||
font-002 Font shorthand set using the values font-style, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 4dcfd00bcbbdd26f5e7eca463d89838ed0ade6f3 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-size and font-family.
|
||||
font-003 Font shorthand set using the values font-variant, font-size and font-family http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 4d89f1e19902d328eb1c51227ca4d90cc51335c0 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-size and font-family.
|
||||
font-003 reference/font-003-ref Font shorthand set using the values font-variant, font-size and font-family http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop b1def4646202b4af368d162ecf5c5d50f159b5bf `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-variant, font-size and font-family.
|
||||
font-004 Font shorthand set using the values font-weight, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 3a63d876bb7ee941e91a669580e0aabbd2fa9d2c `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-weight, font-size and font-family.
|
||||
font-005 Font shorthand set using the values font-style, font-variant, font-size and font-family http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 1b72ac925feb8d0f82cb01b095a30b146b151280 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-variant, font-size and font-family.
|
||||
font-006 Font shorthand set using the values font-style, font-weight, font-size and font-family ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font,http://www.w3.org/TR/CSS21/fonts.html#font-shorthand,http://www.w3.org/TR/css-fonts-3/#font-prop 8a0d7315355d136e4195cdbb76a9a65206eb9921 `Microsoft`<http://www.microsoft.com/> The 'font' shorthand property accepts and sets font-style, font-weight, font-size and font-family.
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -15,6 +15,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">
|
||||
|
|
|
@ -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>
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue