mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
71 lines
No EOL
2.3 KiB
HTML
71 lines
No EOL
2.3 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Image Processing - CSS Images 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 Images Module Level 3 CR Test Suite</h1>
|
|
<h2>Image Processing (1 tests)</h2>
|
|
<table width="100%">
|
|
<col id="test-column"></col>
|
|
<col id="refs-column"></col>
|
|
<col id="flags-column"></col>
|
|
<col id="info-column"></col>
|
|
<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="https://www.w3.org/TR/css3-images/#image-processing">6 Image Processing</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.1">+</a>
|
|
<a href="https://www.w3.org/TR/css3-images/#the-image-resolution">6.1 Overriding Image Resolutions: the ‘image-resolution’ property</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#image-resolution">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.1.#intrinsic-resolution">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s6.2">+</a>
|
|
<a href="https://www.w3.org/TR/css3-images/#the-image-orientation">6.2 Orienting an Image on the Page: the ‘image-orientation’ property</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s6.2.#image-orientation">
|
|
<!-- 1 tests -->
|
|
<tr id="img-orient-012-6.2.#image-orientation" class="">
|
|
<td>
|
|
<a href="img-orient-012.xht">img-orient-012</a></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>Image Orientation - Negative Values
|
|
<ul class="assert">
|
|
<li>A negative value for 'image-orientation' rotates the image to the left (in a counter-clockwise direction) by the given number of degrees.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |