mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6
This commit is contained in:
parent
40c52d55e2
commit
349c75536d
7391 changed files with 304135 additions and 153491 deletions
92
tests/wpt/css-tests/selectors-4_dev/html/chapter-8.htm
Normal file
92
tests/wpt/css-tests/selectors-4_dev/html/chapter-8.htm
Normal file
|
@ -0,0 +1,92 @@
|
|||
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>User Action Pseudo-classes - Selectors Level 4 CR Test Suite</title>
|
||||
<style type="text/css">
|
||||
@import "http://www.w3.org/StyleSheets/TR/base.css";
|
||||
@import "../indices.css";
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Selectors Level 4 CR Test Suite</h1>
|
||||
<h2>User Action Pseudo-classes (1 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
<col id="flags-column">
|
||||
<col id="info-column">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
<th><abbr title="Rendering References">Refs</abbr></th>
|
||||
<th>Flags</th>
|
||||
<th>Info</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="s8">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#useraction-pseudos">8 User Action Pseudo-classes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.1">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#the-hover-pseudo">8.1 The pointer hover pseudo-class :hover</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="hover-001-manual-8.1" class="primary interact scroll">
|
||||
<td><strong>
|
||||
<a href="hover-001-manual.htm">hover-001-manual</a></strong></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="scroll" title="Only valid for continuous media">Scroll</abbr></td>
|
||||
<td>hover pseudo-class when scrolling
|
||||
<ul class="assert">
|
||||
<li>Scrolling away from an element that was hovered over should cause the :hover pseudo-class to no longer match said element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s8.1.#hover-pseudo">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.2">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#the-active-pseudo">8.2 The activation pseudo-class :active</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.2.#active-pseudo">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.3">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#the-focus-pseudo">8.3 The input focus pseudo-class :focus</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.3.#focus-pseudo">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.4">+</a>
|
||||
<a href="https://www.w3.org/TR/selectors4/#drag-pseudos">8.4 The drag-and-drop pseudo-classes</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#active-drop-target">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#invalid-drop-target">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.4.#valid-drop-target">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue