mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
parent
fb4f421c8b
commit
296fa2512b
21852 changed files with 2080936 additions and 892894 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Basic User Interface Module Level 3 CR Test Suite</h1>
|
||||
<h2>Pointing Devices and Keyboards (145 tests)</h2>
|
||||
<h2>Pointing Devices and Keyboards (201 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -43,7 +43,381 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.1.1">+</a>
|
||||
<a href="https://www.w3.org/TR/css3-ui/#cursor">6.1.1 cursor property</a></th></tr>
|
||||
<!-- 57 tests -->
|
||||
<!-- 95 tests -->
|
||||
<tr id="cursor-001-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-001.xht">cursor-001</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: none
|
||||
<ul class="assert">
|
||||
<li>The 'none' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-002-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-002.xht">cursor-002</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: context-menu
|
||||
<ul class="assert">
|
||||
<li>The 'context-menu' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-003-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-003.xht">cursor-003</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: cell
|
||||
<ul class="assert">
|
||||
<li>The 'cell' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-004-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-004.xht">cursor-004</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: vertical-text
|
||||
<ul class="assert">
|
||||
<li>The 'vertical-text' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-005-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-005.xht">cursor-005</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: alias
|
||||
<ul class="assert">
|
||||
<li>The 'alias' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-006-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-006.xht">cursor-006</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: copy
|
||||
<ul class="assert">
|
||||
<li>The 'copy' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-007-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-007.xht">cursor-007</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: no-drop
|
||||
<ul class="assert">
|
||||
<li>The 'no-drop' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-008-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-008.xht">cursor-008</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: not-allowed
|
||||
<ul class="assert">
|
||||
<li>The 'not-allowed' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-009-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-009.xht">cursor-009</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: grab
|
||||
<ul class="assert">
|
||||
<li>The 'grab' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-010-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-010.xht">cursor-010</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: grabbing
|
||||
<ul class="assert">
|
||||
<li>The 'grabbing' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-011-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-011.xht">cursor-011</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: ew-resize
|
||||
<ul class="assert">
|
||||
<li>The 'ew-resize' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-012-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-012.xht">cursor-012</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: ns-resize
|
||||
<ul class="assert">
|
||||
<li>The 'ns-resize' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-013-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-013.xht">cursor-013</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: nesw-resize
|
||||
<ul class="assert">
|
||||
<li>The 'nesw-resize' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-014-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-014.xht">cursor-014</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: nwse-resize
|
||||
<ul class="assert">
|
||||
<li>The 'nwse-resize' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-015-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-015.xht">cursor-015</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: col-resize
|
||||
<ul class="assert">
|
||||
<li>The 'col-resize' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-016-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-016.xht">cursor-016</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: row-resize
|
||||
<ul class="assert">
|
||||
<li>The 'row-resize' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-017-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-017.xht">cursor-017</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: all-scroll
|
||||
<ul class="assert">
|
||||
<li>The 'all-scroll' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-018-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-018.xht">cursor-018</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: zoom-in
|
||||
<ul class="assert">
|
||||
<li>The 'zoom-in' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-019-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-019.xht">cursor-019</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: zoom-out
|
||||
<ul class="assert">
|
||||
<li>The 'zoom-out' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-020-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-020.xht">cursor-020</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor: pointer
|
||||
<ul class="assert">
|
||||
<li>The 'pointer' cursor value is supported</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-auto-001-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-auto-001.xht">cursor-auto-001</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor:auto on text
|
||||
<ul class="assert">
|
||||
<li>The 'auto' cursor value does the same as 'text' over text.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-auto-002-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-auto-002.xht">cursor-auto-002</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor:auto on links
|
||||
<ul class="assert">
|
||||
<li>The 'auto' cursor value does the same as 'text' over text. Links are not special.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-auto-003-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-auto-003.xht">cursor-auto-003</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor:auto on non-textual links
|
||||
<ul class="assert">
|
||||
<li>The 'auto' cursor value does the same as 'default' over non textual content. Links are not special.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-auto-004-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-auto-004.xht">cursor-auto-004</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor:auto on empty space
|
||||
<ul class="assert">
|
||||
<li>The 'auto' cursor value does the same as 'text' over text.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-auto-005-6.1.1" class="interact may">
|
||||
<td>
|
||||
<a href="cursor-auto-005.xht">cursor-auto-005</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
||||
<td>cursor:auto on form elements
|
||||
<ul class="assert">
|
||||
<li>The 'auto' cursor value does the same as 'default' over everything other than text, such as form elements.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-border-area-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-border-area.xht">cursor-border-area</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor on the border area
|
||||
<ul class="assert">
|
||||
<li>The cursor property is applied over the border area.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-box-004-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-box-004.xht">cursor-box-004</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor on the margin-box
|
||||
<ul class="assert">
|
||||
<li>The cursor property is not applied over the margin box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-box-005-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-box-005.xht">cursor-box-005</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor on transparent borders
|
||||
<ul class="assert">
|
||||
<li>The cursor property is applied over the border box, even if the border is transparent.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-box-006-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-box-006.xht">cursor-box-006</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor on border images extending out of the border-box
|
||||
<ul class="assert">
|
||||
<li>The cursor property is not applied outside of the border box, even if border images do extend further out.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-box-007-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-box-007.xht">cursor-box-007</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor on the margin-box
|
||||
<ul class="assert">
|
||||
<li>The cursor property is only applied within the border-edge, which follows border-radius.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-content-area-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-content-area.xht">cursor-content-area</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor on the content area
|
||||
<ul class="assert">
|
||||
<li>The cursor property is applied over the content area, as it is strictly inside the border edge.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-hover-001-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-hover-001.xht">cursor-hover-001</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor and :hover
|
||||
<ul class="assert">
|
||||
<li>Checks that the correct cursor is used when :hover appears at the rightmost part of the selector.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-hover-002-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-hover-002.xht">cursor-hover-002</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor and :hover on ancestor
|
||||
<ul class="assert">
|
||||
<li>Checks that the correct cursor is used when :hover appears in the selector other than at the rightmost part.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-hover-003-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-hover-003.xht">cursor-hover-003</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor, :hover and inheritance
|
||||
<ul class="assert">
|
||||
<li>Checks that a cursor set on an ancestor with the :hover pseudo class is properly inherited to the hovered child.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-image-001-6.1.1" class="image interact">
|
||||
<td>
|
||||
<a href="cursor-image-001.xht">cursor-image-001</a></td>
|
||||
|
@ -660,6 +1034,50 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-outline-area-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-outline-area.xht">cursor-outline-area</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor on outline
|
||||
<ul class="assert">
|
||||
<li>The cursor property is not applied over outline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-padding-area-6.1.1" class="interact">
|
||||
<td>
|
||||
<a href="cursor-padding-area.xht">cursor-padding-area</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>cursor on the padding area
|
||||
<ul class="assert">
|
||||
<li>The cursor property is applied over the padding area, as it is strictly inside the border edge.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-text-001-6.1.1" class="interact may">
|
||||
<td>
|
||||
<a href="cursor-text-001.xht">cursor-text-001</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
||||
<td>cursor:text with vertical text
|
||||
<ul class="assert">
|
||||
<li>User agents may automatically display a horizontal I-beam/cursor (e.g. same as the vertical-text keyword) for vertical text.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cursor-text-002-6.1.1" class="interact may">
|
||||
<td>
|
||||
<a href="cursor-text-002.xht">cursor-text-002</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
||||
<td>cursor:text with rotated text
|
||||
<ul class="assert">
|
||||
<li>User agents may automatically display any angle of I-beam/cursor for text that is rendered at any particular angle</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s6.1.1.#example-4a59cfe4">
|
||||
<!-- 0 tests -->
|
||||
|
@ -705,37 +1123,235 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6.2.1">+</a>
|
||||
<a href="https://www.w3.org/TR/css3-ui/#caret-color">6.2.1 Coloring the insertion caret: caret-color</a></th></tr>
|
||||
<!-- 3 tests -->
|
||||
<tr id="caret-color-001-6.2.1" class="">
|
||||
<!-- 21 tests -->
|
||||
<tr id="caret-color-001-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-001.xht">caret-color-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color can be set on a textarea</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-002-6.2.1" class="">
|
||||
<tr id="caret-color-002-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-002.xht">caret-color-002</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>caret-color is not inherited
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color is inherited
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color value does not inherit</li>
|
||||
<li>Test checks that caret-color value does inherit</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-003-6.2.1" class="">
|
||||
<tr id="caret-color-003-6.2.1" class="interact should">
|
||||
<td>
|
||||
<a href="caret-color-003.xht">caret-color-003</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="should" title="Behavior tested is recommended but not required">Recommend</abbr></td>
|
||||
<td>caret-color auto
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color: auto resolves to currentColor</li>
|
||||
<li>Test checks that caret-color: auto matches currentColor</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-004-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-004.xht">caret-color-004</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color auto, black on white
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color:auto provides good contrast in black on white</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-005-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-005.xht">caret-color-005</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color auto, white on black
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color:auto provides good contrast in white on black</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-006-6.2.1" class="interact may">
|
||||
<td>
|
||||
<a href="caret-color-006.xht">caret-color-006</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
||||
<td>caret-color auto, gray on gray
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color:auto provides good contrast in gray on gray</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-007-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-007.xht">caret-color-007</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color: currentColor
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color:currentColor is inherited as currentColor and resolves to the value of the color property at used value time</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-008-6.2.1" class="animated interact">
|
||||
<td>
|
||||
<a href="caret-color-008.xht">caret-color-008</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="animated" title="Animated test">Animated</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color animation
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color is animatable as a color</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-009-6.2.1" class="dom script">
|
||||
<td>
|
||||
<a href="caret-color-009.xht">caret-color-009</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>caret-color computed values
|
||||
<ul class="assert">
|
||||
<li>Test checks that the resolved value of auto, currentcolor and initial for caret-color property, is the used value.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-010-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-010.xht">caret-color-010</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color input
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color can be set on an input</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-011-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-011.xht">caret-color-011</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color contenteditable
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color can be set on a contenteditable element</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-012-6.2.1" class="interact should">
|
||||
<td>
|
||||
<a href="caret-color-012.xht">caret-color-012</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="should" title="Behavior tested is recommended but not required">Recommend</abbr></td>
|
||||
<td>caret-color: auto
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color:auto is inherited as auto and resolves to the value of the color property at used value time</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-013-6.2.1" class="dom script">
|
||||
<td>
|
||||
<a href="caret-color-013.xht">caret-color-013</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>caret-color dynamic changes
|
||||
<ul class="assert">
|
||||
<li>Test checks checks that carret-color can be correctly changed using the style attribute, and that the computed value is done correctly.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-014-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-014.xht">caret-color-014</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color links
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color can be set on a contenteditable link</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-015-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-015.xht">caret-color-015</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color visited links
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color can be set on a contenteditable visited link</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-016-6.2.1" class="interact may script">
|
||||
<td>
|
||||
<a href="caret-color-016.xht">caret-color-016</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="may" title="Behavior tested is preferred but optional">Optional</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>caret-color visited link computed value
|
||||
<ul class="assert">
|
||||
<li>Test checks that computed style of caret-color on visited links doesn't leak privacy information.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-017-6.2.1" class="interact">
|
||||
<td>
|
||||
<a href="caret-color-017.xht">caret-color-017</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
|
||||
<td>caret-color transition
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color can be used in a transition</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-018-6.2.1" class="script">
|
||||
<td>
|
||||
<a href="caret-color-018.xht">caret-color-018</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>caret-color test animation
|
||||
<ul class="assert">
|
||||
<li>Test checks that caret-color is animatable as a color, and that the computed values during the animation are the expected ones.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-019-6.2.1" class="script">
|
||||
<td>
|
||||
<a href="caret-color-019.xht">caret-color-019</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>caret-color auto test animation
|
||||
<ul class="assert">
|
||||
<li>Test checks that 'auto' value for caret-color property is not interpolable.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-020-6.2.1" class="script">
|
||||
<td>
|
||||
<a href="caret-color-020.xht">caret-color-020</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>caret-color currentcolor test animation
|
||||
<ul class="assert">
|
||||
<li>Test checks that 'currentcolor' value for caret-color property is interpolable.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="caret-color-021-6.2.1" class="script">
|
||||
<td>
|
||||
<a href="caret-color-021.xht">caret-color-021</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>Default caret-color test animation
|
||||
<ul class="assert">
|
||||
<li>Test checks that the default value for caret-color property, which is 'auto', is not interpolable.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue