servo/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/chapter-5.xht

95 lines
No EOL
3.5 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>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>
<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/css3-multicol/#column-breaks">5 Column breaks</a></th></tr>
<!-- 1 tests -->
<tr id="multicol-br-inside-avoidcolumn-001-5" class="">
<td>
<a href="multicol-br-inside-avoidcolumn-001.xht">multicol-br-inside-avoidcolumn-001</a></td>
<td><a href="reference/multicol-br-inside-avoidcolumn-ref.xht">=</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="https://www.w3.org/TR/css3-multicol/#break-before-break-after-break-inside">5.1 &#8216;break-before&#8217;, &#8216;break-after&#8217;, &#8216;break-inside&#8217;</a></th></tr>
<!-- 3 tests -->
<tr id="break-before-always-001-5.1" class="page">
<td>
<a href="break-before-always-001.xht">break-before-always-001</a></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="ahem image">
<td>
<a href="multicol-break-000.xht">multicol-break-000</a></td>
<td><a href="reference/multicol-break-000-ref.xht">=</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="ahem image">
<td>
<a href="multicol-break-001.xht">multicol-break-001</a></td>
<td><a href="reference/multicol-break-001-ref.xht">=</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>