Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468

This commit is contained in:
Ms2ger
2015-09-04 12:21:22 +02:00
parent 8d21a79246
commit 58b5cd27de
1279 changed files with 30378 additions and 18158 deletions

View File

@@ -13,7 +13,7 @@
<body>
<h1>CSS Basic User Interface Module Level 3 CR Test Suite</h1>
<h2>Pointing Devices and Keyboards (144 tests)</h2>
<h2>Pointing Devices and Keyboards (145 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@@ -43,7 +43,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.1.1">+</a>
<a href="http://www.w3.org/TR/css3-ui/#cursor">6.1.1 cursor property</a></th></tr>
<!-- 56 tests -->
<!-- 57 tests -->
<tr id="cursor-image-001-6.1.1" class="primary image interact">
<td><strong>
<a href="cursor-image-001.htm">cursor-image-001</a></strong></td>
@@ -660,6 +660,17 @@
</ul>
</td>
</tr>
<tr id="select-cursor-001-manual-6.1.1" class="primary HTMLonly interact">
<td><strong>
<a href="select-cursor-001-manual.htm">select-cursor-001-manual</a></strong></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>cursor property and select element
<ul class="assert">
<li>Hovering the pointer over a select menu on top of an element with a cursor set should not display said cursor</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s6.1.1.#example-4a59cfe4">
<!-- 0 tests -->

View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>CSS Test (User Interface): cursor property and select element</title>
<link href="http://chrisrebert.com" rel="author" title="Chris Rebert">
<link href="https://drafts.csswg.org/css-ui-3/#cursor" rel="help">
<link href="https://drafts.csswg.org/css2/ui.html#cursor-props" rel="help">
<meta content="HTMLonly interact" name="flags">
<meta content="Hovering the pointer over a select menu on top of an element with a cursor set should not display said cursor" name="assert">
<style>
div {
cursor: help;
height: 200px;
width: 200px;
background-color: blue;
}
</style>
</head>
<body>
<ol>
<li>If clicking a &lt;select&gt; opens a native widget which is modal, then SKIP this test.</li>
<li>Click on the &lt;select&gt; below. A selection widget appears.</li>
<li>Move the pointer so that it is hovering within the intersection area of the selection widget and the blue box below.</li>
<li>If the "help" cursor is displayed, then the test result is FAILED. Otherwise, it is PASSED.</li>
</ol>
<select>
<option>AAAAAAAA</option>
<option>BBBBBBBB</option>
<option>CCCCCCCC</option>
<option>DDDDDDDD</option>
<option>EEEEEEEE</option>
<option>FFFFFFFF</option>
<option>GGGGGGGG</option>
<option>HHHHHHHH</option>
</select>
<div></div>
</body></html>

View File

@@ -47,7 +47,7 @@
<tbody id="s6">
<tr><th><a href="chapter-6.htm">Chapter 6 -
Pointing Devices and Keyboards</a></th>
<td>(144 Tests)</td></tr>
<td>(145 Tests)</td></tr>
</tbody>
<tbody id="sA">
<tr><th><a href="chapter-A.htm">Appendix A -