mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
Update CSS tests to revision 2a5740eaf7fa99181681a89bc6789dbf5b839995
This commit is contained in:
@@ -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.xht" />
|
||||
<link rel="match" href="reference/ref-transparent-or-black-square-black.xht" />
|
||||
<link rel="match" href="reference/ref-transparent-or-black-square-transparent.xht" />
|
||||
|
||||
<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>
|
||||
@@ -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.xht" />
|
||||
<link rel="match" href="reference/ref-transparent-or-black-square-black.xht" />
|
||||
<link rel="match" href="reference/ref-transparent-or-black-square-transparent.xht" />
|
||||
|
||||
<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>
|
||||
@@ -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.xht" />
|
||||
<link rel="match" href="reference/ref-transparent-or-black-square-black.xht" />
|
||||
<link rel="match" href="reference/ref-transparent-or-black-square-transparent.xht" />
|
||||
|
||||
<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>
|
||||
@@ -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.xht" />
|
||||
<link rel="match" href="reference/ref-transparent-or-black-square-black.xht" />
|
||||
<link rel="match" href="reference/ref-transparent-or-black-square-transparent.xht" />
|
||||
|
||||
<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>
|
||||
@@ -125,7 +125,7 @@
|
||||
<tr id="list-style-019-1.4.3" class="image">
|
||||
<td>
|
||||
<a href="list-style-019.xht">list-style-019</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/list-style-019-ref.xht">=</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.xht">shand-font-000</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/shand-font-000-ref.xht">=</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.xht">shand-font-001</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/shand-font-000-ref.xht">=</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.xht">shand-font-002</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/shand-font-002-ref.xht">=</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.xht">shand-font-003</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/shand-font-002-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Shorthand Properties (font)
|
||||
</td>
|
||||
|
||||
@@ -9593,7 +9593,7 @@
|
||||
<tr id="list-style-019-12.5.1" class="primary image">
|
||||
<td><strong>
|
||||
<a href="list-style-019.xht">list-style-019</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/list-style-019-ref.xht">=</a> </td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>list-style - initial value
|
||||
<ul class="assert">
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
<tr id="list-style-019-6.1.1" class="image">
|
||||
<td>
|
||||
<a href="list-style-019.xht">list-style-019</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/list-style-019-ref.xht">=</a> </td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>list-style - initial value
|
||||
<ul class="assert">
|
||||
|
||||
@@ -9841,7 +9841,7 @@
|
||||
<tr id="padding-left-036-8.4" class="">
|
||||
<td>
|
||||
<a href="padding-left-036.xht">padding-left-036</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-036-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-left using centimeters with a minimum plus one value, 1cm
|
||||
<ul class="assert">
|
||||
@@ -9918,7 +9918,7 @@
|
||||
<tr id="padding-left-047-8.4" class="">
|
||||
<td>
|
||||
<a href="padding-left-047.xht">padding-left-047</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-047-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-left using millimeters with a minimum plus one value, 1mm
|
||||
<ul class="assert">
|
||||
@@ -10402,7 +10402,7 @@
|
||||
<tr id="padding-left-applies-to-008-8.4" class="">
|
||||
<td>
|
||||
<a href="padding-left-applies-to-008.xht">padding-left-applies-to-008</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-applies-to-008-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-left applied to element with display inline
|
||||
<ul class="assert">
|
||||
@@ -10424,7 +10424,7 @@
|
||||
<tr id="padding-left-applies-to-010-8.4" class="">
|
||||
<td>
|
||||
<a href="padding-left-applies-to-010.xht">padding-left-applies-to-010</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-applies-to-010-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-left applied to element with display list-item
|
||||
<ul class="assert">
|
||||
@@ -10754,7 +10754,7 @@
|
||||
<tr id="padding-right-036-8.4" class="">
|
||||
<td>
|
||||
<a href="padding-right-036.xht">padding-right-036</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-036-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-right using centimeters with a minimum plus one value, 1cm
|
||||
<ul class="assert">
|
||||
@@ -10831,7 +10831,7 @@
|
||||
<tr id="padding-right-047-8.4" class="">
|
||||
<td>
|
||||
<a href="padding-right-047.xht">padding-right-047</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-047-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-right using millimeters with a minimum plus one value, 1mm
|
||||
<ul class="assert">
|
||||
@@ -13799,7 +13799,7 @@
|
||||
<tr id="padding-left-036-8.4.#propdef-padding-left" class="primary">
|
||||
<td><strong>
|
||||
<a href="padding-left-036.xht">padding-left-036</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-036-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-left using centimeters with a minimum plus one value, 1cm
|
||||
<ul class="assert">
|
||||
@@ -13876,7 +13876,7 @@
|
||||
<tr id="padding-left-047-8.4.#propdef-padding-left" class="primary">
|
||||
<td><strong>
|
||||
<a href="padding-left-047.xht">padding-left-047</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-047-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-left using millimeters with a minimum plus one value, 1mm
|
||||
<ul class="assert">
|
||||
@@ -14360,7 +14360,7 @@
|
||||
<tr id="padding-left-applies-to-008-8.4.#propdef-padding-left" class="primary">
|
||||
<td><strong>
|
||||
<a href="padding-left-applies-to-008.xht">padding-left-applies-to-008</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-applies-to-008-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-left applied to element with display inline
|
||||
<ul class="assert">
|
||||
@@ -14382,7 +14382,7 @@
|
||||
<tr id="padding-left-applies-to-010-8.4.#propdef-padding-left" class="primary">
|
||||
<td><strong>
|
||||
<a href="padding-left-applies-to-010.xht">padding-left-applies-to-010</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-applies-to-010-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-left applied to element with display list-item
|
||||
<ul class="assert">
|
||||
@@ -14693,7 +14693,7 @@
|
||||
<tr id="padding-right-036-8.4.#propdef-padding-right" class="primary">
|
||||
<td><strong>
|
||||
<a href="padding-right-036.xht">padding-right-036</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-036-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-right using centimeters with a minimum plus one value, 1cm
|
||||
<ul class="assert">
|
||||
@@ -14770,7 +14770,7 @@
|
||||
<tr id="padding-right-047-8.4.#propdef-padding-right" class="primary">
|
||||
<td><strong>
|
||||
<a href="padding-right-047.xht">padding-right-047</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/padding-left-047-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Padding-right using millimeters with a minimum plus one value, 1mm
|
||||
<ul class="assert">
|
||||
@@ -24443,11 +24443,11 @@
|
||||
<tr id="border-bottom-color-030-8.5.2" class="invalid">
|
||||
<td>
|
||||
<a href="border-bottom-color-030.xht">border-bottom-color-030</a></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td>
|
||||
<td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</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>
|
||||
@@ -26560,11 +26560,11 @@
|
||||
<tr id="border-left-color-030-8.5.2" class="invalid">
|
||||
<td>
|
||||
<a href="border-left-color-030.xht">border-left-color-030</a></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td>
|
||||
<td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</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>
|
||||
@@ -28342,11 +28342,11 @@
|
||||
<tr id="border-right-color-030-8.5.2" class="invalid">
|
||||
<td>
|
||||
<a href="border-right-color-030.xht">border-right-color-030</a></td>
|
||||
<td><a href="reference/border-right-color-007-ref.xht">=</a> </td>
|
||||
<td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</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>
|
||||
@@ -30157,11 +30157,11 @@
|
||||
<tr id="border-top-color-030-8.5.2" class="invalid">
|
||||
<td>
|
||||
<a href="border-top-color-030.xht">border-top-color-030</a></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td>
|
||||
<td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</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>
|
||||
@@ -31942,11 +31942,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.xht">border-bottom-color-030</a></strong></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td>
|
||||
<td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</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>
|
||||
@@ -33994,11 +33994,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.xht">border-left-color-030</a></strong></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td>
|
||||
<td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</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>
|
||||
@@ -35779,11 +35779,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.xht">border-right-color-030</a></strong></td>
|
||||
<td><a href="reference/border-right-color-007-ref.xht">=</a> </td>
|
||||
<td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</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>
|
||||
@@ -37564,11 +37564,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.xht">border-top-color-030</a></strong></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td>
|
||||
<td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</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>
|
||||
|
||||
@@ -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.xht" />
|
||||
<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" />
|
||||
|
||||
|
||||
@@ -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.xht" />
|
||||
<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">
|
||||
|
||||
@@ -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.xht" />
|
||||
<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">
|
||||
|
||||
@@ -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.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'padding-left' property applies to elements with a display of inline." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -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.xht" />
|
||||
<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">
|
||||
|
||||
@@ -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.xht" />
|
||||
<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">
|
||||
|
||||
@@ -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.xht" />
|
||||
<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">
|
||||
|
||||
@@ -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>
|
||||
@@ -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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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> </li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
@@ -0,0 +1,16 @@
|
||||
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
@@ -0,0 +1,15 @@
|
||||
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
@@ -0,0 +1,16 @@
|
||||
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
@@ -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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
@@ -0,0 +1,19 @@
|
||||
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
@@ -0,0 +1,17 @@
|
||||
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
@@ -0,0 +1,18 @@
|
||||
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<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>
|
||||
@@ -10090,10 +10090,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.xht">border-bottom-color-030</a></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</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.xht">=</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.xht">=</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="border-bottom-color-031" class="invalid">
|
||||
@@ -12530,10 +12533,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.xht">border-left-color-030</a></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</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.xht">=</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.xht">=</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="border-left-color-031" class="invalid">
|
||||
@@ -14490,10 +14496,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.xht">border-right-color-030</a></td>
|
||||
<td><a href="reference/border-right-color-007-ref.xht">=</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.xht">=</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.xht">=</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="border-right-color-031" class="invalid">
|
||||
@@ -16626,10 +16635,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.xht">border-top-color-030</a></td>
|
||||
<td><a href="reference/ref-filled-black-96px-square.xht">=</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.xht">=</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.xht">=</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="border-top-color-031" class="invalid">
|
||||
@@ -30344,6 +30356,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.xht">list-style-019</a></td>
|
||||
<td><a href="reference/list-style-019-ref.xht">=</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">
|
||||
@@ -37968,6 +37988,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.xht">padding-left-036</a></td>
|
||||
<td><a href="reference/padding-left-036-ref.xht">=</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">
|
||||
@@ -38016,6 +38044,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.xht">padding-left-047</a></td>
|
||||
<td><a href="reference/padding-left-047-ref.xht">=</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">
|
||||
@@ -38360,6 +38396,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.xht">padding-left-applies-to-008</a></td>
|
||||
<td><a href="reference/padding-left-applies-to-008-ref.xht">=</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">
|
||||
@@ -38368,6 +38412,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.xht">padding-left-applies-to-010</a></td>
|
||||
<td><a href="reference/padding-left-applies-to-010-ref.xht">=</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">
|
||||
@@ -38584,6 +38636,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.xht">padding-right-036</a></td>
|
||||
<td><a href="reference/padding-left-036-ref.xht">=</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">
|
||||
@@ -38632,6 +38692,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.xht">padding-right-047</a></td>
|
||||
<td><a href="reference/padding-left-047-ref.xht">=</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">
|
||||
@@ -41984,6 +42052,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.xht">shand-font-000</a></td>
|
||||
<td><a href="reference/shand-font-000-ref.xht">=</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.xht">shand-font-001</a></td>
|
||||
<td><a href="reference/shand-font-000-ref.xht">=</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.xht">shand-font-002</a></td>
|
||||
<td><a href="reference/shand-font-002-ref.xht">=</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.xht">shand-font-003</a></td>
|
||||
<td><a href="reference/shand-font-002-ref.xht">=</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">
|
||||
|
||||
@@ -1264,7 +1264,8 @@ border-bottom-color-026.xht == reference/border-bottom-color-026-ref.xht
|
||||
border-bottom-color-027.xht == reference/border-bottom-color-027-ref.xht
|
||||
border-bottom-color-028.xht == reference/border-bottom-color-028-ref.xht
|
||||
border-bottom-color-029.xht == reference/border-bottom-color-006-ref.xht
|
||||
border-bottom-color-030.xht == reference/ref-filled-black-96px-square.xht
|
||||
border-bottom-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht
|
||||
border-bottom-color-030.xht == reference/ref-transparent-or-black-square-black.xht
|
||||
border-bottom-color-031.xht == reference/ref-filled-black-96px-square.xht
|
||||
border-bottom-color-032.xht == reference/border-bottom-color-032-ref.xht
|
||||
border-bottom-color-033.xht == reference/border-bottom-color-010-ref.xht
|
||||
@@ -1569,7 +1570,8 @@ border-left-color-026.xht == reference/border-bottom-color-026-ref.xht
|
||||
border-left-color-027.xht == reference/border-bottom-color-027-ref.xht
|
||||
border-left-color-028.xht == reference/border-bottom-color-028-ref.xht
|
||||
border-left-color-029.xht == reference/border-bottom-color-006-ref.xht
|
||||
border-left-color-030.xht == reference/ref-filled-black-96px-square.xht
|
||||
border-left-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht
|
||||
border-left-color-030.xht == reference/ref-transparent-or-black-square-black.xht
|
||||
border-left-color-031.xht == reference/ref-filled-black-96px-square.xht
|
||||
border-left-color-032.xht == reference/border-bottom-color-032-ref.xht
|
||||
border-left-color-033.xht == reference/border-bottom-color-010-ref.xht
|
||||
@@ -1814,7 +1816,8 @@ border-right-color-026.xht == reference/border-right-color-026-ref.xht
|
||||
border-right-color-027.xht == reference/border-right-color-027-ref.xht
|
||||
border-right-color-028.xht == reference/border-right-color-028-ref.xht
|
||||
border-right-color-029.xht == reference/border-right-color-006-ref.xht
|
||||
border-right-color-030.xht == reference/border-right-color-007-ref.xht
|
||||
border-right-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht
|
||||
border-right-color-030.xht == reference/ref-transparent-or-black-square-black.xht
|
||||
border-right-color-031.xht == reference/border-right-color-007-ref.xht
|
||||
border-right-color-032.xht == reference/border-right-color-032-ref.xht
|
||||
border-right-color-033.xht == reference/border-right-color-010-ref.xht
|
||||
@@ -2081,7 +2084,8 @@ border-top-color-026.xht == reference/border-bottom-color-026-ref.xht
|
||||
border-top-color-027.xht == reference/border-bottom-color-027-ref.xht
|
||||
border-top-color-028.xht == reference/border-bottom-color-028-ref.xht
|
||||
border-top-color-029.xht == reference/border-bottom-color-006-ref.xht
|
||||
border-top-color-030.xht == reference/ref-filled-black-96px-square.xht
|
||||
border-top-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht
|
||||
border-top-color-030.xht == reference/ref-transparent-or-black-square-black.xht
|
||||
border-top-color-031.xht == reference/ref-filled-black-96px-square.xht
|
||||
border-top-color-032.xht == reference/border-bottom-color-032-ref.xht
|
||||
border-top-color-033.xht == reference/border-bottom-color-010-ref.xht
|
||||
@@ -3797,6 +3801,7 @@ line-height-applies-to-015.xht == reference/line-height-applies-to-001-ref.xht
|
||||
line-height-applies-to-016.xht == reference/line-height-applies-to-016-ref.xht
|
||||
line-height-bleed-001.xht == reference/line-height-bleed-001-ref.xht
|
||||
line-height-bleed-002.xht == reference/line-height-bleed-002-ref.xht
|
||||
list-style-019.xht == reference/list-style-019-ref.xht
|
||||
list-style-021.xht == reference/list-style-021-ref.xht
|
||||
list-style-image-004.xht == reference/list-style-image-004-ref.xht
|
||||
list-style-image-005.xht == reference/list-style-image-005-ref.xht
|
||||
@@ -4751,12 +4756,14 @@ padding-left-028.xht == reference/margin-left-031-ref.xht
|
||||
padding-left-029.xht == reference/margin-left-031-ref.xht
|
||||
padding-left-034.xht == reference/margin-left-004-ref.xht
|
||||
padding-left-035.xht == reference/margin-left-004-ref.xht
|
||||
padding-left-036.xht == reference/padding-left-036-ref.xht
|
||||
padding-left-037.xht == reference/margin-left-004-ref.xht
|
||||
padding-left-038.xht == reference/margin-left-004-ref.xht
|
||||
padding-left-039.xht == reference/margin-left-043-ref.xht
|
||||
padding-left-040.xht == reference/margin-left-043-ref.xht
|
||||
padding-left-045.xht == reference/margin-left-004-ref.xht
|
||||
padding-left-046.xht == reference/margin-left-004-ref.xht
|
||||
padding-left-047.xht == reference/padding-left-047-ref.xht
|
||||
padding-left-048.xht == reference/margin-left-004-ref.xht
|
||||
padding-left-049.xht == reference/margin-left-004-ref.xht
|
||||
padding-left-050.xht == reference/margin-left-043-ref.xht
|
||||
@@ -4800,7 +4807,9 @@ padding-left-applies-to-004.xht == reference/margin-left-applies-to-001-ref.xht
|
||||
padding-left-applies-to-005.xht == reference/margin-left-applies-to-001-ref.xht
|
||||
padding-left-applies-to-006.xht == reference/margin-left-applies-to-001-ref.xht
|
||||
padding-left-applies-to-007.xht == reference/margin-left-applies-to-009-ref.xht
|
||||
padding-left-applies-to-008.xht == reference/padding-left-applies-to-008-ref.xht
|
||||
padding-left-applies-to-009.xht == reference/margin-left-applies-to-009-ref.xht
|
||||
padding-left-applies-to-010.xht == reference/padding-left-applies-to-010-ref.xht
|
||||
padding-left-applies-to-012.xht == reference/margin-left-applies-to-009-ref.xht
|
||||
padding-left-applies-to-013.xht == reference/margin-left-applies-to-009-ref.xht
|
||||
padding-left-applies-to-014.xht == reference/margin-left-applies-to-009-ref.xht
|
||||
@@ -4828,12 +4837,14 @@ padding-right-028.xht == reference/padding-right-028-ref.xht
|
||||
padding-right-029.xht == reference/padding-right-028-ref.xht
|
||||
padding-right-034.xht == reference/margin-left-004-ref.xht
|
||||
padding-right-035.xht == reference/margin-left-004-ref.xht
|
||||
padding-right-036.xht == reference/padding-left-036-ref.xht
|
||||
padding-right-037.xht == reference/margin-left-004-ref.xht
|
||||
padding-right-038.xht == reference/margin-left-004-ref.xht
|
||||
padding-right-039.xht == reference/padding-right-039-ref.xht
|
||||
padding-right-040.xht == reference/padding-right-039-ref.xht
|
||||
padding-right-045.xht == reference/margin-left-004-ref.xht
|
||||
padding-right-046.xht == reference/margin-left-004-ref.xht
|
||||
padding-right-047.xht == reference/padding-left-047-ref.xht
|
||||
padding-right-048.xht == reference/margin-left-004-ref.xht
|
||||
padding-right-049.xht == reference/margin-left-004-ref.xht
|
||||
padding-right-050.xht == reference/padding-right-039-ref.xht
|
||||
@@ -5253,6 +5264,10 @@ separated-border-model-009.xht == reference/separated-border-model-007-ref.xht
|
||||
sgml-comments-001.xht == reference/filler-text-below-green.xht
|
||||
shand-border-000.xht == reference/shand-border-000-ref.xht
|
||||
shand-border-001.xht == reference/ref-if-there-is-no-red.xht
|
||||
shand-font-000.xht == reference/shand-font-000-ref.xht
|
||||
shand-font-001.xht == reference/shand-font-000-ref.xht
|
||||
shand-font-002.xht == reference/shand-font-002-ref.xht
|
||||
shand-font-003.xht == reference/shand-font-002-ref.xht
|
||||
sibling-selector-002.xht == reference/filler-text-below-green.xht
|
||||
sort-by-order-001.xht == reference/ref-filled-green-100px-square.xht
|
||||
specificity-001.xht == reference/filler-text-below-green.xht
|
||||
|
||||
@@ -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.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p.one { font-family: serif; } /* control */
|
||||
|
||||
@@ -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.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p.one { font-family: serif; } /* control */
|
||||
|
||||
@@ -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.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p.one { font-family: serif; font-weight: bold; } /* control */
|
||||
|
||||
@@ -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.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p.one { font-family: serif; font-weight: bold; } /* control */
|
||||
|
||||
Reference in New Issue
Block a user