blob: 69ab050dd00850ecdb71f2207d7b18569786b2b9 (
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Resizing & Overflow - 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>Resizing & Overflow (11 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="s5">
<tr><th colspan="4" scope="rowgroup">
<a href="#s5">+</a>
<a href="http://www.w3.org/TR/css3-ui/#resizing-and-overflow">5 Resizing & Overflow</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s5.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s5.1">+</a>
<a href="http://www.w3.org/TR/css3-ui/#resize">5.1 resize property</a></th></tr>
<!-- 7 tests -->
<tr id="resize-001-5.1" class="primary interact">
<td><strong>
<a href="resize-001.htm">resize-001</a></strong></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>resize - both - both width and height adjusted
<ul class="assert">
<li>Test checks that both width and height adjusted when resize set both.</li>
</ul>
</td>
</tr>
<tr id="resize-002-5.1" class="primary interact">
<td><strong>
<a href="resize-002.htm">resize-002</a></strong></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>resize - horizontal - only the width can be adjusted
<ul class="assert">
<li>Test checks that only the width of element can be adjusted when resize set horizontal</li>
</ul>
</td>
</tr>
<tr id="resize-003-5.1" class="primary interact">
<td><strong>
<a href="resize-003.htm">resize-003</a></strong></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>resize - inherit - the resize property inherits parent element
<ul class="assert">
<li>Test checks that the resize element inherits parent element</li>
</ul>
</td>
</tr>
<tr id="resize-004-5.1" class="primary interact">
<td><strong>
<a href="resize-004.htm">resize-004</a></strong></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>resize initial value - none
<ul class="assert">
<li>Test checks that the resize property initial value is none</li>
</ul>
</td>
</tr>
<tr id="resize-005-5.1" class="primary interact">
<td><strong>
<a href="resize-005.htm">resize-005</a></strong></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>resize - none - neither width nor height can be adjusted
<ul class="assert">
<li>Test checks that neither the width nor the height can be adjusted when resize set none</li>
</ul>
</td>
</tr>
<tr id="resize-006-5.1" class="primary interact">
<td><strong>
<a href="resize-006.htm">resize-006</a></strong></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>resize - vertical - only the height can be adjusted
<ul class="assert">
<li>Test checks that only the height can be adjusted when resize set vertical</li>
</ul>
</td>
</tr>
<tr id="resize-007-5.1" class="primary interact">
<td><strong>
<a href="resize-007.htm">resize-007</a></strong></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>resize - invalid without overflow property
<ul class="assert">
<li>Test checks that resize property is invalid without overflow property</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s5.1.#example-0ff410a0">
<!-- 0 tests -->
</tbody>
<tbody id="s5.1.#propdef-resize">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s5.2">+</a>
<a href="http://www.w3.org/TR/css3-ui/#text-overflow">5.2 Overflow Ellipsis: the text-overflow property</a></th></tr>
<!-- 4 tests -->
<tr id="text-overflow-001-5.2" class="primary">
<td><strong>
<a href="text-overflow-001.htm">text-overflow-001</a></strong></td>
<td><a href="reference/text-overflow-001-ref.htm">=</a> </td>
<td></td>
<td>text-overflow - clip - the text inline content overflows will be broken
<ul class="assert">
<li>Test checks that the inline content that overflows will be clipped. Characters may be only partially rendered when text-overflow set clip</li>
</ul>
</td>
</tr>
<tr id="text-overflow-002-5.2" class="primary">
<td><strong>
<a href="text-overflow-002.htm">text-overflow-002</a></strong></td>
<td><a href="reference/text-overflow-002-ref.htm">=</a> </td>
<td></td>
<td>text-overflow - ellipsis - the broken textual content instead of ellipsis
<ul class="assert">
<li>Test checks that an ellipsis (...) is shown instead of overflowing textual content</li>
</ul>
</td>
</tr>
<tr id="text-overflow-003-5.2" class="primary">
<td><strong>
<a href="text-overflow-003.htm">text-overflow-003</a></strong></td>
<td><a href="reference/text-overflow-001-ref.htm">=</a> </td>
<td></td>
<td>text-overflow - inherit - inherit clip value of parent's text-overflow property
<ul class="assert">
<li>Test checks that text-overflow inherits the parent' clip value when text-overflow set inherit</li>
</ul>
</td>
</tr>
<tr id="text-overflow-004-5.2" class="primary">
<td><strong>
<a href="text-overflow-004.htm">text-overflow-004</a></strong></td>
<td><a href="reference/text-overflow-002-ref.htm">=</a> </td>
<td></td>
<td>text-overflow - inherit - inherit ellipsis value of parent's text-overflow property
<ul class="assert">
<li>Test checks that text-overflow inherits the parent' ellipsis value when text-overflow set inherit</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s5.2.#awesome-table">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#clip">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#ellipsing-details">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#ellipsis">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#ellipsis-interaction">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#ellipsis-scrolling">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#example-4d792064">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#example-c43e380d">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#example-d22e5e5b">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#overflow-clip">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#overflow-ellipsis">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#overflow-string">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#propdef-text-overflow">
<!-- 0 tests -->
</tbody>
<tbody id="s5.2.#text-overflow-examples">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>
|