mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
267 lines
No EOL
8.8 KiB
HTML
267 lines
No EOL
8.8 KiB
HTML
|
|
|
|
<!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>Textual Data Types - CSS Values and Units Module Level 3 CR Test Suite</title>
|
|
<style type="text/css">
|
|
@import "http://www.w3.org/StyleSheets/TR/base.css";
|
|
@import "../indices.css";
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>CSS Values and Units Module Level 3 CR Test Suite</h1>
|
|
<h2>Textual Data Types (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="s3">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s3">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#textual-values">3 Textual Data Types</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.#identifier">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.#typedef-ident">
|
|
<!-- 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/css3-values/#keywords">3.1 Pre-defined Keywords</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.1.#example-408f09d4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.1.#ref-for-identifier-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.1.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s3.1.1">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#common-keywords">3.1.1 CSS-wide keywords: initial, inherit and unset</a></th></tr>
|
|
<!-- 3 tests -->
|
|
<tr id="multicol-inherit-002-3.1.1" class="ahem">
|
|
<td>
|
|
<a href="multicol-inherit-002.xht">multicol-inherit-002</a></td>
|
|
<td><a href="reference/multicol-inherit-002-ref.xht">=</a> </td>
|
|
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
|
<td>'column-count' and inherit
|
|
<ul class="assert">
|
|
<li>This test checks that 'column-count' can be inherited by setting it with the CSS-wide keyword 'inherit'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="multicol-rule-color-inherit-001-3.1.1" class="ahem">
|
|
<td>
|
|
<a href="multicol-rule-color-inherit-001.xht">multicol-rule-color-inherit-001</a></td>
|
|
<td><a href="reference/multicol-rule-color-inherit-001-ref.xht">=</a> </td>
|
|
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
|
<td>column-rule-color: inherit
|
|
<ul class="assert">
|
|
<li>This test checks that, by default, column-rule-color is the current color applying to the element unless reserved keyword 'inherit' is used in which case column-rule-color will be inherited from the parent's column-rule-color value.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="multicol-rule-color-inherit-002-3.1.1" class="ahem">
|
|
<td>
|
|
<a href="multicol-rule-color-inherit-002.xht">multicol-rule-color-inherit-002</a></td>
|
|
<td><a href="reference/multicol-rule-color-inherit-001-ref.xht">=</a> </td>
|
|
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
|
<td>column-rule-color: inherit (complex)
|
|
<ul class="assert">
|
|
<li>In this test, div#parent's computed 'column-rule-color' is given by div#parent's 'currentcolor' (a reserved keyword) and not 'red'. Then div.child's 'column-rule-color' take such specified value ('currentcolor') from its parent (due to 'inherit' keyword) and not 'red'. And then, it is applied to div.child's 'column-rule-color'.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s3.1.1.#css-wide-keywords">
|
|
<!-- 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/css3-values/#custom-idents">3.2 Author-defined Identifiers: the <custom-ident> type</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#example-789362c7">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#identifier-value">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-css-wide-keywords-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-5">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-6">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-7">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-8">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.2.#ref-for-identifier-value-9">
|
|
<!-- 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/css3-values/#strings">3.3 Quoted Strings: the <string> type</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.3.#example-039123b3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.3.#example-aecae029">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.3.#ref-for-string-value-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.3.#string">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.3.#string-value">
|
|
<!-- 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/css3-values/#urls">3.4 Resource Locators: the <url> type</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#example-0e0098c2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#example-7b8794be">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#example-f4b87e68">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-functional-notation-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-mult-zero-plus-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-string-value-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-string-value-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-typedef-url-modifier-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-url-value-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-url-value-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-url-value-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-url-value-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-url-value-5">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-url-value-6">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#ref-for-url-value-7">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#url">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.#url-value">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s3.4.1">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#relative-urls">3.4.1 Relative URLs</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.1.#example-b20bc0e0">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.1.#ref-for-url-value-8">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.2">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s3.4.2">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#url-empty">3.4.2 Empty URLs</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.3">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s3.4.3">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#url-modifiers">3.4.3 URL Modifiers</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.3.#ref-for-functional-notation-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.3.#ref-for-typedef-ident-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.3.#ref-for-typedef-url-modifier-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.3.#ref-for-typedef-url-modifier-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.3.#ref-for-typedef-url-modifier-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.3.#ref-for-url-value-9">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s3.4.3.#typedef-url-modifier">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |