mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
105
tests/wpt/css-tests/css-page-3_dev/html/chapter-4.htm
Normal file
105
tests/wpt/css-tests/css-page-3_dev/html/chapter-4.htm
Normal file
|
@ -0,0 +1,105 @@
|
|||
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>The Page Model - CSS Paged Media 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 Paged Media Module Level 3 CR Test Suite</h1>
|
||||
<h2>The Page Model (3 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="s4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-page/#page-model">4 The Page Model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.#page-area">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.#page-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.#page-margin-boxes">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-page/#painting">4.1 Page Backgrounds and Painting Order</a></th></tr>
|
||||
<!-- 2 tests -->
|
||||
<tr id="page-container-008-4.1" class="paged">
|
||||
<td>
|
||||
<a href="page-container-008.htm">page-container-008</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="paged" title="Only valid for paged media">Paged</abbr></td>
|
||||
<td>Paged Media Canvas Background
|
||||
<ul class="assert">
|
||||
<li>For documents in the html namespace, a background on 'html' will cover the page area but not the margin area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="page-container-009-4.1" class="paged">
|
||||
<td>
|
||||
<a href="page-container-009.htm">page-container-009</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="paged" title="Only valid for paged media">Paged</abbr></td>
|
||||
<td>Paged Media Body Background
|
||||
<ul class="assert">
|
||||
<li>For documents in the html namespace, a background on 'body' will cover the page area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s4.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.2">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-page/#content-outside-box">4.2 Content outside the page box</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="page-box-000-4.2" class="paged should">
|
||||
<td>
|
||||
<a href="page-box-000.htm">page-box-000</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="paged" title="Only valid for paged media">Paged</abbr><abbr class="should" title="Behavior tested is recommended but not required">Recommend</abbr></td>
|
||||
<td>Page bleed
|
||||
<ul class="assert">
|
||||
<li>Content should be allowed slightly beyond the page box to allow pages to 'bleed'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s4.2.#content-empty">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4.3">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-page/#progression">4.3 Page Progression</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.3.#page-progression">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue