Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab

This commit is contained in:
James Graham
2015-03-27 09:18:12 +00:00
parent 1a81b18b9f
commit 2c9faf5363
91915 changed files with 5979820 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Introduction - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Introduction (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s1">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#intro">1 Introduction</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s1.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s1.1">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#placement">1.1 Module Interactions</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s1.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s1.2">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#values">1.2 Values</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s1.3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s1.3">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#terms">1.3 Terminology</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s1.3.#character">
<!-- 0 tests -->
</tbody>
<tbody id="s1.3.#content-language">
<!-- 0 tests -->
</tbody>
<tbody id="s1.3.#letter">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,284 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Line Decoration: Underline, Overline, and Strike-Through - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Line Decoration: Underline, Overline, and Strike-Through (13 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s2">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#line-decoration">2 Line Decoration: Underline, Overline, and Strike-Through</a></th></tr>
<!-- 1 tests -->
<tr id="ruby-text-decoration-01-2" class="primary">
<td><strong>
<a href="ruby-text-decoration-01.xht">ruby-text-decoration-01</a></strong></td>
<td></td>
<td></td>
<td>text-decoration on rubies
</td>
</tr>
</tbody>
<tbody id="s2.#decorating-box">
<!-- 0 tests -->
</tbody>
<tbody id="s2.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s2.1">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property">2.1 Text Decoration Lines: the &#8216;text-decoration-line&#8217; property</a></th></tr>
<!-- 5 tests -->
<tr id="text-decoration-line-010-2.1" class="primary font">
<td><strong>
<a href="text-decoration-line-010.xht">text-decoration-line-010</a></strong></td>
<td><a href="reference/text-decoration-line-010-ref.xht">=</a> </td>
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
<td>text-decoration-line - none
<ul class="assert">
<li>This test checks that 'text-decoration-line: none' does not produce any text decoration.</li>
</ul>
</td>
</tr>
<tr id="text-decoration-line-011-2.1" class="primary font">
<td><strong>
<a href="text-decoration-line-011.xht">text-decoration-line-011</a></strong></td>
<td><a href="reference/text-decoration-line-011-ref.xht">=</a> </td>
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
<td>text-decoration-line - underline
<ul class="assert">
<li>This test checks that 'text-decoration-line: underline' produces an horizontal line under the text (underlined).</li>
</ul>
</td>
</tr>
<tr id="text-decoration-line-012-2.1" class="primary font">
<td><strong>
<a href="text-decoration-line-012.xht">text-decoration-line-012</a></strong></td>
<td><a href="reference/text-decoration-line-012-ref.xht">=</a> </td>
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
<td>text-decoration-line - overline
<ul class="assert">
<li>This test checks that 'text-decoration-line: overline' produces an horizontal line over the text.</li>
</ul>
</td>
</tr>
<tr id="text-decoration-line-013-2.1" class="primary font">
<td><strong>
<a href="text-decoration-line-013.xht">text-decoration-line-013</a></strong></td>
<td><a href="reference/text-decoration-line-013-ref.xht">=</a> </td>
<td><abbr class="font" title="Requires a special font">Font</abbr></td>
<td>text-decoration-line - line-through
<ul class="assert">
<li>This test checks that 'text-decoration-line: line-through' produces an horizontal line through the middle of the text.</li>
</ul>
</td>
</tr>
<tr id="text-decoration-line-014-2.1" class="primary animated font may">
<td><strong>
<a href="text-decoration-line-014.xht">text-decoration-line-014</a></strong></td>
<td></td>
<td><abbr class="animated" title="Animated test">Animated</abbr><abbr class="font" title="Requires a special font">Font</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr></td>
<td>text-decoration-line - blink
<ul class="assert">
<li>This test checks that 'text-decoration-line: blink' blinks (alternates between visible and invisible).</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s2.1.#blink">
<!-- 0 tests -->
</tbody>
<tbody id="s2.1.#line-through">
<!-- 0 tests -->
</tbody>
<tbody id="s2.1.#none">
<!-- 0 tests -->
</tbody>
<tbody id="s2.1.#overline">
<!-- 0 tests -->
</tbody>
<tbody id="s2.1.#text-decoration-line">
<!-- 0 tests -->
</tbody>
<tbody id="s2.1.#underline">
<!-- 0 tests -->
</tbody>
<tbody id="s2.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s2.2">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-color-property">2.2 Text Decoration Color: the &#8216;text-decoration-color&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s2.2.#text-decoration-color">
<!-- 0 tests -->
</tbody>
<tbody id="s2.3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s2.3">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-style-property">2.3 Text Decoration Style: the &#8216;text-decoration-style&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s2.3.#text-decoration-style">
<!-- 0 tests -->
</tbody>
<tbody id="s2.4">
<tr><th colspan="4" scope="rowgroup">
<a href="#s2.4">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-property">2.4 Text Decoration Shorthand: the &#8216;text-decoration&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s2.4.#text-decoration">
<!-- 0 tests -->
</tbody>
<tbody id="s2.5">
<tr><th colspan="4" scope="rowgroup">
<a href="#s2.5">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-skip-property">2.5 Text Decoration Line Continuity: the &#8216;text-decoration-skip&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s2.5.#box-decoration">
<!-- 0 tests -->
</tbody>
<tbody id="s2.5.#edges">
<!-- 0 tests -->
</tbody>
<tbody id="s2.5.#ink">
<!-- 0 tests -->
</tbody>
<tbody id="s2.5.#none0">
<!-- 0 tests -->
</tbody>
<tbody id="s2.5.#objects">
<!-- 0 tests -->
</tbody>
<tbody id="s2.5.#spaces">
<!-- 0 tests -->
</tbody>
<tbody id="s2.5.#text-decoration-skip">
<!-- 0 tests -->
</tbody>
<tbody id="s2.6">
<tr><th colspan="4" scope="rowgroup">
<a href="#s2.6">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property">2.6 Text Underline Position: the &#8216;text-underline-position&#8217; property</a></th></tr>
<!-- 7 tests -->
<tr id="text-underline-position-alphabetic-001-2.6" class="primary ahem">
<td><strong>
<a href="text-underline-position-alphabetic-001.xht">text-underline-position-alphabetic-001</a></strong></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-underline-position - alphabetic
<ul class="assert">
<li>This tests checks that there is underline in a position to cross the descenders.</li>
</ul>
</td>
</tr>
<tr id="text-underline-position-auto-001-2.6" class="primary ahem">
<td><strong>
<a href="text-underline-position-auto-001.xht">text-underline-position-auto-001</a></strong></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-underline-position - auto
<ul class="assert">
<li>This tests checks that there is underline under the baseline.</li>
</ul>
</td>
</tr>
<tr id="text-underline-position-left-001-2.6" class="primary ahem">
<td><strong>
<a href="text-underline-position-left-001.xht">text-underline-position-left-001</a></strong></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-underline-position - left
<ul class="assert">
<li>This tests checks that there is underline in a position under the descenders.</li>
</ul>
</td>
</tr>
<tr id="text-underline-position-left-002-2.6" class="primary ahem">
<td><strong>
<a href="text-underline-position-left-002.xht">text-underline-position-left-002</a></strong></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-underline-position - left in vertical writing mode
<ul class="assert">
<li>This tests checks that there is underline to the left of the text in vertical writing mode.</li>
</ul>
</td>
</tr>
<tr id="text-underline-position-right-001-2.6" class="primary ahem">
<td><strong>
<a href="text-underline-position-right-001.xht">text-underline-position-right-001</a></strong></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-underline-position - right
<ul class="assert">
<li>This tests checks that there is underline in a position under the descenders.</li>
</ul>
</td>
</tr>
<tr id="text-underline-position-right-002-2.6" class="primary ahem">
<td><strong>
<a href="text-underline-position-right-002.xht">text-underline-position-right-002</a></strong></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-underline-position - right in vertical writing mode
<ul class="assert">
<li>This tests checks that there is underline to the right of the text in vertical writing mode.</li>
</ul>
</td>
</tr>
<tr id="text-underline-position-under-001-2.6" class="primary ahem">
<td><strong>
<a href="text-underline-position-under-001.xht">text-underline-position-under-001</a></strong></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-underline-position - under
<ul class="assert">
<li>This tests checks that there is underline in a position under the descenders.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s2.6.#fig-text-underline-position">
<!-- 0 tests -->
</tbody>
<tbody id="s2.6.#text-underline-position">
<!-- 0 tests -->
</tbody>
<tbody id="s2.6.#underline-auto">
<!-- 0 tests -->
</tbody>
<tbody id="s2.6.#underline-left">
<!-- 0 tests -->
</tbody>
<tbody id="s2.6.#underline-right">
<!-- 0 tests -->
</tbody>
<tbody id="s2.6.#underline-under">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,202 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Emphasis Marks - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Emphasis Marks (8 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s3">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#emphasis-marks">3 Emphasis Marks</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s3.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s3.1">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style-property">3.1 Emphasis Mark Style: the &#8216;text-emphasis-style&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#circle">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#dot">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#double-circle">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#filled">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#ltstringgt">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#none1">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#open">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#sesame">
<!-- 0 tests -->
</tbody>
<tbody id="s3.1.#text-emphasis-style">
<!-- 8 tests -->
<tr id="text-emphasis-style-002-3.1.#text-emphasis-style" class="primary">
<td><strong>
<a href="text-emphasis-style-002.xht">text-emphasis-style-002</a></strong></td>
<td><a href="reference/text-emphasis-style-002-ref.xht">=</a> </td>
<td></td>
<td>CSS Reference File
<ul class="assert">
<li>This test checks 'text-emphasis-style: filled dot;'</li>
</ul>
</td>
</tr>
<tr id="text-emphasis-style-006-3.1.#text-emphasis-style" class="primary">
<td><strong>
<a href="text-emphasis-style-006.xht">text-emphasis-style-006</a></strong></td>
<td><a href="reference/text-emphasis-style-006.xht">=</a> </td>
<td></td>
<td>CSS Text Decoration Test - text-emphasis
<ul class="assert">
<li>Test checks 'text-emphasis-style: filled dot'</li>
</ul>
</td>
</tr>
<tr id="text-emphasis-style-007-3.1.#text-emphasis-style" class="primary">
<td><strong>
<a href="text-emphasis-style-007.xht">text-emphasis-style-007</a></strong></td>
<td><a href="reference/text-emphasis-style-007.xht">=</a> </td>
<td></td>
<td>CSS Text Decoration Test - text-emphasis
<ul class="assert">
<li>Test checks 'text-emphasis-style: filled circle'</li>
</ul>
</td>
</tr>
<tr id="text-emphasis-style-008-3.1.#text-emphasis-style" class="primary">
<td><strong>
<a href="text-emphasis-style-008.xht">text-emphasis-style-008</a></strong></td>
<td><a href="reference/text-emphasis-style-008-ref.xht">=</a> </td>
<td></td>
<td>CSS Text Decoration Test - text-emphasis
<ul class="assert">
<li>Test checks that 'text-emphasis-style: filled double-circle'.</li>
</ul>
</td>
</tr>
<tr id="text-emphasis-style-010-3.1.#text-emphasis-style" class="primary">
<td><strong>
<a href="text-emphasis-style-010.xht">text-emphasis-style-010</a></strong></td>
<td><a href="reference/text-emphasis-style-010-ref.xht">=</a> </td>
<td></td>
<td>CSS Text Decoration Test - text-emphasis-style
</td>
</tr>
<tr id="text-emphasis-style-012-3.1.#text-emphasis-style" class="primary">
<td><strong>
<a href="text-emphasis-style-012.xht">text-emphasis-style-012</a></strong></td>
<td><a href="reference/text-emphasis-style-012-ref.xht">=</a> </td>
<td></td>
<td>CSS Reference File
<ul class="assert">
<li>This test checks 'text-emphasis-style: open dot;'</li>
</ul>
</td>
</tr>
<tr id="text-emphasis-style-016-3.1.#text-emphasis-style" class="primary">
<td><strong>
<a href="text-emphasis-style-016.xht">text-emphasis-style-016</a></strong></td>
<td><a href="reference/text-emphasis-style-016-ref.xht">=</a> </td>
<td></td>
<td>CSS Text Decoration Test - text-emphasis
<ul class="assert">
<li>Test checks that [explanation of what you're trying to test].</li>
</ul>
</td>
</tr>
<tr id="text-emphasis-style-021-3.1.#text-emphasis-style" class="primary">
<td><strong>
<a href="text-emphasis-style-021.xht">text-emphasis-style-021</a></strong></td>
<td><a href="reference/text-emphasis-style-021-ref.xht">=</a> </td>
<td></td>
<td>CSS Text Decoration Test - text-emphasis
<ul class="assert">
<li>This test checks 'text-emphasis-style:string'.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s3.1.#triangle">
<!-- 0 tests -->
</tbody>
<tbody id="s3.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s3.2">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-color-property">3.2 Emphasis Mark Color: the &#8216;text-emphasis-color&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s3.2.#currentcolor">
<!-- 0 tests -->
</tbody>
<tbody id="s3.2.#text-emphasis-color">
<!-- 0 tests -->
</tbody>
<tbody id="s3.3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s3.3">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-property">3.3 Emphasis Mark Shorthand: the &#8216;text-emphasis&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s3.3.#text-emphasis">
<!-- 0 tests -->
</tbody>
<tbody id="s3.4">
<tr><th colspan="4" scope="rowgroup">
<a href="#s3.4">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-position-property">3.4 Emphasis Mark Position: the &#8216;text-emphasis-position&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s3.4.#left">
<!-- 0 tests -->
</tbody>
<tbody id="s3.4.#over">
<!-- 0 tests -->
</tbody>
<tbody id="s3.4.#right">
<!-- 0 tests -->
</tbody>
<tbody id="s3.4.#text-emphasis-position">
<!-- 0 tests -->
</tbody>
<tbody id="s3.4.#under">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Text Shadows: the &#8216;text-shadow&#8217; property - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Text Shadows: the &#8216;text-shadow&#8217; property (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s4">
<tr><th colspan="4" scope="rowgroup">
<a href="#s4">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#text-shadow-property">4 Text Shadows: the &#8216;text-shadow&#8217; property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s4.#text-shadow">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,39 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Painting Order of Text Decorations - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Painting Order of Text Decorations (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s5">
<tr><th colspan="4" scope="rowgroup">
<a href="#s5">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#painting-order">5 Painting Order of Text Decorations</a></th></tr>
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,96 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Conformance - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Conformance (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s6">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#conformance">6 Conformance</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.1">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#conventions">6.1 Document Conventions</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.2">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#conformance-classes">6.2 Conformance Classes</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.2.#authoring-tool">
<!-- 0 tests -->
</tbody>
<tbody id="s6.2.#renderer">
<!-- 0 tests -->
</tbody>
<tbody id="s6.2.#style-sheet">
<!-- 0 tests -->
</tbody>
<tbody id="s6.3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.3">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#partial">6.3 Partial Implementations</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.4">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.4">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#experimental">6.4 Experimental Implementations</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.5">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.5">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#testing">6.5 Non-Experimental Implementations</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.6">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.6">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#cr-exit-criteria">6.6 CR Exit Criteria</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s.#abstract">
<!-- 0 tests -->
</tbody>
<tbody id="s.#contents">
<!-- 0 tests -->
</tbody>
<tbody id="s.#longstatus-date">
<!-- 0 tests -->
</tbody>
<tbody id="s.#status">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,39 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Acknowledgements - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Acknowledgements (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="sA">
<tr><th colspan="4" scope="rowgroup">
<a href="#sA">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#acknowledgements">A Acknowledgements</a></th></tr>
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,72 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>References - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>References (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="sB">
<tr><th colspan="4" scope="rowgroup">
<a href="#sB">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#appendix-b-references">B References</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="sB.#CSS21">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#CSS3-ANIMATIONS">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#CSS3-FONTS">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#CSS3-WRITING-MODES">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#CSS3BG">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#CSS3COLOR">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#CSS3TEXT">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#RFC2119">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#UAX44">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#informative-ref">
<!-- 0 tests -->
</tbody>
<tbody id="sB.#normative-ref">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Changes - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Changes (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="sC">
<tr><th colspan="4" scope="rowgroup">
<a href="#sC">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#changes">C Changes</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="sC.#recent-changes">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,39 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Default UA Stylesheet - CSS Text Decoration Module Level 3 CR Test Suite</title>
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "../indices.css";
</style>
</head>
<body>
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
<h2>Default UA Stylesheet (0 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="sD">
<tr><th colspan="4" scope="rowgroup">
<a href="#sD">+</a>
<a href="http://www.w3.org/TR/css-text-decor-3/#default-stylesheet">D Default UA Stylesheet</a></th></tr>
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -0,0 +1 @@
.a { color: green; }

View File

@@ -0,0 +1 @@
.b { color: green; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

View File

@@ -0,0 +1 @@
.c { color: red; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -0,0 +1 @@
.import { color: green; }

View File

@@ -0,0 +1 @@
.import { color: red; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 B

View File

@@ -0,0 +1,4 @@
The swatch-green.png file in this directory is really a RED swatch,
and the swatch-red.png file is really a green swatch.
This directory is used to test relative URIs.

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 B

Some files were not shown because too many files have changed in this diff Show More