mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update CSS tests to revision b9c63d615a65c4d96f26969bcd504d4e1c3cdab8
This commit is contained in:
parent
0e0e902edd
commit
4d13f9f5d5
641 changed files with 24127 additions and 11370 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Values and Units Module Level 3 CR Test Suite</h1>
|
||||
<h2>Distance Units: the <length> type (30 tests)</h2>
|
||||
<h2>Distance Units: the <length> type (32 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -169,7 +169,7 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5.1.2">+</a>
|
||||
<a href="https://www.w3.org/TR/css3-values/#viewport-relative-lengths">5.1.2 Viewport-percentage lengths: the vw, vh, vmin, vmax units</a></th></tr>
|
||||
<!-- 21 tests -->
|
||||
<!-- 23 tests -->
|
||||
<tr id="absolute_length_units-5.1.2" class="">
|
||||
<td>
|
||||
<a href="absolute_length_units.htm">absolute_length_units</a></td>
|
||||
|
@ -335,6 +335,17 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vh-support-transform-origin-iframe-5.1.2" class="">
|
||||
<td>
|
||||
<a href="vh-support-transform-origin-iframe.htm">vh-support-transform-origin-iframe</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Viewports units are supported in transform properties (iframe)
|
||||
<ul class="assert">
|
||||
<li>Viewports units are supported in transform properties (translate)</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vh-support-transform-translate-5.1.2" class="">
|
||||
<td>
|
||||
<a href="vh-support-transform-translate.htm">vh-support-transform-translate</a></td>
|
||||
|
@ -346,6 +357,17 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vh-support-transform-translate-iframe-5.1.2" class="">
|
||||
<td>
|
||||
<a href="vh-support-transform-translate-iframe.htm">vh-support-transform-translate-iframe</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Viewports units are supported in transform properties (iframe)
|
||||
<ul class="assert">
|
||||
<li>Viewports units are supported in transform properties (translate)</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vh-zero-support-5.1.2" class="">
|
||||
<td>
|
||||
<a href="vh-zero-support.htm">vh-zero-support</a></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue