blob: 321970657f70ed67074ea431e5ecbdd0f76eeaeb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Outline properties - CSS Basic User Interface 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 Basic User Interface Module Level 3 CR Test Suite</h1>
<h2>Outline properties (9 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="s4">
<tr><th colspan="4" scope="rowgroup">
<a href="#s4">+</a>
<a href="http://www.w3.org/TR/css3-ui/#outline-props">4 Outline properties</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s4.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s4.1">+</a>
<a href="http://www.w3.org/TR/css3-ui/#outline">4.1 outline property</a></th></tr>
<!-- 2 tests -->
<tr id="outline-001-4.1" class="primary">
<td><strong>
<a href="outline-001.htm">outline-001</a></strong></td>
<td><a href="reference/ref-filled-green-100px-square.htm">=</a> </td>
<td></td>
<td>outline - create outline likes border property
<ul class="assert">
<li>Test checks that the outline property creates outlines around visual objects and makes them stand out</li>
</ul>
</td>
</tr>
<tr id="outline-002-4.1" class="primary">
<td><strong>
<a href="outline-002.htm">outline-002</a></strong></td>
<td><a href="reference/ref-filled-green-100px-square.htm">=</a> </td>
<td></td>
<td>outline - inherit (basic)
<ul class="assert">
<li>Test checks that the outline property inherits the parent's value when outline set inherit</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s4.1.#propdef-outline">
<!-- 0 tests -->
</tbody>
<tbody id="s4.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s4.2">+</a>
<a href="http://www.w3.org/TR/css3-ui/#outline-width">4.2 outline-width property</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s4.2.#propdef-outline-width">
<!-- 0 tests -->
</tbody>
<tbody id="s4.3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s4.3">+</a>
<a href="http://www.w3.org/TR/css3-ui/#outline-style">4.3 outline-style property</a></th></tr>
<!-- 4 tests -->
<tr id="outline-style-001-4.3" class="primary">
<td><strong>
<a href="outline-style-001.htm">outline-style-001</a></strong></td>
<td><a href="reference/outline-style-001-ref.htm">=</a> </td>
<td></td>
<td>outline-style - dotted (basic)
<ul class="assert">
<li>Test checks that the outline style is dotted when outline-style set dotted</li>
</ul>
</td>
</tr>
<tr id="outline-style-002-4.3" class="primary">
<td><strong>
<a href="outline-style-002.htm">outline-style-002</a></strong></td>
<td><a href="reference/outline-style-002-ref.htm">=</a> </td>
<td></td>
<td>outline-style - inherit (basic)
<ul class="assert">
<li>Test checks that the sub element outline style is same as parent element outline style when outline-style set inherit</li>
</ul>
</td>
</tr>
<tr id="outline-style-003-4.3" class="primary">
<td><strong>
<a href="outline-style-003.htm">outline-style-003</a></strong></td>
<td><a href="reference/outline-style-003-ref.htm">=</a> </td>
<td></td>
<td>outline-style - dashed (basic)
<ul class="assert">
<li>Test checks that the outline style is dashed when outline-style set dashed</li>
</ul>
</td>
</tr>
<tr id="outline-style-004-4.3" class="primary">
<td><strong>
<a href="outline-style-004.htm">outline-style-004</a></strong></td>
<td><a href="reference/outline-style-004-ref.htm">=</a> </td>
<td></td>
<td>outline-style - double (basic)
<ul class="assert">
<li>Test checks that the outline style is two solid lines when outline-style set double</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s4.3.#propdef-outline-style">
<!-- 0 tests -->
</tbody>
<tbody id="s4.4">
<tr><th colspan="4" scope="rowgroup">
<a href="#s4.4">+</a>
<a href="http://www.w3.org/TR/css3-ui/#outline-color">4.4 outline-color property</a></th></tr>
<!-- 1 tests -->
<tr id="outline-color-001-4.4" class="primary">
<td><strong>
<a href="outline-color-001.htm">outline-color-001</a></strong></td>
<td><a href="reference/ref-filled-green-100px-square.htm">=</a> </td>
<td></td>
<td>outline-color - inherit (basic)
<ul class="assert">
<li>Test checks that the color of sub element outline is same as the color of parent element outline when outline-color set inherit</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s4.4.#example-4b3084c1">
<!-- 0 tests -->
</tbody>
<tbody id="s4.4.#example-bcd0e0d3">
<!-- 0 tests -->
</tbody>
<tbody id="s4.4.#invert">
<!-- 0 tests -->
</tbody>
<tbody id="s4.4.#propdef-outline-color">
<!-- 0 tests -->
</tbody>
<tbody id="s4.5">
<tr><th colspan="4" scope="rowgroup">
<a href="#s4.5">+</a>
<a href="http://www.w3.org/TR/css3-ui/#outline-offset">4.5 outline-offset property</a></th></tr>
<!-- 2 tests -->
<tr id="outline-offset-4.5" class="primary">
<td><strong>
<a href="outline-offset.htm">outline-offset</a></strong></td>
<td><a href="reference/outline-offset.htm">=</a> </td>
<td></td>
<td>ttwf-reftest-outline-offset-ref
</td>
</tr>
<tr id="outline-offset-001-4.5" class="primary">
<td><strong>
<a href="outline-offset-001.htm">outline-offset-001</a></strong></td>
<td><a href="reference/ref-filled-green-100px-square.htm">=</a> </td>
<td></td>
<td>outline-offset - length (basic)
<ul class="assert">
<li>Test checks that the outline-offset keeps spacing between outline and element content</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s4.5.#example-8c7e0106">
<!-- 0 tests -->
</tbody>
<tbody id="s4.5.#negative-offset">
<!-- 0 tests -->
</tbody>
<tbody id="s4.5.#propdef-outline-offset">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>
|