Update CSS tests to revision 611d962e1b6ae62ec89ab994c9f787e84ce11b15

This commit is contained in:
Ms2ger 2016-06-06 10:11:00 +02:00
parent 1bc94c132e
commit 12fa92b4d6
437 changed files with 11787 additions and 9995 deletions

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS Writing Modes Module Level 3 CR Test Suite</h1>
<h2>Glyph Composition (28 tests)</h2>
<h2>Glyph Composition (37 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -354,7 +354,62 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.1.3">+</a>
<a href="https://www.w3.org/TR/css-writing-modes-3/#text-combine-compression">9.1.3 Compression Rules</a></th></tr>
<!-- 0 tests -->
<!-- 5 tests -->
<tr id="text-combine-upright-compression-001-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-001.htm">text-combine-upright-compression-001</a></strong></td>
<td><a href="reference/text-combine-upright-compression-001-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright, no compression
<ul class="assert">
<li>text-combine-upright with character not wider than 1em should not trigger compression.</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-002-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-002.htm">text-combine-upright-compression-002</a></strong></td>
<td><a href="reference/text-combine-upright-compression-002-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright, compression of two characters
<ul class="assert">
<li>text-combine-upright should try applying 'hwid' feature if the width is wider than 1em</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-003-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-003.htm">text-combine-upright-compression-003</a></strong></td>
<td><a href="reference/text-combine-upright-compression-003-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright, compression of three characters
<ul class="assert">
<li>text-combine-upright should try applying 'twid' feature if the width is wider than 1em</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-004-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-004.htm">text-combine-upright-compression-004</a></strong></td>
<td><a href="reference/text-combine-upright-compression-004-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright, compression of four characters
<ul class="assert">
<li>text-combine-upright should try applying 'qwid' feature if the width is wider than 1em</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-007-9.1.3" class="primary">
<td><strong>
<a href="text-combine-upright-compression-007.htm">text-combine-upright-compression-007</a></strong></td>
<td><a href="reference/text-combine-upright-compression-007-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright: all, fit any number of characters
<ul class="assert">
<li>text-combine-upright: all should allow any amount of text to be compressed in a 1em square</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s9.1.3.#example-8e0562a8">
<!-- 0 tests -->
@ -363,7 +418,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.1.3.1">+</a>
<a href="https://www.w3.org/TR/css-writing-modes-3/#text-combine-fullwidth">9.1.3.1 Full-width Characters</a></th></tr>
<!-- 3 tests -->
<!-- 7 tests -->
<tr id="full-width-001-9.1.3.1" class="">
<td>
<a href="full-width-001.htm">full-width-001</a></td>
@ -397,6 +452,50 @@
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-005-9.1.3.1" class="primary">
<td><strong>
<a href="text-combine-upright-compression-005.htm">text-combine-upright-compression-005</a></strong></td>
<td><a href="reference/text-combine-upright-compression-005-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright, no compression for single full-width character
<ul class="assert">
<li>text-combine-upright should not change a single full-width character</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-005a-9.1.3.1" class="primary">
<td><strong>
<a href="text-combine-upright-compression-005a.htm">text-combine-upright-compression-005a</a></strong></td>
<td><a href="reference/text-combine-upright-compression-005-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright, no compression for single character with full-width transform
<ul class="assert">
<li>text-combine-upright should not change a single full-width character</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-006-9.1.3.1" class="primary">
<td><strong>
<a href="text-combine-upright-compression-006.htm">text-combine-upright-compression-006</a></strong></td>
<td><a href="reference/text-combine-upright-compression-006-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright, compression for two full-width characters
<ul class="assert">
<li>text-combine-upright should run the reverse of full-width transform before applying compression</li>
</ul>
</td>
</tr>
<tr id="text-combine-upright-compression-006a-9.1.3.1" class="primary">
<td><strong>
<a href="text-combine-upright-compression-006a.htm">text-combine-upright-compression-006a</a></strong></td>
<td><a href="reference/text-combine-upright-compression-006-ref.htm">=</a> </td>
<td></td>
<td>text-combine-upright, compression for two characters with full-width transform
<ul class="assert">
<li>text-combine-upright should run the reverse of full-width transform before applying compression</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s9.1.3.1.#example-cc759014">
<!-- 0 tests -->