mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +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
95
tests/wpt/css-tests/css-multicol-1_dev/html4/chapter-5.htm
Normal file
95
tests/wpt/css-tests/css-multicol-1_dev/html4/chapter-5.htm
Normal file
|
@ -0,0 +1,95 @@
|
|||
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Column breaks - CSS Multi-column Layout Module Level 1 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 Multi-column Layout Module Level 1 CR Test Suite</h1>
|
||||
<h2>Column breaks (4 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="s5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-multicol/#column-breaks">5 Column breaks</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="multicol-br-inside-avoidcolumn-001-5" class="primary">
|
||||
<td><strong>
|
||||
<a href="multicol-br-inside-avoidcolumn-001.htm">multicol-br-inside-avoidcolumn-001</a></strong></td>
|
||||
<td><a href="reference/multicol-br-inside-avoidcolumn-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>multicol | break-inside: avoid-column
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-multicol/#break-before-break-after-break-inside">5.1 ‘break-before’, ‘break-after’, ‘break-inside’</a></th></tr>
|
||||
<!-- 3 tests -->
|
||||
<tr id="break-before-always-001-5.1" class="primary page">
|
||||
<td><strong>
|
||||
<a href="break-before-always-001.htm">break-before-always-001</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="page" title=""></abbr></td>
|
||||
<td>'break-before: always' and paginated multi-column elements
|
||||
<ul class="assert">
|
||||
<li>A forced break of type 'always' will break through both the multi-column context and the pagination context.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="multicol-break-000-5.1" class="primary ahem image">
|
||||
<td><strong>
|
||||
<a href="multicol-break-000.htm">multicol-break-000</a></strong></td>
|
||||
<td><a href="reference/multicol-break-000-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>break-after: column (basic)
|
||||
<ul class="assert">
|
||||
<li>This test checks that basic support of 'break-after: column'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="multicol-break-001-5.1" class="primary ahem image">
|
||||
<td><strong>
|
||||
<a href="multicol-break-001.htm">multicol-break-001</a></strong></td>
|
||||
<td><a href="reference/multicol-break-001-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>break-before: column (basic)
|
||||
<ul class="assert">
|
||||
<li>This test checks that basic support of 'break-before: column'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s5.1.#break-after">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1.#break-before">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1.#break-inside">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue