Update CSS tests to revision 5366390418de396cdf7c9d45fbaedbed81dc4a61

This commit is contained in:
Ms2ger
2016-03-07 17:30:48 +01:00
parent dedae5e459
commit 3a73a2452e
333 changed files with 2454 additions and 1418 deletions

View File

@@ -1199,7 +1199,7 @@
<tr id="class-selector-008-5.8.3" class="">
<td>
<a href="class-selector-008.xht">class-selector-008</a></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
<td></td>
<td>CSS: Case Sensitive Classes
</td>
@@ -2093,7 +2093,7 @@
<tr id="first-line-pseudo-018-5.12.1" class="">
<td>
<a href="first-line-pseudo-018.xht">first-line-pseudo-018</a></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
<td></td>
<td>Basic :first-line test
</td>

View File

@@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/class/001.html" type="text/html" />
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#class-html" />
<link rel="match" href="reference/ref-this-text-should-be-green.xht" />
<style type="text/css">
.teST { color: green; }
.TEst { background: red; color: yellow; } /* doesn't apply */

View File

@@ -6,6 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/002.xml" type="application/xhtml+xml"/>
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-line/002.html" type="type/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo"/>
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
<style type="text/css">
p:first-line { color: green; }
</style>

View File

@@ -21500,6 +21500,14 @@
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="class-selector-008" class="">
<tr>
<td rowspan="1" title="CSS: Case Sensitive Classes">
<a href="class-selector-008.xht">class-selector-008</a></td>
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="clear-001" class="">
<tr>
<td rowspan="1" title="Clear set to 'left'">
@@ -29388,6 +29396,14 @@
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr></td>
</tr>
</tbody>
<tbody id="first-line-pseudo-018" class="">
<tr>
<td rowspan="1" title="Basic :first-line test">
<a href="first-line-pseudo-018.xht">first-line-pseudo-018</a></td>
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="first-line-selector-013" class="">
<tr>
<td rowspan="1" title="First-line selector applicability to inline-blocks">

View File

@@ -2694,6 +2694,7 @@ class-selector-004.xht == reference/no-red-filler-text-ref.xht
class-selector-005.xht == reference/no-red-filler-text-ref.xht
class-selector-006.xht == reference/filler-text-below-green.xht
class-selector-007.xht == reference/no-red-filler-text-ref.xht
class-selector-008.xht == reference/ref-this-text-should-be-green.xht
clear-001.xht == reference/clear-001-ref.xht
clear-002.xht == reference/clear-002-ref.xht
clear-003.xht == reference/clear-003-ref.xht
@@ -3680,6 +3681,7 @@ first-line-pseudo-013.xht == reference/first-line-pseudo-013-ref.xht
first-line-pseudo-014.xht == reference/first-line-pseudo-013-ref.xht
first-line-pseudo-015.xht == reference/first-line-pseudo-015-ref.xht
first-line-pseudo-016.xht == reference/first-line-pseudo-015-ref.xht
first-line-pseudo-018.xht == reference/ref-this-text-should-be-green.xht
first-line-selector-013.xht == reference/filler-text-below-green.xht
fixed-table-layout-002a.xht == reference/fixed-table-layout-002a-ref.xht
fixed-table-layout-003a01.xht == reference/fixed-table-layout-003a01-ref.xht