mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
This commit is contained in:
parent
1a81b18b9f
commit
2c9faf5363
91915 changed files with 5979820 additions and 0 deletions
126
tests/wpt/css-tests/css-backgrounds-3_dev/html4/chapter-2.htm
Normal file
126
tests/wpt/css-tests/css-backgrounds-3_dev/html4/chapter-2.htm
Normal file
|
@ -0,0 +1,126 @@
|
|||
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Values and Interactions - CSS Backgrounds and Borders 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 Backgrounds and Borders Module Level 3 CR Test Suite</h1>
|
||||
<h2>Values and Interactions (6 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
<col id="flags-column">
|
||||
<col id="info-column">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th><abbr title="Rendering References">Refs</abbr></th>
|
||||
<th>Flags</th>
|
||||
<th>Info</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="s2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-background/#values">2 Values and Interactions</a></th></tr>
|
||||
<!-- 3 tests -->
|
||||
<tr id="background-size-032-2" class="image">
|
||||
<td>
|
||||
<a href="background-size-032.htm">background-size-032</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>background-size - applies to ::first-letter pseudo-element
|
||||
<ul class="assert">
|
||||
<li>Check if background-size is able to apply to the ::first-letter pseudo-element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="background-size-033-2" class="image">
|
||||
<td>
|
||||
<a href="background-size-033.htm">background-size-033</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>background-size - applies to ::first-line pseudo-element
|
||||
<ul class="assert">
|
||||
<li>Check if background-size is able to apply to the ::first-line pseudo-element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="background-size-034-2" class="image">
|
||||
<td>
|
||||
<a href="background-size-034.htm">background-size-034</a></td>
|
||||
<td><a href="reference/ref-filled-green-100px-square.htm">=</a> </td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>background-size - inherit keyword value
|
||||
<ul class="assert">
|
||||
<li>Check if background-size supports inherit keyword as its property value.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s2.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-background/#placement">2.1 Module Interactions</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="background-image-first-letter-2.1" class="primary ahem image">
|
||||
<td><strong>
|
||||
<a href="background-image-first-letter.htm">background-image-first-letter</a></strong></td>
|
||||
<td><a href="reference/background-image-first-letter-ref.htm">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>background-image applicability to ::first-letter
|
||||
<ul class="assert">
|
||||
<li>background-image applicability to ::first-letter</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s2.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.2">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-background/#value-types">2.2 Value Types</a></th></tr>
|
||||
<!-- 2 tests -->
|
||||
<tr id="background-clip-006-2.2" class="">
|
||||
<td>
|
||||
<a href="background-clip-006.htm">background-clip-006</a></td>
|
||||
<td><a href="reference/background-clip-005-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>background-clip - inherit keyword value
|
||||
<ul class="assert">
|
||||
<li>Background-clip with 'inherit' implies to inherit its parent element value to paint the background area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="background-origin-008-2.2" class="">
|
||||
<td>
|
||||
<a href="background-origin-008.htm">background-origin-008</a></td>
|
||||
<td><a href="reference/background-origin-005-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>background-origin - inherit keyword value
|
||||
<ul class="assert">
|
||||
<li>Background-origin with 'inherit' implies to inherit its parent element value to position the background area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s2.2.#ltimagegt">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2.3">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-background/#animations">2.3 Animated Values</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue