mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
|
||||
<h1>CSS Basic User Interface Module Level 3 CR Test Suite</h1>
|
||||
<h2>Box Model addition (13 tests)</h2>
|
||||
<h2>Box Model addition (10 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
@@ -37,7 +37,7 @@
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3.1">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-ui/#box-sizing">3.1 box-sizing property</a></th></tr>
|
||||
<!-- 13 tests -->
|
||||
<!-- 10 tests -->
|
||||
<tr id="box-sizing-border-box-001-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-border-box-001.xht">box-sizing-border-box-001</a></strong></td>
|
||||
@@ -115,39 +115,6 @@
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-padding-box-001-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-padding-box-001.xht">box-sizing-padding-box-001</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Padding-Box with specified width/height
|
||||
<ul class="assert">
|
||||
<li>box-sizing: padding-box should make the element's (percentage) width be the distance from the left padding edge to the right padding edge.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-padding-box-002-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-padding-box-002.xht">box-sizing-padding-box-002</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Padding-Box with specified width/height
|
||||
<ul class="assert">
|
||||
<li>box-sizing: padding-box should make the element's (percentage) width be the distance from the left padding edge to the right padding edge and the height be the distance from the top padding edge to the bottom padding edge.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-padding-box-003-3.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="box-sizing-padding-box-003.xht">box-sizing-padding-box-003</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Box Sizing - Padding-Box with min/max width/height
|
||||
<ul class="assert">
|
||||
<li>box-sizing: padding-box should make the element's (calc) width be the distance from the left padding edge to the right padding edge and the height be the distance from the top padding edge to the bottom padding edge.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="box-sizing-replaced-001-3.1" class="primary image">
|
||||
<td><strong>
|
||||
<a href="box-sizing-replaced-001.xht">box-sizing-replaced-001</a></strong></td>
|
||||
@@ -185,12 +152,30 @@
|
||||
<tbody id="s3.1.#box-sizing-example">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#issue-9bd5c115">
|
||||
<tbody id="s3.1.#example-ede4dfdf">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#max-inner-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#max-inner-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#min-inner-height">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#min-inner-width">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#propdef-box-sizing">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#valdef-box-sizing-border-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#valdef-box-sizing-content-box">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user