Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test (Tables): collapsing borders with empty tbody</title>
|
||||
<link href="http://chrisrebert.com" rel="author" title="Chris Rebert" />
|
||||
<link href="http://www.w3.org/TR/CSS2/tables.html#collapsing-borders" rel="help" />
|
||||
<link href="https://drafts.csswg.org/css2/tables.html#collapsing-borders" rel="help" />
|
||||
<link href="https://drafts.csswg.org/css3-tables/#collapsing-borders" rel="help" />
|
||||
<link href="reference/border-collapse-005-ref.xht" rel="match" />
|
||||
<meta content="" name="flags" />
|
||||
<meta content="border-collapse should work correctly when a table has an empty tbody" name="assert" />
|
||||
<style>
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border: 2px solid blue;
|
||||
}
|
||||
th {
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>One</th>
|
||||
<th>Two</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>Three</td>
|
||||
<td>Four</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<p>Test passes if there is a solid blue border around the <strong>entire perimeter</strong> of the table.</p>
|
||||
|
||||
|
||||
</body></html>
|
156
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-1.xht
Normal file
|
@ -0,0 +1,156 @@
|
|||
|
||||
|
||||
<!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>About the CSS 2.2 Specification - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>About the CSS 2.2 Specification (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="https://www.w3.org/TR/CSS22/about.html">1 About the CSS 2.2 Specification</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#css2.2-v-css2">1.1 CSS 2.2 vs CSS 2</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#reading">1.2 Reading the specification</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#organization">1.3 How the specification is organized</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#conventions">1.4 Conventions</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#doc-language">1.4.1 Document language elements and attributes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#property-defs">1.4.2 CSS property definitions</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.#propdef-property-name">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#value-defs">1.4.2.1 Value</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.1.#syndata.html#keywords">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.2.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#initial-value">1.4.2.2 Initial</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.2.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#applies-to">1.4.2.3 Applies to</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.2.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#inherited-prop">1.4.2.4 Inherited</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.2.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#percentage-wrt">1.4.2.5 Percentage values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.2.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#media-applies">1.4.2.6 Media groups</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.2.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.2.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#computed-defs">1.4.2.7 Computed value</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#shorthand">1.4.3 Shorthand properties</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.3.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#notes-and-examples">1.4.4 Notes and examples</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.4.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.4.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#images-and-longdesc">1.4.5 Images and long descriptions</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/about.html#acknowledgements">1.5 Acknowledgments</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
337
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-10.xht
Normal file
|
@ -0,0 +1,337 @@
|
|||
|
||||
|
||||
<!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>Visual formatting model details - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Visual formatting model details (2 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="s10">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html">10 Visual formatting model details</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#containing-block-details">10.1 Definition of "containing block"</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#the-width-property">10.2 Content width: the 'width' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.2.#propdef-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.2.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.2.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.2.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#Computing_widths_and_margins">10.3 Calculating widths and margins</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#inline-width">10.3.1 Inline, non-replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#inline-replaced-width">10.3.2 Inline, replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#blockwidth">10.3.3 Block-level, non-replaced elements in normal flow</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.3.#width-constraints">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#block-replaced-width">10.3.4 Block-level, replaced elements in normal flow</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#float-width">10.3.5 Floating, non-replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.5.#shrink-to-fit-float">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#float-replaced-width">10.3.6 Floating, replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#abs-non-replaced-width">10.3.7 Absolutely positioned, non-replaced elements</a></th></tr>
|
||||
<!-- 2 tests -->
|
||||
<tr id="left-offset-position-fixed-001-10.3.7" class="">
|
||||
<td>
|
||||
<a href="left-offset-position-fixed-001.xht">left-offset-position-fixed-001</a></td>
|
||||
<td><a href="reference/left-offset-position-fixed-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>left:auto offset of position:fixed box in a position:relative containing block
|
||||
<ul class="assert">
|
||||
<li>The 'left' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="right-offset-position-fixed-001-10.3.7" class="">
|
||||
<td>
|
||||
<a href="right-offset-position-fixed-001.xht">right-offset-position-fixed-001</a></td>
|
||||
<td><a href="reference/right-offset-position-fixed-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>right:auto offset of position:fixed box in an RTL position:relative containing block
|
||||
<ul class="assert">
|
||||
<li>The 'right' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s10.3.7.#static-position">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#abs-replaced-width">10.3.8 Absolutely positioned, replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.9">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.9">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#inlineblock-width">10.3.9 'Inline-block', non-replaced elements in normal flow</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.3.10">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.3.10">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#inlineblock-replaced-width">10.3.10 'Inline-block', replaced elements in normal flow</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#min-max-widths">10.4 Minimum and maximum widths: 'min-width' and 'max-width'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.4.#propdef-max-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.4.#propdef-min-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.4.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.4.#x7">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.4.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.4.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#the-height-property">10.5 Content height: the 'height' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.5.#propdef-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.5.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.5.#x11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.5.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#Computing_heights_and_margins">10.6 Calculating heights and margins</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.6.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#inline-non-replaced">10.6.1 Inline, non-replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6.1.#multi-font-inline-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.6.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#inline-replaced-height">10.6.2 Inline replaced elements, block-level replaced elements in normal flow, 'inline-block' replaced elements in normal flow and floating replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.6.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#normal-block">10.6.3 Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.6.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#abs-non-replaced-height">10.6.4 Absolutely positioned, non-replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.6.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#abs-replaced-height">10.6.5 Absolutely positioned, replaced elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.6.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#block-root-margin">10.6.6 Complicated cases</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.6.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.6.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#root-height">10.6.7 'Auto' heights for block formatting context roots</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#min-max-heights">10.7 Minimum and maximum heights: 'min-height' and 'max-height'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.7.#propdef-max-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.7.#propdef-min-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.7.#x13">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.7.#x14">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.7.#x15">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.7.#x16">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#line-height">10.8 Line height calculations: the 'line-height' and 'vertical-align' properties</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.8.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visudet.html#leading">10.8.1 Leading and half-leading</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#inline-box-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#propdef-line-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#propdef-vertical-align">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#sTypoAscender">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#strut">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#x17">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#x18">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#x19">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#x20">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#x21">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#x22">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#x23">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.8.1.#x24">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
114
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-11.xht
Normal file
|
@ -0,0 +1,114 @@
|
|||
|
||||
|
||||
<!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>Visual effects - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Visual effects (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="s11">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s11">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visufx.html">11 Visual effects</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s11.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visufx.html#overflow-clipping">11.1 Overflow and clipping</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s11.1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visufx.html#overflow">11.1.1 Overflow: the 'overflow' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.1.#img-overflow1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.1.#img-overflow2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.1.#propdef-overflow">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.1.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s11.1.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visufx.html#clipping">11.1.2 Clipping: the 'clip' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#img-clip">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#propdef-clip">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#value-def-bottom">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#value-def-left">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#value-def-right">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#value-def-shape">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#value-def-top">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1.2.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s11.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visufx.html#visibility">11.2 Visibility: the 'visibility' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.2.#propdef-visibility">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.2.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
261
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-12.xht
Normal file
|
@ -0,0 +1,261 @@
|
|||
|
||||
|
||||
<!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>Generated content, automatic numbering, and lists - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Generated content, automatic numbering, and lists (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="s12">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#generated-text">12 Generated content, automatic numbering, and lists</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#before-after-content">12.1 The :before and :after pseudo-elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.1.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.1.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#content">12.2 The 'content' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#propdef-content">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x13">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x14">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x15">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x16">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x17">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x18">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.2.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#quotes">12.3 Quotation marks</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#quotes-specify">12.3.1 Specifying quotes with the 'quotes' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.1.#propdef-quotes">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.1.#x19">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.1.#x20">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.1.#x21">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.3.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#quotes-insert">12.3.2 Inserting quotes with the 'content' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.2.#value-def-close-quote">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.2.#value-def-no-close-quote">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.2.#value-def-no-open-quote">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.3.2.#value-def-open-quote">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#counters">12.4 Automatic counters and numbering</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4.#propdef-counter-increment">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4.#propdef-counter-reset">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4.#x27">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4.#x28">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#scope">12.4.1 Nested counters and scope</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4.1.#x29">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.4.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#counter-styles">12.4.2 Counter styles</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.4.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.4.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#undisplayed-counters">12.4.3 Counters in elements with 'display: none'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#lists">12.5 Lists</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.#x30">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s12.5.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/generate.html#list-style">12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#img-list-inout">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#propdef-list-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#propdef-list-style-image">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#propdef-list-style-position">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#propdef-list-style-type">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-armenian">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-circle">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-decimal">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-decimal-leading-zero">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-disc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-georgian">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-lower-greek">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-lower-latin">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-lower-roman">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-square">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-upper-latin">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#value-def-upper-roman">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#x31">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#x44">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#x45">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.5.1.#x46">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
174
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-13.xht
Normal file
|
@ -0,0 +1,174 @@
|
|||
|
||||
|
||||
<!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>Paged media - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Paged media (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="s13">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#the-page">13 Paged media</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#page-intro">13.1 Introduction to paged media</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#page-box">13.2 Page boxes: the @page rule</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.#page-area">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.#page-context">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#page-margins">13.2.1 Page margins</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.1.#img-page-info">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.2.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#page-selectors">13.2.2 Page selectors: selecting left, right, and first pages</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.2.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.2.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.2.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.2.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.2.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#outside-page-box">13.2.3 Content outside the page box</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#page-breaks">13.3 Page breaks</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#page-break-props">13.3.1 Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.1.#propdef-page-break-after">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.1.#propdef-page-break-before">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.1.#propdef-page-break-inside">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.1.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.1.#x13">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.1.#x14">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.3.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#break-inside">13.3.2 Breaks inside elements: 'orphans', 'widows'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.2.#propdef-orphans">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.2.#propdef-widows">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.2.#x15">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.2.#x16">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.3.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#allowed-page-breaks">13.3.3 Allowed page breaks</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.3.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#forced">13.3.4 Forced page breaks</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.3.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.3.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#best-page-breaks">13.3.5 "Best" page breaks</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/page.html#page-cascade">13.4 Cascading in the page context</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
117
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-14.xht
Normal file
|
@ -0,0 +1,117 @@
|
|||
|
||||
|
||||
<!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>Colors and Backgrounds - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Colors and Backgrounds (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="s14">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/colors.html">14 Colors and Backgrounds</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/colors.html#colors">14.1 Foreground color: the 'color' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.1.#propdef-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/colors.html#background">14.2 The background</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/colors.html#background-properties">14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#img-bg-repeat">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#propdef-background">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#propdef-background-attachment">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#propdef-background-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#propdef-background-image">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#propdef-background-position">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#propdef-background-repeat">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x7">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.2.1.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
186
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-15.xht
Normal file
|
@ -0,0 +1,186 @@
|
|||
|
||||
|
||||
<!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>Fonts - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Fonts (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="s15">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html">15 Fonts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#fonts-intro">15.1 Introduction</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#algorithm">15.2 Font matching algorithm</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#font-family-prop">15.3 Font family: the 'font-family' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.#propdef-font-family">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.#value-def-family-name">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.#value-def-generic-family">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#generic-font-families">15.3.1 Generic font families</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.1.#defined-to-exist">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.1.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.3.1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#serif-def">15.3.1.1 serif</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.1.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.3.1.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#sans-serif-def">15.3.1.2 sans-serif</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.1.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.3.1.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#cursive-def">15.3.1.3 cursive</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.1.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.3.1.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#fantasy-def">15.3.1.4 fantasy</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.3.1.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.3.1.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#monospace-def">15.3.1.5 monospace</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#font-styling">15.4 Font styling: the 'font-style' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.4.#propdef-font-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.4.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#small-caps">15.5 Small-caps: the 'font-variant' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.5.#propdef-font-variant">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.5.#x7">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#font-boldness">15.6 Font boldness: the 'font-weight' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.6.#propdef-font-weight">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.6.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#font-size-props">15.7 Font size: the 'font-size' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.7.#AutoNumber2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.7.#propdef-font-size">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.7.#value-def-absolute-size">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.7.#value-def-relative-size">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.7.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15.8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/fonts.html#font-shorthand">15.8 Shorthand font property: the 'font' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.8.#almost">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.8.#propdef-font">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.8.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.8.#x11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
162
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-16.xht
Normal file
|
@ -0,0 +1,162 @@
|
|||
|
||||
|
||||
<!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 - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Text (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="s16">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html">16 Text</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#indentation-prop">16.1 Indentation: the 'text-indent' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.1.#propdef-text-indent">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.1.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#alignment-prop">16.2 Alignment: the 'text-align' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.2.#propdef-text-align">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.2.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.2.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#decoration">16.3 Decoration</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#lining-striking-props">16.3.1 Underlining, overlining, striking, and blinking: the 'text-decoration' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.3.1.#propdef-text-decoration">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.3.1.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#spacing-props">16.4 Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.4.#propdef-letter-spacing">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.4.#propdef-word-spacing">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.4.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.4.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.4.#x7">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.4.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.4.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#caps-prop">16.5 Capitalization: the 'text-transform' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.5.#propdef-text-transform">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.5.#x11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#white-space-prop">16.6 White space: the 'white-space' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.6.#propdef-white-space">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.6.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.6.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.6.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#white-space-model">16.6.1 The 'white-space' processing model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.6.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.6.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#egbidiwscollapse">16.6.2 Example of bidirectionality with white space collapsing</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.6.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.6.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/text.html#ctrlchars">16.6.3 Control and combining characters' details</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
358
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-17.xht
Normal file
|
@ -0,0 +1,358 @@
|
|||
|
||||
|
||||
<!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>Tables - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Tables (2 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="s17">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html">17 Tables</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#tables-intro">17.1 Introduction to tables</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1.#internal">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1.#internal-table-element">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#table-display">17.2 The CSS table model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-inline-table">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table-caption">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table-cell">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table-column">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table-column-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table-footer-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table-header-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table-row">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#value-def-table-row-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#anonymous-boxes">17.2.1 Anonymous table objects</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.1.#tabular-container">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.1.#x16">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.1.#x17">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.1.#x18">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.1.#x19">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.1.#x20">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.2.1.#x21">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#columns">17.3 Columns</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#model">17.4 Tables in the visual formatting model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.4.#table-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.4.#table-wrapper-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#caption-position">17.4.1 Caption position and alignment</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.4.1.#propdef-caption-side">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.4.1.#x24">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#table-layout">17.5 Visual layout of table contents</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.#img-table-overlap">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.5.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#table-layers">17.5.1 Table layers and transparency</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.1.#img-tbl-empty">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.1.#img-tbl-layers">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.5.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#width-layout">17.5.2 Table width algorithms: the 'table-layout' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.2.#propdef-table-layout">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.2.#x25">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.5.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#fixed-table-layout">17.5.2.1 Fixed table layout</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.2.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.5.2.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#auto-table-layout">17.5.2.2 Automatic table layout</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="min-width-tables-001-17.5.2.2" class="primary dom">
|
||||
<td><strong>
|
||||
<a href="min-width-tables-001.xht">min-width-tables-001</a></strong></td>
|
||||
<td><a href="reference/ref-filled-green-100px-square.xht">=</a> </td>
|
||||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td>
|
||||
<td>Table Layout and Viewport Resizing
|
||||
<ul class="assert">
|
||||
<li>Resizing a page which toggles the `display` of elements between `block` and `table-cell` based on the viewport width should not cause unnecessary wrapping of the table.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s17.5.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.5.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#height-layout">17.5.3 Table height algorithms</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.3.#baseline-below">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.3.#img-cell-align">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.5.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#column-alignment">17.5.4 Horizontal alignment in a column</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.5.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.5.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#dynamic-effects">17.5.5 Dynamic row and column effects</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#borders">17.6 Borders</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.#propdef-border-collapse">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.#x26">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.#x27">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.6.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#separated-borders">17.6.1 The separated borders model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.1.#img-tbl-spacing">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.1.#propdef-border-spacing">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.1.#x28">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.1.#x29">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.1.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.6.1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#empty-cells">17.6.1.1 Borders and Backgrounds around empty cells: the 'empty-cells' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.1.1.#propdef-empty-cells">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.1.1.#x30">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.6.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#collapsing-borders">17.6.2 The collapsing border model</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="border-collapse-005-17.6.2" class="">
|
||||
<td>
|
||||
<a href="border-collapse-005.xht">border-collapse-005</a></td>
|
||||
<td><a href="reference/border-collapse-005-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>collapsing borders with empty tbody
|
||||
<ul class="assert">
|
||||
<li>border-collapse should work correctly when a table has an empty tbody</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s17.6.2.#img-tbl-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.6.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#border-conflict-resolution">17.6.2.1 Border conflict resolution</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.2.1.#img-CSStbl3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.2.1.#img-tbl-border-conflict">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17.6.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/tables.html#table-border-styles">17.6.3 Border styles</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x31">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x32">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x33">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x34">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x35">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x36">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x37">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x38">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x39">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x40">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.6.3.#x41">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
141
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-18.xht
Normal file
|
@ -0,0 +1,141 @@
|
|||
|
||||
|
||||
<!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>User interface - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>User interface (1 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="s18">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/ui.html">18 User interface</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/ui.html#cursor-props">18.1 Cursors: the 'cursor' property</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.1.#propdef-cursor">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/ui.html#system-colors">18.2 System Colors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/ui.html#system-fonts">18.3 User preferences for fonts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/ui.html#dynamic-outlines">18.4 Dynamic outlines: the 'outline' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#propdef-outline">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#propdef-outline-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#propdef-outline-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#propdef-outline-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#value-def-invert">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18.4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/ui.html#outline-focus">18.4.1 Outlines and the focus</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.4.1.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/ui.html#magnification">18.5 Magnification</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s.#W3C-doctype">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s.#abstract">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s.#fulltoc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s.#status">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s.#title">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s.#title-0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
90
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-2.xht
Normal file
|
@ -0,0 +1,90 @@
|
|||
|
||||
|
||||
<!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 to CSS 2.2 - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Introduction to CSS 2.2 (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="s2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/intro.html">2 Introduction to CSS 2.2</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/intro.html#html-tutorial">2.1 A brief CSS 2.2 tutorial for HTML</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/intro.html#xml-tutorial">2.2 A brief CSS 2.2 tutorial for XML</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.2.#img-bach1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.2.#img-bach2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/intro.html#processing-model">2.3 The CSS 2.2 processing model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.3.#formatting-structure">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/intro.html#the-canvas">2.3.1 The canvas</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.3.1.#canvas">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.3.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.3.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/intro.html#addressing">2.3.2 CSS 2.2 addressing model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/intro.html#design-principles">2.4 CSS design principles</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
195
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-3.xht
Normal file
|
@ -0,0 +1,195 @@
|
|||
|
||||
|
||||
<!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: Requirements and Recommendations - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Conformance: Requirements and Recommendations (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="s3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/conform.html">3 Conformance: Requirements and Recommendations</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/conform.html#defs">3.1 Definitions</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#ancestor">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#attribute">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#author">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#authoring">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#child">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#content">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#descendant">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#doclanguage">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#doctree">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#element">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#empty">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#following">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#ignore">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#illegal">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#img-doctree">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#intrinsic">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#parent">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#preceding">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#property">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#rendered-content">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#replaced-element">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#root">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#sibling">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#source-document">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#style-sheet">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#ua">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#user">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#user-agent">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#valid-style-sheet">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x7">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/conform.html#conformance">3.2 UA Conformance</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.2.#conformance-term">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.2.#x44">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.2.#x45">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/conform.html#errors">3.3 Error conditions</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/conform.html#text-css">3.4 The text/css content type</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.4.#message-entity">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
372
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-4.xht
Normal file
|
@ -0,0 +1,372 @@
|
|||
|
||||
|
||||
<!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>Syntax and basic data types - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Syntax and basic data types (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="https://www.w3.org/TR/CSS22/syndata.html">4 Syntax and basic data types</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#syntax">4.1 Syntax</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#tokenization">4.1.1 Tokenization</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.1.#comment">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.1.#whitespace">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#keywords">4.1.2 Keywords</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#vendor-keywords">4.1.2.1 Vendor-specific extensions</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.2.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.2.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#vendor-keyword-history">4.1.2.2 Informative Historical Notes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#characters">4.1.3 Characters and case</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.3.#escaped-characters">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.3.#value-def-identifier">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.3.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#statements">4.1.4 Statements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.4.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.4.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.4.#x7">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#at-rules">4.1.5 At-rules</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.5.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.5.#x11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.5.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#block">4.1.6 Blocks</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.6.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.6.#x13">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#rule-sets">4.1.7 Rule sets, declaration blocks, and selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.7.#x14">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.7.#x15">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.7.#x16">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.7.#x17">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.7.#x18">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#declaration">4.1.8 Declarations and properties</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.8.#properties">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.8.#x19">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.8.#x20">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.8.#x21">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.8.#x22">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.8.#x23">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.9">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1.9">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#comments">4.1.9 Comments</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1.9.#x24">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#parsing-errors">4.2 Rules for handling parsing errors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2.#ignore">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2.#illegalvalues">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2.#unexpected-eof">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2.#x26">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2.#x27">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2.#x28">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2.#x29">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.2.#x30">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#values">4.3 Values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#numbers">4.3.1 Integers and real numbers</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.1.#value-def-integer">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.1.#value-def-number">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#length-units">4.3.2 Lengths</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#absrel-units">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#em-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#ex">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#img-pixel1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#img-pixel2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#value-def-length">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#x34">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#x39">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.2.#x40">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#percentage-units">4.3.3 Percentages</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.3.#value-def-percentage">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.3.#x43">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#uri">4.3.4 URLs and URIs</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.4.#value-def-uri">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#counter">4.3.5 Counters</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.5.#value-def-counter">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.5.#x46">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#color-units">4.3.6 Colors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.6.#TanteksColorDiagram20020613">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.6.#value-def-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#strings">4.3.7 Strings</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.7.#value-def-string">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.7.#x49">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3.8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#unsupported-values">4.3.8 Unsupported Values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#charset">4.4 CSS style sheet representation</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.#x50">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.#x51">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.#x52">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.#x54">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.#x55">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.#x56">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.#x57">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.#x58">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/syndata.html#escaping">4.4.1 Referring to characters not represented in a character encoding</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
306
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-5.xht
Normal file
|
@ -0,0 +1,306 @@
|
|||
|
||||
|
||||
<!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>Selectors - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Selectors (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="https://www.w3.org/TR/CSS22/selector.html">5 Selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#pattern-matching">5.1 Pattern matching</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#selector-syntax">5.2 Selector syntax</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.2.#combinator">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.2.#simple-selector">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.2.#subject">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.2.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#grouping">5.2.1 Grouping</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.2.1.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.2.1.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#universal-selector">5.3 Universal selector</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.3.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#type-selectors">5.4 Type selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.4.#x11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#descendant-selectors">5.5 Descendant selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.5.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#child-selectors">5.6 Child selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.6.#x13">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#adjacent-selectors">5.7 Adjacent sibling selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#attribute-selectors">5.8 Attribute selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.8.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#matching-attrs">5.8.1 Matching attributes and attribute values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8.1.#x14">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8.1.#x16">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8.1.#x18">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8.1.#x20">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.8.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#default-attrs">5.8.2 Default attribute values in DTDs</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8.2.#x21">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.8.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.8.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#class-html">5.8.3 Class selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.9">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.9">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#id-selectors">5.9 ID selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.10">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.10">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#pseudo-elements">5.10 Pseudo-elements and pseudo-classes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.10.#pseudo-classes">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.10.#x22">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.10.#x23">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.11">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#pseudo-class-selectors">5.11 Pseudo-classes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.11.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#first-child">5.11.1 :first-child pseudo-class</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.1.#x24">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.11.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#link-pseudo-classes">5.11.2 The link pseudo-classes: :link and :visited</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.2.#x26">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.2.#x29">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.11.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#dynamic-pseudo-classes">5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.3.#x32">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.3.#x35">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.3.#x38">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.11.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#lang">5.11.4 The language pseudo-class: :lang</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.4.#x41">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.11.4.#x44">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.12">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#pseudo-element-selectors">5.12 Pseudo-elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.12.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#first-line-pseudo">5.12.1 The :first-line pseudo-element</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.1.#first-formatted-line">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.1.#first-line">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.1.#x48">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.1.#x49">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.12.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#first-letter">5.12.2 The :first-letter pseudo-element</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2.#img-first-letter">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2.#img-first-letter2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2.#overlapping-example">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2.#x50">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2.#x53">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2.#x54">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2.#x55">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.2.#x56">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.12.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/selector.html#before-and-after">5.12.3 The :before and :after pseudo-elements</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.3.#x57">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.12.3.#x59">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
147
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-6.xht
Normal file
|
@ -0,0 +1,147 @@
|
|||
|
||||
|
||||
<!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>Assigning property values, Cascading, and Inheritance - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Assigning property values, Cascading, and Inheritance (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="https://www.w3.org/TR/CSS22/cascade.html">6 Assigning property values, Cascading, and Inheritance</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#value-stages">6.1 Specified, computed, and actual values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#specified-value">6.1.1 Specified values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.1.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#computed-value">6.1.2 Computed values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.1.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#used-value">6.1.3 Used values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.3.#usedValue">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.1.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#actual-value">6.1.4 Actual values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#inheritance">6.2 Inheritance</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.2.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#value-def-inherit">6.2.1 The 'inherit' value</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#at-import">6.3 The @import rule</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.3.#x7">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.3.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.3.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#cascade">6.4 The cascade</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.4.#default-style-sheet">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.4.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#cascading-order">6.4.1 Cascading order</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.4.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.4.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#important-rules">6.4.2 !important rules</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.4.2.#x13">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.4.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.4.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#specificity">6.4.3 Calculating a selector's specificity</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.4.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.4.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/cascade.html#preshint">6.4.4 Precedence of non-CSS presentational hints</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
120
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-7.xht
Normal file
|
@ -0,0 +1,120 @@
|
|||
|
||||
|
||||
<!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>Media types - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Media types (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="s7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/media.html">7 Media types</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/media.html#media-intro">7.1 Introduction to media types</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/media.html#media-sheets">7.2 Specifying media-dependent style sheets</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.2.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.2.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/media.html#at-media-rule">7.2.1 The @media rule</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.2.1.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.2.1.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/media.html#media-types">7.3 Recognized media types</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/media.html#media-groups">7.3.1 Media groups</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#all-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#audio-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#bitmap-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#continuous-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#grid-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#interactive-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#paged-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#speech-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#static-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#tactile-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#visual-media-group">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.3.1.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
405
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-8.xht
Normal file
|
@ -0,0 +1,405 @@
|
|||
|
||||
|
||||
<!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>Box model - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Box model (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="s8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#box-model">8 Box model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#box-dimensions">8.1 Box dimensions</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#border-edge">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#box-border-area">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#box-content-area">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#box-margin-area">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#box-padding-area">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#content-edge">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#content-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#content-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#img-boxdim">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#inner-edge">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#margin-edge">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#outer-edge">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#padding-edge">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#x14">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1.#x17">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#mpb-examples">8.2 Example of margins, padding, and borders</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.2.#img-boxdimeg">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#margin-properties">8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#propdef-margin">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#propdef-margin-bottom">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#propdef-margin-left">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#propdef-margin-right">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#propdef-margin-top">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#value-def-margin-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#x21">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#x22">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#x23">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#x24">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#x25">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#collapsing-margins">8.3.1 Collapsing margins</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.1.#collapsed-through">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.1.#what-is-adjoining">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.1.#x26">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.1.#x27">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.1.#x28">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.1.#x29">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#padding-properties">8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#propdef-padding">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#propdef-padding-bottom">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#propdef-padding-left">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#propdef-padding-right">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#propdef-padding-top">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#value-def-padding-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#x31">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#x32">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#x33">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#x34">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#x35">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#border-properties">8.5 Border properties</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.5.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#border-width-properties">8.5.1 Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#propdef-border-bottom-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#propdef-border-left-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#propdef-border-right-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#propdef-border-top-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#propdef-border-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#value-def-border-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#x37">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#x38">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#x39">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#x40">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.1.#x41">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.5.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#border-color-properties">8.5.2 Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#propdef-border-bottom-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#propdef-border-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#propdef-border-left-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#propdef-border-right-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#propdef-border-top-color">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#x42">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#x43">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#x44">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#x45">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#x46">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.2.#x47">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.5.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#border-style-properties">8.5.3 Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#propdef-border-bottom-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#propdef-border-left-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#propdef-border-right-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#propdef-border-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#propdef-border-top-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-bo-none">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-border-style">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-dashed">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-dotted">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-double">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-groove">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-hidden">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-inset">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-outset">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-ridge">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#value-def-solid">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#x59">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#x60">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#x61">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#x62">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.3.#x63">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.5.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#border-shorthand-properties">8.5.4 Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#propdef-border">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#propdef-border-bottom">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#propdef-border-left">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#propdef-border-right">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#propdef-border-top">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#x64">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#x65">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#x66">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#x67">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.5.4.#x68">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/box.html#bidi-box-model">8.6 The box model for inline elements in bidirectional context</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
492
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-9.xht
Normal file
|
@ -0,0 +1,492 @@
|
|||
|
||||
|
||||
<!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>Visual formatting model - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Visual formatting model (3 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="s9">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html">9 Visual formatting model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#visual-model-intro">9.1 Introduction to the visual formatting model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.1.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#viewport">9.1.1 The viewport</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.1.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.1.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.1.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#containing-block">9.1.2 Containing blocks</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.1.2.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#box-gen">9.2 Controlling box generation</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.#principal-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#block-boxes">9.2.1 Block-level elements and block boxes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1.#block-container-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1.#block-container-element">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1.#block-level">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.2.1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#anonymous-block-level">9.2.1.1 Anonymous block boxes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1.1.#img-anon-block">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.1.1.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.2.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#inline-boxes">9.2.2 Inline-level elements and inline boxes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.2.#inline-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.2.#inline-level">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.2.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.2.#x14">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.2.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#anonymous">9.2.2.1 Anonymous inline boxes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.2.1.#x15">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.2.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#run-in">9.2.3 Run-in boxes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.3.#x16">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.2.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#display-prop">9.2.4 The 'display' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.4.#propdef-display">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.4.#value-def-block">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.4.#value-def-inline">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.4.#value-def-inline-block">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.4.#value-def-list-item">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.4.#x17">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.2.4.#x22">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#positioning-scheme">9.3 Positioning schemes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.#x23">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.#x24">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.#x25">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.#x26">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.3.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#choose-position">9.3.1 Choosing a positioning scheme: 'position' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.1.#propdef-position">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.1.#x27">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.3.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#position-props">9.3.2 Box offsets: 'top', 'right', 'bottom', 'left'</a></th></tr>
|
||||
<!-- 2 tests -->
|
||||
<tr id="left-offset-position-fixed-001-9.3.2" class="">
|
||||
<td>
|
||||
<a href="left-offset-position-fixed-001.xht">left-offset-position-fixed-001</a></td>
|
||||
<td><a href="reference/left-offset-position-fixed-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>left:auto offset of position:fixed box in a position:relative containing block
|
||||
<ul class="assert">
|
||||
<li>The 'left' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="right-offset-position-fixed-001-9.3.2" class="">
|
||||
<td>
|
||||
<a href="right-offset-position-fixed-001.xht">right-offset-position-fixed-001</a></td>
|
||||
<td><a href="reference/right-offset-position-fixed-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>right:auto offset of position:fixed box in an RTL position:relative containing block
|
||||
<ul class="assert">
|
||||
<li>The 'right' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#positioned-element">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#propdef-bottom">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#propdef-left">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#propdef-right">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#propdef-top">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#x29">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#x30">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#x31">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.3.2.#x32">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#normal-flow">9.4 Normal flow</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4.#x33">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#block-formatting">9.4.1 Block formatting contexts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.4.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#inline-formatting">9.4.2 Inline formatting contexts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4.2.#img-inline-layout">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4.2.#line-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4.2.#phantom-line-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.4.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#relative-positioning">9.4.3 Relative positioning</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.4.3.#x35">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#floats">9.5 Floats</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.#bfc-next-to-float">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.#img-float2p">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.#img-floatclear">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.#img-floateg">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.5.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#float-position">9.5.1 Positioning the float: the 'float' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.1.#float-rules">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.1.#propdef-float">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.1.#x36">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.1.#x38">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.5.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#flow-control">9.5.2 Controlling flow next to floats: the 'clear' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.2.#clearance">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.2.#propdef-clear">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.5.2.#x39">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#absolute-positioning">9.6 Absolute positioning</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.6.#absolutely-positioned">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.6.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.6.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#fixed-positioning">9.6.1 Fixed positioning</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.6.1.#img-frame">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#dis-pos-flo">9.7 Relationships between 'display', 'position', and 'float'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#comparison">9.8 Comparison of normal flow, floats, and absolute positioning</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.8.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#comp-normal-flow">9.8.1 Normal flow</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.1.#img-flow-generic">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.8.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#comp-relpos">9.8.2 Relative positioning</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.2.#img-flow-relative">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.8.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#comp-float">9.8.3 Floating a box</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.3.#img-flow-clear">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.3.#img-flow-clear2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.3.#img-flow-float">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.8.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#comp-abspos">9.8.4 Absolute positioning</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.4.#img-changebar">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.4.#img-flow-abs-rel">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.4.#img-flow-absolute">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.8.4.#img-flow-static">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.9">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.9">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#layers">9.9 Layered presentation</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.9.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.9.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#z-index">9.9.1 Specifying the stack level: the 'z-index' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.9.1.#propdef-z-index">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.9.1.#stack-level">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.9.1.#x42">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.9.1.#x43">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.9.1.#x44">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.10">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.10">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/visuren.html#direction">9.10 Text direction: the 'direction' and 'unicode-bidi' properties</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="unicode-bidi-parsing-001-9.10" class="primary dom script">
|
||||
<td><strong>
|
||||
<a href="unicode-bidi-parsing-001.xht">unicode-bidi-parsing-001</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>CSS Writing Modes: parsing unicode-bidi: normal, embed, bidi-override
|
||||
<ul class="assert">
|
||||
<li>This test asserts the parser and getComputedStyle works correctly for the unicode-bidi: normal, embed, bidi-override.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s9.10.#propdef-direction">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.10.#propdef-unicode-bidi">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.10.#x46">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.10.#x47">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.10.#x48">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.10.#x49">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
348
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-A.xht
Normal file
|
@ -0,0 +1,348 @@
|
|||
|
||||
|
||||
<!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>Aural style sheets - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Aural style sheets (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="https://www.w3.org/TR/CSS22/aural.html">A Aural style sheets</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#aural-media-group">A.1 The media types 'aural' and 'speech'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#aural-intro">A.2 Introduction to aural style sheets</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#angles">A.2.1 Angles</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.1.#value-def-angle">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.1.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.2.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#times">A.2.2 Times</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.2.#value-def-time">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.2.#x6">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.2.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#frequencies">A.2.3 Frequencies</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.3.#value-def-frequency">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.2.3.#x8">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#volume-props">A.3 Volume properties: 'volume'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.3.#propdef-volume">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.3.#x10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.3.#x11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.3.#x12">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.3.#x9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#speaking-props">A.4 Speaking properties: 'speak'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.4.#propdef-speak">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.4.#x13">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#pause-props">A.5 Pause properties: 'pause-before', 'pause-after', and 'pause'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5.#propdef-pause">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5.#propdef-pause-after">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5.#propdef-pause-before">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5.#x14">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5.#x15">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5.#x16">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5.#x17">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.5.#x18">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#cue-props">A.6 Cue properties: 'cue-before', 'cue-after', and 'cue'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.6.#propdef-cue">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.6.#propdef-cue-after">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.6.#propdef-cue-before">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.6.#x19">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.6.#x20">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.6.#x21">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.6.#x22">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#mixing-props">A.7 Mixing properties: 'play-during'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.7.#propdef-play-during">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.7.#x23">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.7.#x24">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.7.#x25">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.7.#x26">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.8">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#spatial-props">A.8 Spatial properties: 'azimuth' and 'elevation'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.8.#propdef-azimuth">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.8.#propdef-elevation">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.8.#x27">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.8.#x28">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.8.#x29">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.8.#x30">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.9">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#voice-char-props">A.9 Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#propdef-pitch">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#propdef-pitch-range">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#propdef-richness">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#propdef-speech-rate">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#propdef-stress">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#propdef-voice-family">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#value-def-generic-voice">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#value-def-specific-voice">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x31">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x32">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x33">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x36">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x37">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x38">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x39">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x40">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x41">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x42">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.9.#x43">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.10">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.10">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#speech-props">A.10 Speech properties: 'speak-punctuation' and 'speak-numeral'</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.10.#propdef-speak-numeral">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.10.#propdef-speak-punctuation">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.10.#x44">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.10.#x45">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.11">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.11">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#aural-tables">A.11 Audio rendering of tables</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.11.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.11.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#speak-headers">A.11.1 Speaking headers: the 'speak-header' property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.11.1.#img-table1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.11.1.#propdef-speak-header">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.11.1.#x46">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.12">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.12">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#sample">A.12 Sample style sheet for HTML</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.13">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA.13">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/aural.html#Emacspeak">A.13 Emacspeak</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
165
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-B.xht
Normal file
|
@ -0,0 +1,165 @@
|
|||
|
||||
|
||||
<!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>Bibliography - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Bibliography (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="https://www.w3.org/TR/CSS22/refs.html">B Bibliography</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sB.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/refs.html#normative">B.1 Normative references</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-2318">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-COLORIMETRY">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-FLEX">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-HTML4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-ICC42">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-ISO10646">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-ISO8879">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-PNG">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-RFC2045">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-RFC2119">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-RFC2616">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-RFC3986">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-SRGB">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-UAAG10">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-UAX9">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-UNICODE">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-XML11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1.#ref-YACC">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sB.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/refs.html#informative">B.2 Informative references</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-BCP47">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CHARSETS">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CSS">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CSS1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CSS2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CSS21">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CSS3COLOR">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CSS3LIST">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CSS3SEL">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-CSS3SPEECH">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-DOM-LEVEL-3-CORE">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-MATH30">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-MEDIAQ">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-P3P">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-SVG11">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-WCAG20">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-XHTML">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-XMLID">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.2.#ref-XMLNAMESPACES">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
144
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-C.xht
Normal file
|
@ -0,0 +1,144 @@
|
|||
|
||||
|
||||
<!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 2.2 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 2.2 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="https://www.w3.org/TR/CSS22/changes.html">C Changes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sC.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/changes.html#since-20110607">C.1 Changes since the Recommendation of 7 June 2011</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#q1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.10.1a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.10.5a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.10.7">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.11.1.1a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.11.1.1b">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.14.2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.15.3a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.15.3b">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.17.4a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.17.4b">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.17.5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.4.1.1a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.4.1.1b">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.4.1.1c">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.4.1.1d">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.4.1.1e">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.4.1.3d">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.4.3.1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.4.4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.6.1.1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.6.2.1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.8.3.1c">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.8.3.1d">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.9.2.4a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.9.2a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.9.4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.9.4.2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.9.9.1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.G.1a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#s.G.2d">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sC.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
45
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-D.xht
Normal file
|
@ -0,0 +1,45 @@
|
|||
|
||||
|
||||
<!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 style sheet for HTML 4 - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Default style sheet for HTML 4 (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="https://www.w3.org/TR/CSS22/sample.html">D Default style sheet for HTML 4</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sD.#bidi">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sD.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
66
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-E.xht
Normal 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>Elaborate description of Stacking Contexts - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Elaborate description of Stacking Contexts (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="sE">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sE">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/zindex.html">E Elaborate description of Stacking Contexts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sE.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/zindex.html#stacking-defs">E.1 Definitions</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sE.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/zindex.html#painting-order">E.2 Painting order</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.2.#each-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.2.#outlines">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sE.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/zindex.html#stacking-notes">E.3 Notes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
42
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-F.xht
Normal 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>Full property table - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Full property table (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="sF">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sF">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/propidx.html">F Full property table</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sF.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
84
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-G.xht
Normal file
|
@ -0,0 +1,84 @@
|
|||
|
||||
|
||||
<!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>Grammar of CSS 2.2 - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Grammar of CSS 2.2 (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="sG">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/grammar.html">G Grammar of CSS 2.2</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG.1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/grammar.html#grammar">G.1 Grammar</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.1.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.1.#x1">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.1.#x2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG.2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/grammar.html#scanner">G.2 Lexical scanner</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.2.#x3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.2.#x4">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.2.#x5">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG.3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/grammar.html#tokenizer-diffs">G.3 Comparison of tokenization in CSS 2.2 and CSS1</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/grammar.html#q4">G.4 Implementation note</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
39
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-H.xht
Normal 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>Has been intentionally left blank - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Has been intentionally left blank (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="sH">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sH">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/leftblank.html">H Has been intentionally left blank</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
168
tests/wpt/css-tests/css22_dev/xhtml1print/chapter-I.xht
Normal file
|
@ -0,0 +1,168 @@
|
|||
|
||||
|
||||
<!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>Index - CSS 2.2 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 2.2 CR Test Suite</h1>
|
||||
<h2>Index (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="sI">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sI">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS22/indexlist.html">I Index</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-;">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-<">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-=">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index->">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-?">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-@">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-[">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-\">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-]">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-^">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-_">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-`">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-b">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-c">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-d">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-e">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-f">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-g">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-h">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-i">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-j">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-k">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-l">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-m">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-n">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-o">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-p">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-q">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-r">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-s">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-t">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-u">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-v">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-w">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-x">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-y">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-z">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#toc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sstatus.#w3c_process_revision">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sstatus.#w3c_process_revision-0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="stoc.#minitoc">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="stoc.#minitoc-0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,53 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Test: left:auto offset of position:fixed box in a position:relative containing block</title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS 2.2 CR Test Suite"; }
|
||||
@top-right { content: "Test left-offset-position-fixed-001"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Chris Rebert" href="http://chrisrebert.com"/>
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> <!-- 2015-09-17 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#position-props" title="9.3.2 Box offsets: 'top', 'right', 'bottom', 'left'"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width" title="10.3.7 Absolutely positioned, non-replaced elements"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css2/visuren.html#position-props"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css2/visudet.html#abs-non-replaced-width"/>
|
||||
<link rel="match" href="reference/left-offset-position-fixed-001-ref.xht"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="The 'left' box offset property, for fixed positioning, when set to 'auto' specifies the offset of the box from its 'static-position containing block'. Here, in this test, the 'static-position containing block' is #shifted-column and the containing block for #red is established by the viewport."/>
|
||||
<style type="text/css">
|
||||
#shifted-column {
|
||||
left: 50%;
|
||||
width: 50%;
|
||||
position: relative;
|
||||
}
|
||||
.square {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
#red {
|
||||
background-color: red;
|
||||
position: fixed;
|
||||
left: auto;
|
||||
}
|
||||
#green {
|
||||
background-color: green;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is a solid green square and <strong>no red</strong>.</p>
|
||||
|
||||
<div id="shifted-column">
|
||||
<div id="red" class="square"/>
|
||||
</div>
|
||||
<div id="green" class="square"/>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html class="reftest-wait" xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Test: Table Layout and Viewport Resizing</title>
|
||||
<link href="http://chrisrebert.com" rel="author" title="Chris Rebert" />
|
||||
<link href="https://drafts.csswg.org/css2/tables.html#auto-table-layout" rel="help" />
|
||||
<link href="https://drafts.csswg.org/mediaqueries-3/#width" rel="help" />
|
||||
<link href="https://drafts.csswg.org/mediaqueries-4/#width" rel="help" />
|
||||
<link href="reference/ref-filled-green-100px-square.xht" rel="match" />
|
||||
<meta content="dom" name="flags" />
|
||||
<meta content="Resizing a page which toggles the `display` of elements between `block` and `table-cell` based on the viewport width should not cause unnecessary wrapping of the table." name="assert" />
|
||||
<style>
|
||||
iframe {
|
||||
border: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<iframe src="support/min-width-tables-001-iframe.html" height="300" id="toy" width="100"></iframe>
|
||||
<!-- See min-width-tables-001-iframe.html for the derivation of the 100px value -->
|
||||
<!-- We use 300px height so the incorrect stacking is visible in failure cases -->
|
||||
<!-- This test is not about iframes specifically. It's just that resizing an iframe is more reliable than resizing the window, given browser security restrictions. -->
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
var PAINT_MS = 250;/* Assume the browser takes about this long to layout/paint this whole page */
|
||||
var iframe = document.getElementById('toy');
|
||||
window.setTimeout(function () {
|
||||
iframe.width = 64;/* <100px ; toggle media query off */
|
||||
window.setTimeout(function () {
|
||||
iframe.width = 100;/* >=100px ; toggle media query on; back to initial width */
|
||||
// Take the reftest screenshot after the last relayout/repaint finishes
|
||||
window.setTimeout(function () {
|
||||
document.documentElement.className = '';
|
||||
}, PAINT_MS);
|
||||
}, PAINT_MS);
|
||||
}, PAINT_MS);
|
||||
}, false);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS (Tables) Reference File</title>
|
||||
<link href="http://chrisrebert.com" rel="author" title="Chris Rebert" />
|
||||
<style>
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border: 2px solid blue;
|
||||
}
|
||||
th {
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>One</td>
|
||||
<td>Two</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>Three</td>
|
||||
<td>Four</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<p>Test passes if there is a solid blue border around the <strong>entire perimeter</strong> of the table.</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reference File</title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS 2.2 CR Test Suite"; }
|
||||
@top-right { content: "Test left-offset-position-fixed-001-ref"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Chris Rebert" href="http://chrisrebert.com"/>
|
||||
<style type="text/css">
|
||||
#greensquare {
|
||||
background-color: green;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is a solid green square and <strong>no red</strong>.</p>
|
||||
|
||||
<div id="greensquare"/>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,28 @@
|
|||
<!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>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS 2.2 CR Test Suite"; }
|
||||
@top-right { content: "Test ref-filled-green-100px-square"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<style type="text/css"><![CDATA[
|
||||
div
|
||||
{
|
||||
background-color: green;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
]]></style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<div></div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Reference File</title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS 2.2 CR Test Suite"; }
|
||||
@top-right { content: "Test right-offset-position-fixed-001-ref"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Chris Rebert" href="http://chrisrebert.com"/>
|
||||
<style type="text/css">
|
||||
html {
|
||||
direction: rtl;
|
||||
}
|
||||
p {
|
||||
direction: ltr;
|
||||
}
|
||||
#greensquare {
|
||||
background-color: green;
|
||||
position: absolute;
|
||||
right: 50%;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is a solid green square and <strong>no red</strong>.</p>
|
||||
|
||||
<div id="greensquare"/>
|
||||
</body>
|
||||
</html>
|
After Width: | Height: | Size: 649 B |
After Width: | Height: | Size: 510 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 217 B |
|
@ -0,0 +1,9 @@
|
|||
PngSuite
|
||||
--------
|
||||
|
||||
Permission to use, copy, modify and distribute these images for any
|
||||
purpose and without fee is hereby granted.
|
||||
|
||||
|
||||
(c) Willem van Schaik, 1996, 2011
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
PNGSUITE
|
||||
----------------
|
||||
|
||||
testset for PNG-(de)coders
|
||||
created by Willem van Schaik
|
||||
------------------------------------
|
||||
|
||||
This is a collection of graphics images created to test the png applications
|
||||
like viewers, converters and editors. All (as far as that is possible)
|
||||
formats supported by the PNG standard are represented.
|
||||
|
||||
The suite consists of the following files:
|
||||
|
||||
- PngSuite.README - this file
|
||||
- PngSuite.LICENSE - the PngSuite is freeware
|
||||
- PngSuite.png - image with PngSuite logo
|
||||
- PngSuite.tgz - archive of all PNG testfiles
|
||||
- PngSuite.zip - same in .zip format for PCs
|
||||
|
||||
|
||||
--------
|
||||
(c) Willem van Schaik
|
||||
willem@schaik.com
|
||||
Calgary, April 2011
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 217 B |
After Width: | Height: | Size: 154 B |
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 299 B |
After Width: | Height: | Size: 315 B |
After Width: | Height: | Size: 595 B |
After Width: | Height: | Size: 132 B |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 327 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 361 B |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 164 B |
After Width: | Height: | Size: 104 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 138 B |
After Width: | Height: | Size: 167 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 302 B |
After Width: | Height: | Size: 112 B |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 126 B |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 184 B |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 184 B |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 140 B |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 202 B |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 404 B |
After Width: | Height: | Size: 344 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 292 B |
After Width: | Height: | Size: 292 B |
After Width: | Height: | Size: 292 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 259 B |