mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
676 lines
No EOL
25 KiB
HTML
676 lines
No EOL
25 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>Distance Units: the <length> type - CSS Values and Units 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 Values and Units Module Level 3 CR Test Suite</h1>
|
|
<h2>Distance Units: the <length> type (35 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="s5">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s5">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#lengths">5 Distance Units: the <length> type</a></th></tr>
|
|
<!-- 7 tests -->
|
|
<tr id="calc-unit-analysis-5" class="script">
|
|
<td>
|
|
<a href="calc-unit-analysis.xht">calc-unit-analysis</a></td>
|
|
<td></td>
|
|
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>CSS Variables Allowed Syntax
|
|
</td>
|
|
</tr>
|
|
<tr id="shape-outside-circle-002-5" class="dom script">
|
|
<td>
|
|
<a href="shape-outside-circle-002.xht">shape-outside-circle-002</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Shape Outside Circle Valid Positions
|
|
<ul class="assert">
|
|
<li>A circle's position argument may be any of the valid combinations: [ percentage|length left|center|right ] or [ percentage|length left|center|right ] [ percentage|length top|center|bottom ] or [ left|center|right ] or [ left|center|right top|center|bottom ] or [ top|center|bottom ].</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="shape-outside-circle-004-5" class="dom script">
|
|
<td>
|
|
<a href="shape-outside-circle-004.xht">shape-outside-circle-004</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Shape Outside Circle - Position Length Units
|
|
<ul class="assert">
|
|
<li>A circle's position arguments may in any valid <length> unit allowed by a <position> value.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="shape-outside-ellipse-002-5" class="dom script">
|
|
<td>
|
|
<a href="shape-outside-ellipse-002.xht">shape-outside-ellipse-002</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Shape Outside Ellipse Valid Positions
|
|
<ul class="assert">
|
|
<li>An ellipse's position argument may be any of the valid combinations: [ percentage|length left|center|right ] or [ percentage|length left|center|right ] [ percentage|length top|center|bottom ] or [ left|center|right ] or [ left|center|right top|center|bottom ] or [ top|center|bottom ].</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="shape-outside-ellipse-004-5" class="dom script">
|
|
<td>
|
|
<a href="shape-outside-ellipse-004.xht">shape-outside-ellipse-004</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Shape Outside Ellipse - Position Length Units
|
|
<ul class="assert">
|
|
<li>An ellipse's position arguments may in any valid <length> unit allowed by a <position> value.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="shape-outside-inset-003-5" class="dom script">
|
|
<td>
|
|
<a href="shape-outside-inset-003.xht">shape-outside-inset-003</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Shape Outside Inset Valid Round Length Units
|
|
<ul class="assert">
|
|
<li>An inset's radial component's values can be in any length unit</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="shape-outside-polygon-004-5" class="dom script">
|
|
<td>
|
|
<a href="shape-outside-polygon-004.xht">shape-outside-polygon-004</a></td>
|
|
<td></td>
|
|
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Shape Outside Polygon - Argument Length Units
|
|
<ul class="assert">
|
|
<li>A polygon's veritices may in percentage or any valid <length> units.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s5.#length-value">
|
|
<!-- 1 tests -->
|
|
<tr id="min-width-001-5.#length-value" class="">
|
|
<td>
|
|
<a href="min-width-001.xht">min-width-001</a></td>
|
|
<td><a href="reference/ref-filled-green-100px-square.xht">=</a> </td>
|
|
<td></td>
|
|
<td>min-width length value approximation
|
|
<ul class="assert">
|
|
<li>min-width length values that are too large to be supported must be clamped, rounded to infinity, or approximated, but not overflowed to a small or negative value.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s5.#ref-for-absolute-length-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.#ref-for-dimension-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.#ref-for-length-value-7">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.#ref-for-number-value-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.#ref-for-relative-length-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s5.1">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#relative-lengths">5.1 Relative lengths</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#ref-for-ch-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#ref-for-em-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#ref-for-ex-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#ref-for-rem-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#ref-for-vh-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#ref-for-vmax-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#ref-for-vmin-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#ref-for-vw-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.#relative-length">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s5.1.1">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#font-relative-lengths">5.1.1 Font-relative lengths: the em, ex, ch, rem units</a></th></tr>
|
|
<!-- 4 tests -->
|
|
<tr id="ch-unit-001-5.1.1" class="primary">
|
|
<td><strong>
|
|
<a href="ch-unit-001.xht">ch-unit-001</a></strong></td>
|
|
<td><a href="reference/ch-unit-001-ref.xht">=</a> </td>
|
|
<td></td>
|
|
<td>support for the ch unit
|
|
<ul class="assert">
|
|
<li>The ch unit is equal to the used advance measure of the 0 (ZERO, U+0030) glyph found in the font used to render it.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="ch-unit-002-5.1.1" class="primary">
|
|
<td><strong>
|
|
<a href="ch-unit-002.xht">ch-unit-002</a></strong></td>
|
|
<td><a href="reference/ch-unit-002-ref.xht">=</a> </td>
|
|
<td></td>
|
|
<td>the ch unit in vertical orientation
|
|
<ul class="assert">
|
|
<li>In vertical upright, the ch unit is equal to the used vertical advance measure of the 0 (ZERO, U+0030) glyph found in the font used to render it.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="ch-unit-003-5.1.1" class="primary">
|
|
<td><strong>
|
|
<a href="ch-unit-003.xht">ch-unit-003</a></strong></td>
|
|
<td><a href="reference/ch-unit-001-ref.xht">=</a> </td>
|
|
<td></td>
|
|
<td>support for the ch unit
|
|
<ul class="assert">
|
|
<li>In vertical mixed, The ch unit is equal to the used horizontal advance measure of the 0 (ZERO, U+0030) glyph found in the font used to render it.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="ch-unit-004-5.1.1" class="primary">
|
|
<td><strong>
|
|
<a href="ch-unit-004.xht">ch-unit-004</a></strong></td>
|
|
<td><a href="reference/ch-unit-001-ref.xht">=</a> </td>
|
|
<td></td>
|
|
<td>support for the ch unit
|
|
<ul class="assert">
|
|
<li>In vertical sideways, The ch unit is equal to the used horizontal advance measure of the 0 (ZERO, U+0030) glyph found in the font used to render it.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ch">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#em">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ex">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#example-14cae19d">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#font-relative-length">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#length-advance-measure">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-ch-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-ch-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-em-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-ex-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-ex-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-length-advance-measure-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-rem-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-rem-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#ref-for-rem-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.1.#rem">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2">
|
|
<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>
|
|
<!-- 23 tests -->
|
|
<tr id="absolute_length_units-5.1.2" class="">
|
|
<td>
|
|
<a href="absolute_length_units.xht">absolute_length_units</a></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>elements should be the real world size given in mm, cm, inches...
|
|
<ul class="assert">
|
|
<li>elements are not displayed with the real world size units they should be, when specified in millimeters, centimeters, inches, ...</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-resizing-003-5.1.2" class="ahem dom http">
|
|
<td>
|
|
<a href="regions-resizing-003.xht">regions-resizing-003</a></td>
|
|
<td><a href="reference/regions-resizing-001-ref.xht">=</a> </td>
|
|
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="http" title="Requires HTTP headers">HTTP</abbr></td>
|
|
<td>CSS Regions: resizing region that is sized using viewport units
|
|
<ul class="assert">
|
|
<li>Test checks that resizing the viewport of a page containing a region sized using viewport units correctly relayouts the region's contents.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-resizing-007-5.1.2" class="ahem dom http">
|
|
<td>
|
|
<a href="regions-resizing-007.xht">regions-resizing-007</a></td>
|
|
<td><a href="reference/regions-resizing-001-ref.xht">=</a> </td>
|
|
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="http" title="Requires HTTP headers">HTTP</abbr></td>
|
|
<td>CSS Regions: resizing region with percentage size inside a container that has size set in viewport units
|
|
<ul class="assert">
|
|
<li>Test checks that resizing the viewport of a page containing a region that has a percentage size relative to a parent sized using viewport units correctly relayouts the region's contents.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="regions-resizing-009-5.1.2" class="ahem dom http">
|
|
<td>
|
|
<a href="regions-resizing-009.xht">regions-resizing-009</a></td>
|
|
<td><a href="reference/regions-resizing-001-ref.xht">=</a> </td>
|
|
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="http" title="Requires HTTP headers">HTTP</abbr></td>
|
|
<td>CSS Regions: resizing autosized region when content flowed in it is sized with viewport units
|
|
<ul class="assert">
|
|
<li>Test checks that resizing the viewport of a page containing an autosized region when the content flowed in it is sized with viewport units correctly relayouts the region's contents.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-calc-support-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-calc-support.xht">vh-calc-support</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewport units are supported inside calc expressions.
|
|
<ul class="assert">
|
|
<li>Check that viewport units add correctly to pixels in calc() expressions</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-calc-support-pct-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-calc-support-pct.xht">vh-calc-support-pct</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewport units are supported inside calc expressions.
|
|
<ul class="assert">
|
|
<li>Check that viewport units add correctly to percentages in calc() expressions</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-em-inherit-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-em-inherit.xht">vh-em-inherit</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>0vh and 0vw are correctly treated as 0px
|
|
<ul class="assert">
|
|
<li>0vh and 0vw are correctly treated as 0px</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-inherit-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-inherit.xht">vh-inherit</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewport units are inherited properly
|
|
<ul class="assert">
|
|
<li>Viewport units are inherited properly</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-interpolate-pct-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-interpolate-pct.xht">vh-interpolate-pct</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewport units are interpolated correctly
|
|
<ul class="assert">
|
|
<li>The interpolated size mid-way between 0px and 200vh is 100vh (respectively for vw)</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-interpolate-px-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-interpolate-px.xht">vh-interpolate-px</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewport units are interpolated correctly
|
|
<ul class="assert">
|
|
<li>The interpolated size mid-way between 0px and 200vh is 100vh (respectively for vw)</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-interpolate-vh-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-interpolate-vh.xht">vh-interpolate-vh</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewport units are interpolated correctly
|
|
<ul class="assert">
|
|
<li>The interpolated size mid-way between 75vh and 125vh is 100vh (respectively for vw)</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-support-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-support.xht">vh-support</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewports units are supported in sizing properties
|
|
<ul class="assert">
|
|
<li>Viewports units are supported in sizing properties</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-support-atviewport-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-support-atviewport.xht">vh-support-atviewport</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewports units are supported in @viewport rules
|
|
<ul class="assert">
|
|
<li>Viewports units are supported in @viewport rules</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-support-margin-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-support-margin.xht">vh-support-margin</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewports units are supported in margin properties
|
|
<ul class="assert">
|
|
<li>Viewports units are supported in margin properties</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-support-transform-origin-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-support-transform-origin.xht">vh-support-transform-origin</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewports units are supported in transform properties
|
|
<ul class="assert">
|
|
<li>Viewports units are supported in transform properties</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-support-transform-origin-iframe-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-support-transform-origin-iframe.xht">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.xht">vh-support-transform-translate</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>Viewports units are supported in transform properties
|
|
<ul class="assert">
|
|
<li>Viewports units are supported in transform properties (translate)</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh-support-transform-translate-iframe-5.1.2" class="">
|
|
<td>
|
|
<a href="vh-support-transform-translate-iframe.xht">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.xht">vh-zero-support</a></td>
|
|
<td><a href="reference/all-green.xht">=</a> </td>
|
|
<td></td>
|
|
<td>0vh and 0vw are correctly treated as 0px
|
|
<ul class="assert">
|
|
<li>0vh and 0vw are correctly treated as 0px</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh_not_refreshing_on_chrome-5.1.2" class="">
|
|
<td>
|
|
<a href="vh_not_refreshing_on_chrome.xht">vh_not_refreshing_on_chrome</a></td>
|
|
<td><a href="reference/vh_not_refreshing_on_chrome-ref.xht">=</a> </td>
|
|
<td></td>
|
|
<td>vh-based dimension doesn't change when the element's other dimension doesn't change.
|
|
<ul class="assert">
|
|
<li>vh-based dimension doesn't change when the element's other dimension doesn't change.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="vh_not_refreshing_on_chrome_iframe-5.1.2" class="">
|
|
<td>
|
|
<a href="vh_not_refreshing_on_chrome_iframe.xht">vh_not_refreshing_on_chrome_iframe</a></td>
|
|
<td><a href="reference/vh_not_refreshing_on_chrome-ref.xht">=</a> </td>
|
|
<td></td>
|
|
<td>vh-based dimension doesn't change when the element other dimension doesn't change.
|
|
<ul class="assert">
|
|
<li>vh-based dimension doesn't change when the element other dimension doesn't change. Bug for Chrome 19.0.1084.56 / Mac OS X 10.6.8</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="viewport-relative-lengths-scaled-viewport-5.1.2" class="script">
|
|
<td>
|
|
<a href="viewport-relative-lengths-scaled-viewport.xht">viewport-relative-lengths-scaled-viewport</a></td>
|
|
<td></td>
|
|
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Viewport units in scaled viewport
|
|
<ul class="assert">
|
|
<li>viewport relative units scale with viewport.</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="viewport-units-css2-001-5.1.2" class="script">
|
|
<td>
|
|
<a href="viewport-units-css2-001.xht">viewport-units-css2-001</a></td>
|
|
<td></td>
|
|
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
|
<td>Checks viewport units against CSS 2.1 properties and the CSSOM
|
|
<ul class="assert">
|
|
<li>Testing what happens when one applies and rereads viewport unit lengths to CSS 2.1 properties that accept length values</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<tbody id="s5.1.2.#example-74b4de35">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#ref-for-vh-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#ref-for-vh-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#ref-for-vh-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#ref-for-vmax-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#ref-for-vmin-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#ref-for-vw-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#ref-for-vw-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#ref-for-vw-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#vh">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#viewport-percentage-lengths">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#vmax">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#vmin">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.1.2.#vw">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2">
|
|
<tr><th colspan="4" scope="rowgroup">
|
|
<a href="#s5.2">+</a>
|
|
<a href="https://www.w3.org/TR/css3-values/#absolute-lengths">5.2 Absolute lengths: the cm, mm, q, in, pt, pc, px units</a></th></tr>
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#absolute-length">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#cm">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#example-42a5d4eb">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#in">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#mm">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#pc">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#physical-units">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#pt">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#px">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#q">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-canonical-unit-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-cm-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-cm-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-compatible-units-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-in-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-in-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-mm-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-mm-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-pc-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-pc-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-physical-units-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-pt-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-pt-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-px-3">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-px-4">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-px-5">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-px-6">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-q-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-q-2">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#ref-for-reference-pixel-1">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#reference-pixel">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
<tbody id="s5.2.#visual-angle-unit">
|
|
<!-- 0 tests -->
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |