mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update CSS tests to revision 939546644b4d333218fd9c2c0f68c60752ff1e95
This commit is contained in:
parent
b26fac3f78
commit
0ad6e78b23
435 changed files with 7534 additions and 3290 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Backgrounds and Borders Module Level 3 CR Test Suite</h1>
|
||||
<h2>Border Images (33 tests)</h2>
|
||||
<h2>Border Images (34 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -112,7 +112,7 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.2">+</a>
|
||||
<a href="http://www.w3.org/TR/css3-background/#the-border-image-slice">6.2 Image Slicing: the ‘border-image-slice’ property</a></th></tr>
|
||||
<!-- 4 tests -->
|
||||
<!-- 5 tests -->
|
||||
<tr id="border-image-slice-001-6.2" class="primary image">
|
||||
<td><strong>
|
||||
<a href="border-image-slice-001.htm">border-image-slice-001</a></strong></td>
|
||||
|
@ -146,9 +146,20 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="border-image-slice-004-6.2" class="primary image">
|
||||
<tr id="border-image-slice-005-6.2" class="primary image">
|
||||
<td><strong>
|
||||
<a href="border-image-slice-004.htm">border-image-slice-004</a></strong></td>
|
||||
<a href="border-image-slice-005.htm">border-image-slice-005</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>The 'border-image-slice' property with four percentage values
|
||||
<ul class="assert">
|
||||
<li>This test checks that the border image is sliced into nine regions with inward offsets, '40%' from the top, '15%' from the right,'20%' from the bottom, and '5%' from the left edges of the image. Percentages are relative to the size of the image: the width of the image for the horizontal offsets, the height for vertical offsets.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="border-image-slice-007-6.2" class="primary image">
|
||||
<td><strong>
|
||||
<a href="border-image-slice-007.htm">border-image-slice-007</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>The 'border-image-slice' property with the 'fill' keyword
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue