mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
191
tests/wpt/css-tests/css-text-3_dev/html/chapter-6.htm
Normal file
191
tests/wpt/css-tests/css-text-3_dev/html/chapter-6.htm
Normal file
|
@ -0,0 +1,191 @@
|
|||
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Breaking Within Words - CSS Text 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 Text Module Level 3 CR Test Suite</h1>
|
||||
<h2>Breaking Within Words (10 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="s6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6">+</a>
|
||||
<a href="http://www.w3.org/TR/css-text-3/#hyphenation">6 Breaking Within Words</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.#hyphenation-opportunity">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.#hyphenation0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css-text-3/#hyphens-property">6.1 Hyphenation Control: the ‘hyphens’ property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.#auto0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.#hyphens">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.#manual">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1.#none0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.2">+</a>
|
||||
<a href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">6.2 Overflow Wrapping: the ‘word-wrap’/‘overflow-wrap’ property</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.2.#break-word">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.2.#normal2">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.2.#overflow-wrap">
|
||||
<!-- 10 tests -->
|
||||
<tr id="overflow-wrap-001-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="overflow-wrap-001.htm">overflow-wrap-001</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>overflow-wrap - break-word (basic)
|
||||
<ul class="assert">
|
||||
<li>The 'overflow-wrap' property set 'break-word' breaks the word at an arbitrary point</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-wrap-002-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="overflow-wrap-002.htm">overflow-wrap-002</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-002-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>overflow-wrap - break-word and white-space - nowrap
|
||||
<ul class="assert">
|
||||
<li>Test checks that the 'overflow-wrap' property has effect if and only if the 'white-space' allows wrapping</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-wrap-003-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="overflow-wrap-003.htm">overflow-wrap-003</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-003-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>overflow-wrap - break-word (white space)
|
||||
<ul class="assert">
|
||||
<li>The 'overflow-wrap' property set 'break-word' breaks line at white space</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-wrap-004-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="overflow-wrap-004.htm">overflow-wrap-004</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-004-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>overflow-wrap - normal (basic)
|
||||
<ul class="assert">
|
||||
<li>The 'overflow-wrap' property set 'normal' overflows container</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-wrap-005-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="overflow-wrap-005.htm">overflow-wrap-005</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-003-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>overflow-wrap - normal (white space)
|
||||
<ul class="assert">
|
||||
<li>The 'overflow-wrap' property set 'normal' will break line at white space</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="word-wrap-001-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="word-wrap-001.htm">word-wrap-001</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>word-wrap - break-word (basic)
|
||||
<ul class="assert">
|
||||
<li>The 'word-wrap' property set 'break-word' breaks the word at an arbitrary point</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="word-wrap-002-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="word-wrap-002.htm">word-wrap-002</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-002-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>word-wrap - break-word and white-space - nowrap
|
||||
<ul class="assert">
|
||||
<li>Test checks that the 'word-wrap' property has effect if and only if the 'white-space' allows wrapping</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="word-wrap-003-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="word-wrap-003.htm">word-wrap-003</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-003-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>word-wrap - break-word (white space)
|
||||
<ul class="assert">
|
||||
<li>The 'word-wrap' property set 'break-word' breaks line at white space</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="word-wrap-004-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="word-wrap-004.htm">word-wrap-004</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-004-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>word-wrap - normal (basic)
|
||||
<ul class="assert">
|
||||
<li>The 'word-wrap' property set 'normal' overflows container</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="word-wrap-005-6.2.#overflow-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="word-wrap-005.htm">word-wrap-005</a></strong></td>
|
||||
<td><a href="reference/overflow-wrap-003-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>word-wrap - normal (white space)
|
||||
<ul class="assert">
|
||||
<li>The 'word-wrap' property set 'normal' will break line at white space</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s6.2.#word-wrap">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue