Update CSS tests to revision 2a5740eaf7fa99181681a89bc6789dbf5b839995

This commit is contained in:
Ms2ger
2015-08-27 10:12:02 +02:00
parent 98728a6c75
commit 5fb39b2af9
120 changed files with 2388 additions and 7229 deletions

View File

@@ -6,12 +6,19 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-05-20 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties">
<link rel="match" href="reference/ref-filled-black-96px-square.htm">
<link rel="match" href="reference/ref-transparent-or-black-square-black.htm">
<link rel="match" href="reference/ref-transparent-or-black-square-transparent.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="The 'border-bottom-color' set to #1000 falls back to the initial value.">
<meta name="assert" content="The 'border-bottom-color' set to #1000 is a transparent dark red square.">
<style type="text/css">
div
div.test
{
border: 5px solid blue;
height: 1in;
width: 1in;
}
div.test div
{
border-bottom-style: solid;
border-bottom-width: 1in;
@@ -22,7 +29,7 @@
</style>
</head>
<body>
<p>Test passes if there is a filled black square.</p>
<div></div>
<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p>
<div class="test"><div></div></div>
</body>
</html>

View File

@@ -6,22 +6,30 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-05-26 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties">
<link rel="match" href="reference/ref-filled-black-96px-square.htm">
<link rel="match" href="reference/ref-transparent-or-black-square-black.htm">
<link rel="match" href="reference/ref-transparent-or-black-square-transparent.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="The 'border-left-color' set to #1000 falls back to the initial value.">
<meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square.">
<style type="text/css">
div
div.test
{
border: 5px solid blue;
height: 1in;
width: 1in;
}
div.test div
{
border-left-style: solid;
border-left-width: 1in;
border-left-color: #1000;
height: 1in;
width: 0;
}
</style>
</head>
<body>
<p>Test passes if there is a filled black square.</p>
<div></div>
<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p>
<div class="test"><div></div></div>
</body>
</html>

View File

@@ -6,22 +6,30 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-02 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties">
<link rel="match" href="reference/border-right-color-007-ref.htm">
<link rel="match" href="reference/ref-transparent-or-black-square-black.htm">
<link rel="match" href="reference/ref-transparent-or-black-square-transparent.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="The 'border-right-color' set to #1000 falls back to the initial value.">
<meta name="assert" content="The 'border-right-color' set to #1000 is a transparent dark red square.">
<style type="text/css">
div
div.test
{
border: 5px solid blue;
height: 1in;
width: 1in;
}
div.test div
{
border-right-style: solid;
border-right-width: 1in;
border-right-color: #1000;
height: 1in;
width: 0;
}
</style>
</head>
<body>
<p>Test passes if there is a box below.</p>
<div></div>
<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p>
<div class="test"><div></div></div>
</body>
</html>

View File

@@ -6,12 +6,19 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-05-26 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties">
<link rel="match" href="reference/ref-filled-black-96px-square.htm">
<link rel="match" href="reference/ref-transparent-or-black-square-black.htm">
<link rel="match" href="reference/ref-transparent-or-black-square-transparent.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="The 'border-top-color' set to #1000 falls back to the initial value.">
<meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square.">
<style type="text/css">
div
div.test
{
border: 5px solid blue;
height: 1in;
width: 1in;
}
div.test div
{
border-top-style: solid;
border-top-width: 1in;
@@ -22,7 +29,7 @@
</style>
</head>
<body>
<p>Test passes if there is a filled black square.</p>
<div></div>
<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p>
<div class="test"><div></div></div>
</body>
</html>

View File

@@ -125,7 +125,7 @@
<tr id="list-style-019-1.4.3" class="image">
<td>
<a href="list-style-019.htm">list-style-019</a></td>
<td></td>
<td><a href="reference/list-style-019-ref.htm">=</a> </td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>list-style - initial value
<ul class="assert">
@@ -155,7 +155,7 @@
<tr id="shand-font-000-1.4.3" class="primary">
<td><strong>
<a href="shand-font-000.htm">shand-font-000</a></strong></td>
<td></td>
<td><a href="reference/shand-font-000-ref.htm">=</a> </td>
<td></td>
<td>Shorthand Properties (font)
</td>
@@ -163,7 +163,7 @@
<tr id="shand-font-001-1.4.3" class="primary">
<td><strong>
<a href="shand-font-001.htm">shand-font-001</a></strong></td>
<td></td>
<td><a href="reference/shand-font-000-ref.htm">=</a> </td>
<td></td>
<td>Shorthand Properties (font)
</td>
@@ -171,7 +171,7 @@
<tr id="shand-font-002-1.4.3" class="primary">
<td><strong>
<a href="shand-font-002.htm">shand-font-002</a></strong></td>
<td></td>
<td><a href="reference/shand-font-002-ref.htm">=</a> </td>
<td></td>
<td>Shorthand Properties (font)
</td>
@@ -179,7 +179,7 @@
<tr id="shand-font-003-1.4.3" class="primary">
<td><strong>
<a href="shand-font-003.htm">shand-font-003</a></strong></td>
<td></td>
<td><a href="reference/shand-font-002-ref.htm">=</a> </td>
<td></td>
<td>Shorthand Properties (font)
</td>

View File

@@ -9725,7 +9725,7 @@
<tr id="list-style-019-12.5.1" class="primary image">
<td><strong>
<a href="list-style-019.htm">list-style-019</a></strong></td>
<td></td>
<td><a href="reference/list-style-019-ref.htm">=</a> </td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>list-style - initial value
<ul class="assert">

View File

@@ -377,7 +377,7 @@
<tr id="list-style-019-6.1.1" class="image">
<td>
<a href="list-style-019.htm">list-style-019</a></td>
<td></td>
<td><a href="reference/list-style-019-ref.htm">=</a> </td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>list-style - initial value
<ul class="assert">

View File

@@ -9852,7 +9852,7 @@
<tr id="padding-left-036-8.4" class="">
<td>
<a href="padding-left-036.htm">padding-left-036</a></td>
<td></td>
<td><a href="reference/padding-left-036-ref.htm">=</a> </td>
<td></td>
<td>Padding-left using centimeters with a minimum plus one value, 1cm
<ul class="assert">
@@ -9929,7 +9929,7 @@
<tr id="padding-left-047-8.4" class="">
<td>
<a href="padding-left-047.htm">padding-left-047</a></td>
<td></td>
<td><a href="reference/padding-left-047-ref.htm">=</a> </td>
<td></td>
<td>Padding-left using millimeters with a minimum plus one value, 1mm
<ul class="assert">
@@ -10413,7 +10413,7 @@
<tr id="padding-left-applies-to-008-8.4" class="">
<td>
<a href="padding-left-applies-to-008.htm">padding-left-applies-to-008</a></td>
<td></td>
<td><a href="reference/padding-left-applies-to-008-ref.htm">=</a> </td>
<td></td>
<td>Padding-left applied to element with display inline
<ul class="assert">
@@ -10435,7 +10435,7 @@
<tr id="padding-left-applies-to-010-8.4" class="">
<td>
<a href="padding-left-applies-to-010.htm">padding-left-applies-to-010</a></td>
<td></td>
<td><a href="reference/padding-left-applies-to-010-ref.htm">=</a> </td>
<td></td>
<td>Padding-left applied to element with display list-item
<ul class="assert">
@@ -10765,7 +10765,7 @@
<tr id="padding-right-036-8.4" class="">
<td>
<a href="padding-right-036.htm">padding-right-036</a></td>
<td></td>
<td><a href="reference/padding-left-036-ref.htm">=</a> </td>
<td></td>
<td>Padding-right using centimeters with a minimum plus one value, 1cm
<ul class="assert">
@@ -10842,7 +10842,7 @@
<tr id="padding-right-047-8.4" class="">
<td>
<a href="padding-right-047.htm">padding-right-047</a></td>
<td></td>
<td><a href="reference/padding-left-047-ref.htm">=</a> </td>
<td></td>
<td>Padding-right using millimeters with a minimum plus one value, 1mm
<ul class="assert">
@@ -13810,7 +13810,7 @@
<tr id="padding-left-036-8.4.#propdef-padding-left" class="primary">
<td><strong>
<a href="padding-left-036.htm">padding-left-036</a></strong></td>
<td></td>
<td><a href="reference/padding-left-036-ref.htm">=</a> </td>
<td></td>
<td>Padding-left using centimeters with a minimum plus one value, 1cm
<ul class="assert">
@@ -13887,7 +13887,7 @@
<tr id="padding-left-047-8.4.#propdef-padding-left" class="primary">
<td><strong>
<a href="padding-left-047.htm">padding-left-047</a></strong></td>
<td></td>
<td><a href="reference/padding-left-047-ref.htm">=</a> </td>
<td></td>
<td>Padding-left using millimeters with a minimum plus one value, 1mm
<ul class="assert">
@@ -14371,7 +14371,7 @@
<tr id="padding-left-applies-to-008-8.4.#propdef-padding-left" class="primary">
<td><strong>
<a href="padding-left-applies-to-008.htm">padding-left-applies-to-008</a></strong></td>
<td></td>
<td><a href="reference/padding-left-applies-to-008-ref.htm">=</a> </td>
<td></td>
<td>Padding-left applied to element with display inline
<ul class="assert">
@@ -14393,7 +14393,7 @@
<tr id="padding-left-applies-to-010-8.4.#propdef-padding-left" class="primary">
<td><strong>
<a href="padding-left-applies-to-010.htm">padding-left-applies-to-010</a></strong></td>
<td></td>
<td><a href="reference/padding-left-applies-to-010-ref.htm">=</a> </td>
<td></td>
<td>Padding-left applied to element with display list-item
<ul class="assert">
@@ -14704,7 +14704,7 @@
<tr id="padding-right-036-8.4.#propdef-padding-right" class="primary">
<td><strong>
<a href="padding-right-036.htm">padding-right-036</a></strong></td>
<td></td>
<td><a href="reference/padding-left-036-ref.htm">=</a> </td>
<td></td>
<td>Padding-right using centimeters with a minimum plus one value, 1cm
<ul class="assert">
@@ -14781,7 +14781,7 @@
<tr id="padding-right-047-8.4.#propdef-padding-right" class="primary">
<td><strong>
<a href="padding-right-047.htm">padding-right-047</a></strong></td>
<td></td>
<td><a href="reference/padding-left-047-ref.htm">=</a> </td>
<td></td>
<td>Padding-right using millimeters with a minimum plus one value, 1mm
<ul class="assert">
@@ -24454,11 +24454,11 @@
<tr id="border-bottom-color-030-8.5.2" class="invalid">
<td>
<a href="border-bottom-color-030.htm">border-bottom-color-030</a></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Border-bottom-color set to hex with three digits with the maximum plus one value of #1000
<ul class="assert">
<li>The 'border-bottom-color' set to #1000 falls back to the initial value.</li>
<li>The 'border-bottom-color' set to #1000 is a transparent dark red square.</li>
</ul>
</td>
</tr>
@@ -26571,11 +26571,11 @@
<tr id="border-left-color-030-8.5.2" class="invalid">
<td>
<a href="border-left-color-030.htm">border-left-color-030</a></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Border-left-color set to hex with three digits with the maximum plus one value of #1000
<ul class="assert">
<li>The 'border-left-color' set to #1000 falls back to the initial value.</li>
<li>The 'border-top-color' set to #1000 is a transparent dark red square.</li>
</ul>
</td>
</tr>
@@ -28353,11 +28353,11 @@
<tr id="border-right-color-030-8.5.2" class="invalid">
<td>
<a href="border-right-color-030.htm">border-right-color-030</a></td>
<td><a href="reference/border-right-color-007-ref.htm">=</a> </td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Border-right-color set to hex with three digits with the maximum plus one value of #1000
<ul class="assert">
<li>The 'border-right-color' set to #1000 falls back to the initial value.</li>
<li>The 'border-right-color' set to #1000 is a transparent dark red square.</li>
</ul>
</td>
</tr>
@@ -30168,11 +30168,11 @@
<tr id="border-top-color-030-8.5.2" class="invalid">
<td>
<a href="border-top-color-030.htm">border-top-color-030</a></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Border-top-color set to hex with three digits with the maximum plus one value of #1000
<ul class="assert">
<li>The 'border-top-color' set to #1000 falls back to the initial value.</li>
<li>The 'border-top-color' set to #1000 is a transparent dark red square.</li>
</ul>
</td>
</tr>
@@ -31953,11 +31953,11 @@
<tr id="border-bottom-color-030-8.5.2.#propdef-border-bottom-color" class="primary invalid">
<td><strong>
<a href="border-bottom-color-030.htm">border-bottom-color-030</a></strong></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Border-bottom-color set to hex with three digits with the maximum plus one value of #1000
<ul class="assert">
<li>The 'border-bottom-color' set to #1000 falls back to the initial value.</li>
<li>The 'border-bottom-color' set to #1000 is a transparent dark red square.</li>
</ul>
</td>
</tr>
@@ -34005,11 +34005,11 @@
<tr id="border-left-color-030-8.5.2.#propdef-border-left-color" class="primary invalid">
<td><strong>
<a href="border-left-color-030.htm">border-left-color-030</a></strong></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Border-left-color set to hex with three digits with the maximum plus one value of #1000
<ul class="assert">
<li>The 'border-left-color' set to #1000 falls back to the initial value.</li>
<li>The 'border-top-color' set to #1000 is a transparent dark red square.</li>
</ul>
</td>
</tr>
@@ -35790,11 +35790,11 @@
<tr id="border-right-color-030-8.5.2.#propdef-border-right-color" class="primary invalid">
<td><strong>
<a href="border-right-color-030.htm">border-right-color-030</a></strong></td>
<td><a href="reference/border-right-color-007-ref.htm">=</a> </td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Border-right-color set to hex with three digits with the maximum plus one value of #1000
<ul class="assert">
<li>The 'border-right-color' set to #1000 falls back to the initial value.</li>
<li>The 'border-right-color' set to #1000 is a transparent dark red square.</li>
</ul>
</td>
</tr>
@@ -37575,11 +37575,11 @@
<tr id="border-top-color-030-8.5.2.#propdef-border-top-color" class="primary invalid">
<td><strong>
<a href="border-top-color-030.htm">border-top-color-030</a></strong></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Border-top-color set to hex with three digits with the maximum plus one value of #1000
<ul class="assert">
<li>The 'border-top-color' set to #1000 falls back to the initial value.</li>
<li>The 'border-top-color' set to #1000 is a transparent dark red square.</li>
</ul>
</td>
</tr>

View File

@@ -10,6 +10,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style">
<link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand">
<link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#specified-value">
<link rel="match" href="reference/list-style-019-ref.htm">
<meta content="image" name="flags">
<meta content="'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition." name="assert">

View File

@@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties">
<link rel="match" href="reference/padding-left-036-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in centimeters.">
<style type="text/css">

View File

@@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties">
<link rel="match" href="reference/padding-left-047-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in millimeters.">
<style type="text/css">

View File

@@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties">
<link rel="match" href="reference/padding-left-applies-to-008-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="The 'padding-left' property applies to elements with a display of inline.">
<style type="text/css">

View File

@@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties">
<link rel="match" href="reference/padding-left-applies-to-010-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="The 'padding-left' property applies to elements with a display of list-item.">
<style type="text/css">

View File

@@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties">
<link rel="match" href="reference/padding-left-036-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="The 'padding-right' property handles a minimum plus one length value in centimeters.">
<style type="text/css">

View File

@@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties">
<link rel="match" href="reference/padding-left-047-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="The 'padding-right' property handles a minimum plus one length value in millimeters.">
<style type="text/css">

View File

@@ -22,7 +22,7 @@
<p>This sentence must be green.</p>
<p>This sentence must be green</p>
<p>This sentence must be green.</p>
</body>
</html>

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
li {
list-style-type: decimal;
list-style-image: none;
list-style-position: inside;
}
</style>
</head>
<body>
<p>Test passes if there is "1." and <strong>no red</strong>.</p>
<ul>
<li>&nbsp;</li>
</ul>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
#div1 { height: 50px; width: 1cm; background: green; }
#div2 { height: 50px; width: 38px; background: green; }
</style>
</head>
<body>
<p>Test passes if there is <strong>no red</strong>.</p>
<div id="div1"></div>
<div id="div2"></div>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
#div1 { height: 50px; width: 1mm; background: green; }
#div2 { height: 50px; width: 4px; background: green; }
</style>
</head>
<body>
<p>Test passes if there is <strong>no red</strong>.</p>
<div id="div1"></div>
<div id="div2"></div>
</body>
</html>

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
span { border-left: 5px solid blue; }
span span { margin-left: 50px; border-left: 5px solid orange; }
</style>
</head>
<body>
<p>Test passes if there is space between the blue and orange lines.</p>
<div><span><span></span></span>Filler Text</div>
</body>
</html>

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
body { margin-left: 50px; }
#div1 { display: list-item; height: 200px; width: 200px; }
div div { width: 50px; height: 200px; border-left: 10px solid blue; border-right: 10px solid orange; }
</style>
</head>
<body>
<p>Test passes if there is space between the blue and orange lines and there is a marker bullet on the left-hand side of the blue line.</p>
<div id="div1"><div></div></div>
</body>
</html>

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Jack Moffitt" href="http://metajack.im/">
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
div {
border: 5px solid blue;
height: 1in;
width: 1in;
background: black;
}
</style>
</head>
<body>
<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p>
<div></div>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Jack Moffitt" href="http://metajack.im/">
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
div {
border: 5px solid blue;
height: 1in;
width: 1in;
}
</style>
</head>
<body>
<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p>
<div></div>
</body>
</html>

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
p.test {
font-family: serif;
}
</style>
</head>
<body>
<p>The following paragraphs should be identical:</p>
<p class="test">This should be in a normal weight font.</p>
<p class="test">This should be in a normal weight font.</p>
</body>
</html>

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
p.test {
font-family: serif;
font-weight: bold;
}
</style>
</head>
<body>
<p>The following paragraphs should be identical:</p>
<p class="test">This should be in a bold font.</p>
<p class="test">This should be in a bold font.</p>
</body>
</html>

View File

@@ -9858,10 +9858,13 @@
</tbody>
<tbody id="border-bottom-color-030" class="invalid">
<tr>
<td rowspan="1" title="Border-bottom-color set to hex with three digits with the maximum plus one value of #1000">
<td rowspan="2" title="Border-bottom-color set to hex with three digits with the maximum plus one value of #1000">
<a href="border-bottom-color-030.htm">border-bottom-color-030</a></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> </td>
<td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
</tr>
<tr>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a></td>
</tr>
</tbody>
<tbody id="border-bottom-color-031" class="invalid">
@@ -12298,10 +12301,13 @@
</tbody>
<tbody id="border-left-color-030" class="invalid">
<tr>
<td rowspan="1" title="Border-left-color set to hex with three digits with the maximum plus one value of #1000">
<td rowspan="2" title="Border-left-color set to hex with three digits with the maximum plus one value of #1000">
<a href="border-left-color-030.htm">border-left-color-030</a></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> </td>
<td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
</tr>
<tr>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a></td>
</tr>
</tbody>
<tbody id="border-left-color-031" class="invalid">
@@ -14258,10 +14264,13 @@
</tbody>
<tbody id="border-right-color-030" class="invalid">
<tr>
<td rowspan="1" title="Border-right-color set to hex with three digits with the maximum plus one value of #1000">
<td rowspan="2" title="Border-right-color set to hex with three digits with the maximum plus one value of #1000">
<a href="border-right-color-030.htm">border-right-color-030</a></td>
<td><a href="reference/border-right-color-007-ref.htm">=</a> </td>
<td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> </td>
<td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
</tr>
<tr>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a></td>
</tr>
</tbody>
<tbody id="border-right-color-031" class="invalid">
@@ -16394,10 +16403,13 @@
</tbody>
<tbody id="border-top-color-030" class="invalid">
<tr>
<td rowspan="1" title="Border-top-color set to hex with three digits with the maximum plus one value of #1000">
<td rowspan="2" title="Border-top-color set to hex with three digits with the maximum plus one value of #1000">
<a href="border-top-color-030.htm">border-top-color-030</a></td>
<td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td>
<td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> </td>
<td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
</tr>
<tr>
<td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a></td>
</tr>
</tbody>
<tbody id="border-top-color-031" class="invalid">
@@ -29992,6 +30004,14 @@
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
</tr>
</tbody>
<tbody id="list-style-019" class="image">
<tr>
<td rowspan="1" title="list-style - initial value">
<a href="list-style-019.htm">list-style-019</a></td>
<td><a href="reference/list-style-019-ref.htm">=</a> </td>
<td rowspan="1"><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
</tr>
</tbody>
<tbody id="list-style-021" class="image">
<tr>
<td rowspan="1" title="list-style: none - followed by a list-style-image reset">
@@ -37624,6 +37644,14 @@
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-left-036" class="">
<tr>
<td rowspan="1" title="Padding-left using centimeters with a minimum plus one value, 1cm">
<a href="padding-left-036.htm">padding-left-036</a></td>
<td><a href="reference/padding-left-036-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-left-037" class="">
<tr>
<td rowspan="1" title="Padding-left using centimeters with a negative zero value, -0cm">
@@ -37672,6 +37700,14 @@
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-left-047" class="">
<tr>
<td rowspan="1" title="Padding-left using millimeters with a minimum plus one value, 1mm">
<a href="padding-left-047.htm">padding-left-047</a></td>
<td><a href="reference/padding-left-047-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-left-048" class="">
<tr>
<td rowspan="1" title="Padding-left using millimeters with a negative zero value, -0mm">
@@ -38016,6 +38052,14 @@
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-left-applies-to-008" class="">
<tr>
<td rowspan="1" title="Padding-left applied to element with display inline">
<a href="padding-left-applies-to-008.htm">padding-left-applies-to-008</a></td>
<td><a href="reference/padding-left-applies-to-008-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-left-applies-to-009" class="">
<tr>
<td rowspan="1" title="Padding-left applied to element with display block">
@@ -38024,6 +38068,14 @@
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-left-applies-to-010" class="">
<tr>
<td rowspan="1" title="Padding-left applied to element with display list-item">
<a href="padding-left-applies-to-010.htm">padding-left-applies-to-010</a></td>
<td><a href="reference/padding-left-applies-to-010-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-left-applies-to-012" class="">
<tr>
<td rowspan="1" title="Padding-left applied to element with display inline-block">
@@ -38240,6 +38292,14 @@
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-right-036" class="">
<tr>
<td rowspan="1" title="Padding-right using centimeters with a minimum plus one value, 1cm">
<a href="padding-right-036.htm">padding-right-036</a></td>
<td><a href="reference/padding-left-036-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-right-037" class="">
<tr>
<td rowspan="1" title="Padding-right using centimeters with a negative zero value, -0cm">
@@ -38288,6 +38348,14 @@
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-right-047" class="">
<tr>
<td rowspan="1" title="Padding-right using millimeters with a minimum plus one value, 1mm">
<a href="padding-right-047.htm">padding-right-047</a></td>
<td><a href="reference/padding-left-047-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="padding-right-048" class="">
<tr>
<td rowspan="1" title="Padding-right using millimeters with a negative zero value, -0mm">
@@ -41640,6 +41708,38 @@
<td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
</tr>
</tbody>
<tbody id="shand-font-000" class="">
<tr>
<td rowspan="1" title="Shorthand Properties (font)">
<a href="shand-font-000.htm">shand-font-000</a></td>
<td><a href="reference/shand-font-000-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="shand-font-001" class="">
<tr>
<td rowspan="1" title="Shorthand Properties (font)">
<a href="shand-font-001.htm">shand-font-001</a></td>
<td><a href="reference/shand-font-000-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="shand-font-002" class="">
<tr>
<td rowspan="1" title="Shorthand Properties (font)">
<a href="shand-font-002.htm">shand-font-002</a></td>
<td><a href="reference/shand-font-002-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="shand-font-003" class="">
<tr>
<td rowspan="1" title="Shorthand Properties (font)">
<a href="shand-font-003.htm">shand-font-003</a></td>
<td><a href="reference/shand-font-002-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="sibling-selector-002" class="">
<tr>
<td rowspan="1" title="Sibling selector with non-element node">

View File

@@ -1264,7 +1264,8 @@ border-bottom-color-026.htm == reference/border-bottom-color-026-ref.htm
border-bottom-color-027.htm == reference/border-bottom-color-027-ref.htm
border-bottom-color-028.htm == reference/border-bottom-color-028-ref.htm
border-bottom-color-029.htm == reference/border-bottom-color-006-ref.htm
border-bottom-color-030.htm == reference/ref-filled-black-96px-square.htm
border-bottom-color-030.htm == reference/ref-transparent-or-black-square-transparent.htm
border-bottom-color-030.htm == reference/ref-transparent-or-black-square-black.htm
border-bottom-color-031.htm == reference/ref-filled-black-96px-square.htm
border-bottom-color-032.htm == reference/border-bottom-color-032-ref.htm
border-bottom-color-033.htm == reference/border-bottom-color-010-ref.htm
@@ -1569,7 +1570,8 @@ border-left-color-026.htm == reference/border-bottom-color-026-ref.htm
border-left-color-027.htm == reference/border-bottom-color-027-ref.htm
border-left-color-028.htm == reference/border-bottom-color-028-ref.htm
border-left-color-029.htm == reference/border-bottom-color-006-ref.htm
border-left-color-030.htm == reference/ref-filled-black-96px-square.htm
border-left-color-030.htm == reference/ref-transparent-or-black-square-transparent.htm
border-left-color-030.htm == reference/ref-transparent-or-black-square-black.htm
border-left-color-031.htm == reference/ref-filled-black-96px-square.htm
border-left-color-032.htm == reference/border-bottom-color-032-ref.htm
border-left-color-033.htm == reference/border-bottom-color-010-ref.htm
@@ -1814,7 +1816,8 @@ border-right-color-026.htm == reference/border-right-color-026-ref.htm
border-right-color-027.htm == reference/border-right-color-027-ref.htm
border-right-color-028.htm == reference/border-right-color-028-ref.htm
border-right-color-029.htm == reference/border-right-color-006-ref.htm
border-right-color-030.htm == reference/border-right-color-007-ref.htm
border-right-color-030.htm == reference/ref-transparent-or-black-square-transparent.htm
border-right-color-030.htm == reference/ref-transparent-or-black-square-black.htm
border-right-color-031.htm == reference/border-right-color-007-ref.htm
border-right-color-032.htm == reference/border-right-color-032-ref.htm
border-right-color-033.htm == reference/border-right-color-010-ref.htm
@@ -2081,7 +2084,8 @@ border-top-color-026.htm == reference/border-bottom-color-026-ref.htm
border-top-color-027.htm == reference/border-bottom-color-027-ref.htm
border-top-color-028.htm == reference/border-bottom-color-028-ref.htm
border-top-color-029.htm == reference/border-bottom-color-006-ref.htm
border-top-color-030.htm == reference/ref-filled-black-96px-square.htm
border-top-color-030.htm == reference/ref-transparent-or-black-square-transparent.htm
border-top-color-030.htm == reference/ref-transparent-or-black-square-black.htm
border-top-color-031.htm == reference/ref-filled-black-96px-square.htm
border-top-color-032.htm == reference/border-bottom-color-032-ref.htm
border-top-color-033.htm == reference/border-bottom-color-010-ref.htm
@@ -3797,6 +3801,7 @@ line-height-applies-to-015.htm == reference/line-height-applies-to-001-ref.htm
line-height-applies-to-016.htm == reference/line-height-applies-to-016-ref.htm
line-height-bleed-001.htm == reference/line-height-bleed-001-ref.htm
line-height-bleed-002.htm == reference/line-height-bleed-002-ref.htm
list-style-019.htm == reference/list-style-019-ref.htm
list-style-021.htm == reference/list-style-021-ref.htm
list-style-image-004.htm == reference/list-style-image-004-ref.htm
list-style-image-005.htm == reference/list-style-image-005-ref.htm
@@ -4751,12 +4756,14 @@ padding-left-028.htm == reference/margin-left-031-ref.htm
padding-left-029.htm == reference/margin-left-031-ref.htm
padding-left-034.htm == reference/margin-left-004-ref.htm
padding-left-035.htm == reference/margin-left-004-ref.htm
padding-left-036.htm == reference/padding-left-036-ref.htm
padding-left-037.htm == reference/margin-left-004-ref.htm
padding-left-038.htm == reference/margin-left-004-ref.htm
padding-left-039.htm == reference/margin-left-043-ref.htm
padding-left-040.htm == reference/margin-left-043-ref.htm
padding-left-045.htm == reference/margin-left-004-ref.htm
padding-left-046.htm == reference/margin-left-004-ref.htm
padding-left-047.htm == reference/padding-left-047-ref.htm
padding-left-048.htm == reference/margin-left-004-ref.htm
padding-left-049.htm == reference/margin-left-004-ref.htm
padding-left-050.htm == reference/margin-left-043-ref.htm
@@ -4800,7 +4807,9 @@ padding-left-applies-to-004.htm == reference/margin-left-applies-to-001-ref.htm
padding-left-applies-to-005.htm == reference/margin-left-applies-to-001-ref.htm
padding-left-applies-to-006.htm == reference/margin-left-applies-to-001-ref.htm
padding-left-applies-to-007.htm == reference/margin-left-applies-to-009-ref.htm
padding-left-applies-to-008.htm == reference/padding-left-applies-to-008-ref.htm
padding-left-applies-to-009.htm == reference/margin-left-applies-to-009-ref.htm
padding-left-applies-to-010.htm == reference/padding-left-applies-to-010-ref.htm
padding-left-applies-to-012.htm == reference/margin-left-applies-to-009-ref.htm
padding-left-applies-to-013.htm == reference/margin-left-applies-to-009-ref.htm
padding-left-applies-to-014.htm == reference/margin-left-applies-to-009-ref.htm
@@ -4828,12 +4837,14 @@ padding-right-028.htm == reference/padding-right-028-ref.htm
padding-right-029.htm == reference/padding-right-028-ref.htm
padding-right-034.htm == reference/margin-left-004-ref.htm
padding-right-035.htm == reference/margin-left-004-ref.htm
padding-right-036.htm == reference/padding-left-036-ref.htm
padding-right-037.htm == reference/margin-left-004-ref.htm
padding-right-038.htm == reference/margin-left-004-ref.htm
padding-right-039.htm == reference/padding-right-039-ref.htm
padding-right-040.htm == reference/padding-right-039-ref.htm
padding-right-045.htm == reference/margin-left-004-ref.htm
padding-right-046.htm == reference/margin-left-004-ref.htm
padding-right-047.htm == reference/padding-left-047-ref.htm
padding-right-048.htm == reference/margin-left-004-ref.htm
padding-right-049.htm == reference/margin-left-004-ref.htm
padding-right-050.htm == reference/padding-right-039-ref.htm
@@ -5253,6 +5264,10 @@ separated-border-model-009.htm == reference/separated-border-model-007-ref.htm
sgml-comments-001.htm == reference/filler-text-below-green.htm
shand-border-000.htm == reference/shand-border-000-ref.htm
shand-border-001.htm == reference/ref-if-there-is-no-red.htm
shand-font-000.htm == reference/shand-font-000-ref.htm
shand-font-001.htm == reference/shand-font-000-ref.htm
shand-font-002.htm == reference/shand-font-002-ref.htm
shand-font-003.htm == reference/shand-font-002-ref.htm
sibling-selector-002.htm == reference/filler-text-below-green.htm
sort-by-order-001.htm == reference/ref-filled-green-100px-square.htm
specificity-001.htm == reference/filler-text-below-green.htm

View File

@@ -4,6 +4,7 @@
<title>CSS Test: Shorthand Properties (font)</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand">
<link rel="match" href="reference/shand-font-000-ref.htm">
<style type="text/css">
p.one { font-family: serif; } /* control */

View File

@@ -4,6 +4,7 @@
<title>CSS Test: Shorthand Properties (font)</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand">
<link rel="match" href="reference/shand-font-000-ref.htm">
<style type="text/css">
p.one { font-family: serif; } /* control */

View File

@@ -4,6 +4,7 @@
<title>CSS Test: Shorthand Properties (font)</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand">
<link rel="match" href="reference/shand-font-002-ref.htm">
<style type="text/css">
p.one { font-family: serif; font-weight: bold; } /* control */

View File

@@ -4,6 +4,7 @@
<title>CSS Test: Shorthand Properties (font)</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand">
<link rel="match" href="reference/shand-font-002-ref.htm">
<style type="text/css">
p.one { font-family: serif; font-weight: bold; } /* control */