aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-ui-3_dev/testinfo.data
blob: 29642183e886a9a5e30771a741a24baaac61357f (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
id	references	title	flags	links	revision	credits	assertion
box-sizing-001	reference/box-sizing-001-ref	box-sizing:border-box and CSS2.1 10.3.3		https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#blockwidth	615898f337b8ce0337f1360d145d2d38dec45b5c	`Florian Rivoal`<http://florian.rivoal.net/>	When box-sizing is border-box, the content width, rather than the computed value of the width property, is considered when checking whether a block is larger than its containing block.
box-sizing-002	reference/box-sizing-001-ref	box-sizing:padding-box and CSS2.1 10.3.3		https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#blockwidth	b9c41043dfd84bddebce91fab68a511ac4617dab	`Florian Rivoal`<http://florian.rivoal.net/>	When box-sizing is padding-box, the content width, rather than the computed value of the width property, is considered when checking whether a block is larger than its containing block.
box-sizing-003	reference/box-sizing-001-ref	box-sizing:border-box and CSS2.1 10.3.7		https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width	c61f2c8769183ae0d9adeee16a13361e703a367a	`Florian Rivoal`<http://florian.rivoal.net/>	When box-sizing is border-box, the content width, rather than the computed value of the width property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.
box-sizing-004	reference/box-sizing-001-ref	box-sizing:padding-box and CSS2.1 10.3.7		https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width	20b8bc04ea6e4ef064d4fe2af58a3aa28f5bd995	`Florian Rivoal`<http://florian.rivoal.net/>	When box-sizing is padding-box, the content width, rather than the computed value of the width property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.
box-sizing-005	reference/box-sizing-001-ref	box-sizing:border-box and CSS2.1 10.6.4		https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height	5c91e57581a3e2ac9b430f1afcb26eec0bc3094a	`Florian Rivoal`<http://florian.rivoal.net/>	When box-sizing is border-box, the content height, rather than the computed value of the height property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.
box-sizing-006	reference/box-sizing-001-ref	box-sizing:padding-box and CSS2.1 10.6.4		https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height	1ad8344b1537924b3ed9ea14f36faff891d6957d	`Florian Rivoal`<http://florian.rivoal.net/>	When box-sizing is padding-box, the content height, rather than the computed value of the height property, should be used in the the constraint that determines the used values of sizing and positioning properties of absolutely positioned elements.
box-sizing-007	reference/box-sizing-007-ref	box-sizing:border-box and auto sizing of intrinsicly sized replaced elements.	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height	470a1d40e93f37987e3a1050d90c9b5e9acfe263	`Florian Rivoal`<http://florian.rivoal.net/>	Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with either both intrisic dimentions or an intrinsic ratio, to check that they work correctly in terms of the content width height.
box-sizing-008	reference/box-sizing-008-ref	box-sizing:border-box and auto sizing of replaced elements with intrinisic width only.	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height	7e06d64d703830c06b9d61c75d3be230bd1b56bc	`Florian Rivoal`<http://florian.rivoal.net/>	Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with intrisic width and no intrinsic ratio, to check that they work correctly in terms of the content width height.
box-sizing-009	reference/box-sizing-009-ref	box-sizing:border-box and auto sizing of replaced elements with intrinisic height only.	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height	2aaccf9cc7ddbd222494f28fd6cd7f725a18c1e8	`Florian Rivoal`<http://florian.rivoal.net/>	Exercises the sizing rules in CSS2.1 10.3.2 and 10.6.2 with box-sizing:border-box for replaced elements with intrisic height and no intrinsic ratio, to check that they work correctly in terms of the content width height.
box-sizing-010	reference/box-sizing-010-ref	auto sizing rules with box-sizing:border-box, intrinsic width and height, h > max-height	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	16d056c92b9d78cfe112a2e01c21a24660f09034	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-011	reference/box-sizing-010-ref	auto sizing rules with box-sizing:border-box, intrinsic width and height, w > max-width	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	b3e88665f1dd9498ac21d4ce6817fdf1b1b9ca0c	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-012	reference/box-sizing-012-ref	auto sizing rules with box-sizing:border-box, intrinsic width, h > max-height	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	bb62d1bd00a0012a210cebe7cbfd7de79c69d8c7	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-013	reference/box-sizing-013-ref	auto sizing rules with box-sizing:border-box, intrinsic height, w > max-width	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	b4f00771638d47828b441719fd6cb4d78ce34c8e	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-014	reference/box-sizing-010-ref	auto sizing rules with box-sizing:border-box, intrinsic width and ratio, h > max-height	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	9eed262fdecb09ddedc7372ebc5b89aa362051f3	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-015	reference/box-sizing-010-ref	auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w > max-width	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	1dfa7e938400ea80391641feab6ed5f0f7c35c20	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-016	reference/box-sizing-010-ref	auto sizing rules with box-sizing:border-box, intrinsic ratio, h > max-height	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	0f2e4c999e68b3bd44e760c4b4c8dab2aff0fe7a	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic ratio with the h > max-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-017	reference/box-sizing-010-ref	auto sizing rules with box-sizing:border-box, intrinsic ratio, w > max-width	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	4ffe61120e2b6c38f7251c28e91e5c8ad9ef315e	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic ratio with the w > max-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-018	reference/box-sizing-010-ref	auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w > max-wdith and h > max-height and max-width/w &#8804; max-height/h	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	53fcf5ba2e73e1baebb4075afc0e4a2ac22dc66c	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w > max-width and h > max-height constraint violation and max-width/w &#8804; max-height/h are properly interpreted when box-sizing is border-box.
box-sizing-019	reference/box-sizing-010-ref	auto sizing rules with box-sizing:border-box, intrinsic width and ratio, w > max-wdith and h > max-height and max-width/w > max-height/h	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	8b30a14f8d246239fc79de2142088e891ffdb1ab	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the w > max-width and h > max-height constraint violation and max-width/w > max-height/h are properly interpreted when box-sizing is border-box.
box-sizing-020	reference/box-sizing-020-ref	auto sizing rules with box-sizing:border-box, intrinsic width and height, h < min-height	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	b38180876fbf67ab948c45ebe88bd53dfa994adc	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-021	reference/box-sizing-020-ref	auto sizing rules with box-sizing:border-box, intrinsic width and height, w < win-width	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	a2e85d04e37f717cba23331fdc093f7f630248ba	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and height with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-022	reference/box-sizing-022-ref	auto sizing rules with box-sizing:border-box, intrinsic width, w < min-width	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	b6035a0711e61bdce98c049147b0d0fe686bd3f2	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-023	reference/box-sizing-023-ref	auto sizing rules with box-sizing:border-box, intrinsic height, h < min-height	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	a32c06a67906426e1115f353b7f3d073d168ddc7	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-024	reference/box-sizing-020-ref	auto sizing rules with box-sizing:border-box, intrinsic width and ratio, h < mi:-height	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	548f17fe7c624a449372ed9a34cc5581db4b8c0b	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic width and ratio with the h < min-height constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-025	reference/box-sizing-020-ref	auto sizing rules with box-sizing:border-box, intrinsic height and ratio, w < min-width	svg	https://drafts.csswg.org/css-ui-3/#box-sizing,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width,http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-widths	12c1f92805199bb395b41521df5eac9a73efc1c3	`Florian Rivoal`<http://florian.rivoal.net/>	Test checks that the CSS2.1 rules for auto width and height on replaced elements with intrinsic height and ratio with the w < min-width constraint violation are properly interpreted when box-sizing is border-box.
box-sizing-border-box-001	reference/box-sizing-border-box-001-ref	Box Sizing - Border-Box with specified width		http://www.w3.org/TR/css3-ui/#box-sizing	4c63d6fda4dd34a4f89bfb66a943904951cb7f41	`Scott Johnson`<mailto:sjohnson@mozilla.com>	box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge.
box-sizing-border-box-002	reference/box-sizing-border-box-002-ref	Box Sizing - Border-Box with specified width		http://www.w3.org/TR/css3-ui/#box-sizing	b49ca4e6161e1aa24c4ef8fb9626cea26c1d26a3	`Scott Johnson`<mailto:sjohnson@mozilla.com>	box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge.
box-sizing-border-box-003	reference/box-sizing-border-box-003-ref	Box Sizing - Border-Box with specified width/height		http://www.w3.org/TR/css3-ui/#box-sizing	1b41472fdaf436fc11bb1b864a367bd649ab2089	`Scott Johnson`<mailto:sjohnson@mozilla.com>	box-sizing: border-box should make the element's (percentage) width be the distance from the left border edge to the right border edge and the height be the distance from the top border edge to the bottom border edge.
box-sizing-border-box-004	reference/box-sizing-border-box-004-ref	Box Sizing - Border-Box with min/max width/height		http://www.w3.org/TR/css3-ui/#box-sizing	dfda8e453a374d002a81b40fdd01dbf56319fa9c	`Scott Johnson`<mailto:sjohnson@mozilla.com>	box-sizing: border-box should make the element's (length) width be the distance from the left border edge to the right border edge and the height be the distance from the top border edge to the bottom border edge.
box-sizing-content-box-001	reference/box-sizing-content-box-001-ref	Box Sizing - Content-Box with specified width/height		http://www.w3.org/TR/css3-ui/#box-sizing	4b3056f655bbe35540eadfe3888d48f1961dfafc	`Scott Johnson`<mailto:sjohnson@mozilla.com>	box-sizing: content-box should make the element's (percentage) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.
box-sizing-content-box-002	reference/box-sizing-content-box-002-ref	Box Sizing - Content-Box with specified width/height		http://www.w3.org/TR/css3-ui/#box-sizing	51e63ae5f8b3a40e56096e7daa86265f8684e9a8	`Scott Johnson`<mailto:sjohnson@mozilla.com>	box-sizing: content-box should make the element's (calc) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.
box-sizing-content-box-003	reference/box-sizing-content-box-003-ref	Box Sizing - Content-Box with min/max width/height		http://www.w3.org/TR/css3-ui/#box-sizing	397bec8981e201e663ea97b4b265aa45fff08bd5	`Scott Johnson`<mailto:sjohnson@mozilla.com>	box-sizing: content-box should make the element's (percentage) width be the distance from the left content edge to the right content edge and the height be the distance from the top content edge to the bottom content edge.
box-sizing-replaced-001	reference/box-sizing-replaced-001-ref	Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing	image	http://www.w3.org/TR/css3-ui/#box-sizing	a8e28589639906e9ad2c23f3875a1b84b9edc2c3	`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Scott Johnson`<mailto:sjohnson@mozilla.com>	All images should be sized at 75px x 75px, with 5px of padding around each.
box-sizing-replaced-002	reference/box-sizing-replaced-002-ref	Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing	image	http://www.w3.org/TR/css3-ui/#box-sizing	d4148a5cae7298ba17c8257c328e4f622edfc689	`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Scott Johnson`<mailto:sjohnson@mozilla.com>	All images should be sized at 75px x 75px, with 5px of padding and 5px of blue border around each.
box-sizing-replaced-003	reference/box-sizing-replaced-003-ref	Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing	image	http://www.w3.org/TR/css3-ui/#box-sizing	1d2967d8d4d8b4ff72c7e533c2c0edc187e7a992	`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Scott Johnson`<mailto:sjohnson@mozilla.com>	All images should be sized at 75px x 75px.
canvas-cursor-001		propagating the root cursor to the canvas	image,interact	https://drafts.csswg.org/css-ui-3/#canvas_cursor	d776271759adae48748f2424d34012fe871acef8	`Florian Rivoal`<mailto:florian@rivoal.net>	Test checks the cursor applied to the root element is propagated to the canvas.
canvas-cursor-002		not propagating the body cursor to the canvas	image,interact	https://drafts.csswg.org/css-ui-3/#canvas_cursor	96e20addfadf1ec458f9867bb586adb925b6b2c1	`Florian Rivoal`<mailto:florian@rivoal.net>	Test checks the cursor applied to the body element is not propagated to the canvas.
caret-color-001		caret-color		http://www.w3.org/TR/css3-ui/#caret-color	d51a15636bbc1a93132d4dba71ff6de6c08c1c1f	`Chris Lilley`<mailto:chris@w3.org>	Test checks that caret-color can be set on a textarea
caret-color-002		caret-color is not inherited		http://www.w3.org/TR/css3-ui/#caret-color	02a3dcc0a7054487ffd77b21aa525a3e8cad0dfc	`Chris Lilley`<mailto:chris@w3.org>	Test checks that caret-color value does not inherit
caret-color-003		caret-color auto		http://www.w3.org/TR/css3-ui/#caret-color	2b11748c87a4cb16a19ef484bd474e26faf5aac5	`Chris Lilley`<mailto:chris@w3.org>	Test checks that caret-color: auto resolves to currentColor
cursor-image-001		Cursor property, url value	image,interact	http://www.w3.org/TR/css3-ui/#cursor	ac149272810d88c6b4e74c8dd25d81706c52d6b1	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a PNG image supported as a custom cursor.
cursor-image-002		Cursor property, url value	image,interact	http://www.w3.org/TR/css3-ui/#cursor	8321e4c2713a5e849ff54de3fbae6b9ce786d50e	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a PNG image supported as a custom cursor, loaded cross-domain with absolute url.
cursor-image-003		Cursor property, url value	image,interact,may	http://www.w3.org/TR/css3-ui/#cursor	b3cb150cd9516a4e76a961603c0ba53637067e15	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an ICO image is supported as a custom cursor.
cursor-image-004		Cursor property, url value	image,interact,may	http://www.w3.org/TR/css3-ui/#cursor	9a6576e141da762fbfce0fe4f61bcc0623892c2d	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an ICO image, with its own hotspot, is supported as a custom cursor.
cursor-image-005		Cursor property, url value	interact,svg	http://www.w3.org/TR/css3-ui/#cursor	c09be6709cf1a03d7f67fc7ecfb40c0024e1f0a3	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a fixed size SVG image is supported as a custom cursor.
cursor-image-005-nfs		Cursor property, url value	interact,svg	http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-images/#default-object-size	4f1a9985c6fef5ff09d3249a54ea134fee4eee3a	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.
cursor-image-006		Cursor property, url value	animated,image,interact	http://www.w3.org/TR/css3-ui/#cursor	ff146233025e7233e3743b540db8c0c4ae656678	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an ANI image, with it's own hotspot, is supported as a custom cursor.
cursor-image-007		Cursor property, url value	image,interact,svg	http://www.w3.org/TR/css3-ui/#cursor	66cd3536d1c2ee3702c8ae57aedbd87f004c9363	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a compressed, fixed size SVG image is supported as a custom cursor.
cursor-image-008		Cursor property, url value fallback	image,interact	http://www.w3.org/TR/css3-ui/#cursor	ff130e26926a7595d398c68812f5396464b0ff19	`Chris Lilley`<mailto:chris@w3.org>	Test checks that non-existent images cause the fallback to be used.
cursor-image-009		Cursor property, url value, no fallback	image,interact,invalid	http://www.w3.org/TR/css3-ui/#cursor	02f94fcd8e0cc634ec7f3afbee15b87a5bdf0bf3	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a fallback cursor is required.
cursor-image-010		Cursor property, url value	image,interact	http://www.w3.org/TR/css3-ui/#cursor	77de9c216288fd659ca28b3859a01c0f507b040d	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a GIF image is supported as a custom cursor.
cursor-image-011		Cursor property, url value	image,interact	http://www.w3.org/TR/css3-ui/#cursor	7eb7c6110691d9c9bef49aabcf5d4ed16923a19f	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a GIF image with transparency is supported as a custom cursor.
cursor-image-012		Cursor property, url value	image,interact	http://www.w3.org/TR/css3-ui/#cursor	de6661cfb1df3b37673293411ddb52b1f2395a00	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a JPEG/JFIF image is supported as a custom cursor.
cursor-image-png-001		Cursor property, PNG	image,interact	http://www.w3.org/TR/css3-ui/#cursor	b5bc2a59bfd0c93baf67c1fb30ac712fb9394222	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a monochrome (type 0) PNG image, 1 bit/pixel, is supported as a CSS custom cursor.
cursor-image-png-002		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	5b5dfece40787d9f06da2ce1087504d350eaa537	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a black and white PNG image cursor is supported.
cursor-image-png-003		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	01bd2fbf086a3cf67143eee844230879f9c085ef	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a black and white PNG image cursor is supported.
cursor-image-png-004		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	8b222bc7696955e1dcd18ba3c042884cb1d59edd	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a black and white PNG image cursor is supported.
cursor-image-png-005		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	b347b502326dd63d2601cf6b54d45011610575c9	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a black and white PNG image cursor is supported.
cursor-image-png-006		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	fe9f9823ce899eaec72561474abdc2f8d4acfcbb	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an RGB PNG image cursor is supported.
cursor-image-png-007		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	23d1a63d2157b7a1cd64745dc48066020e4e21f0	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an RGB PNG image cursor is supported.
cursor-image-png-008		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	a36ca2472698ec7a36c566b04444deb3ca04a73a	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an indexed PNG image cursor is supported.
cursor-image-png-009		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	0b8c415cd1c20ed5e0b9ab3c01f1db4f6d0d1b14	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an indexed PNG image cursor is supported.
cursor-image-png-010		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	ca023b2abac983c730334b9dc699dac5f6d9f626	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an indexed PNG image cursor is supported.
cursor-image-png-011		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	c756c2ea836ee9419caefe86a7f371cc0e99c772	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an indexed PNG image cursor is supported.
cursor-image-png-012		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	e404a23a9b5fc822d18f71d981f8c73a516fd377	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a greyscale with alpha PNG image cursor is supported.
cursor-image-png-013		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	df091bc3f3369ab675592f90f667b01c5bb4aa92	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a greyscale with alpha PNG image cursor is supported.
cursor-image-png-014		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	2288b54c1a498ff37ee9369a821f3cecee97696a	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an RGB with alpha PNG image cursor is supported.
cursor-image-png-015		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	84c82d6197d7d1fb9500d0a1a9f769dfa79a9165	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an RGB with alpha PNG image cursor is supported.
cursor-image-png-016		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	4640d0c0479eaec968189b04860f82ac098b1e44	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-017		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	5d30a0a5cc0d4d6f0d03e22abb67724a72006e27	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-018		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	3ae61572cc66f9cc91b5306be49561ca89e96813	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-019		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	08ee842df85fe93f89302ffdee79f4730e5b1ee7	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-020		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	5f6cc753e134f8f801d9daec7a1bc6b89dc86d12	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced black and white PNG image cursor is supported.
cursor-image-png-021		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	5ef1463f50f6804b56ef93db770506868aa4119f	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced RGB PNG image cursor is supported.
cursor-image-png-022		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	83fae04df969bfebb151b0eaea76f032061a2d82	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced RGB PNG image cursor is supported.
cursor-image-png-023		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	a7045311c6544579290a8612f271a197489653d5	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced, indexed PNG image cursor is supported.
cursor-image-png-024		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	8fee5e4927c500f45af3b0e4e3301d488714bd53	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced, indexed PNG image cursor is supported.
cursor-image-png-025		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	f734b1faf923a3c71348d169e7f139eaf1bf9262	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced, indexed PNG image cursor is supported.
cursor-image-png-026		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	6dd7fcea2820ad4394a5665bebf5a580f2f9da55	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced, indexed PNG image cursor is supported.
cursor-image-png-027		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	c65f4109041818de0146887c6ab2a49622fa0152	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced greyscale with alpha PNG image cursor is supported.
cursor-image-png-028		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	694fe3bfa4321781d34065fd46479b82207345aa	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced greyscale with alpha PNG image cursor is supported.
cursor-image-png-029		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	63090eefb16970058b5a50122d18e70522d65fe3	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced RGB with alpha PNG image cursor is supported.
cursor-image-png-030		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	ced46bcfa5dec1fc7c013c580d455e6a7e7479fb	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an interlaced RGB with alpha PNG image cursor is supported.
cursor-image-png-031		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	2870fd8984f174ee8d28eee9e1c995d2e69ad4cf	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a greyscale PNG image cursor with transparency is supported.
cursor-image-png-032		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	21019cf7c5af37397df51de16c1a72d62eb0033e	`Chris Lilley`<mailto:chris@w3.org>	Test checks that a greyscale PNG image cursor with transparency is supported.
cursor-image-png-033		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	bba2826a9efa0e29d6d81a0b48862361c0b74482	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an RGB PNG image cursor with transparency is supported.
cursor-image-png-034		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	bba2826a9efa0e29d6d81a0b48862361c0b74482	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an RGB PNG image cursor with transparency is supported.
cursor-image-png-035		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	421bd3cbcf5a8966dbade722813f77fcec230697	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an RGB PNG image cursor with transparency is supported.
cursor-image-png-036		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	3c4f15fca711a53c48e368922d20f640beb68491	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an indexed PNG image cursor with transparency is supported.
cursor-image-png-037		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	94b79cf317bb7ee58feed34ddf4ec0c915a30578	`Chris Lilley`<mailto:chris@w3.org>	Test checks that an indexed PNG image cursor with transparency is supported.
cursor-image-png-038		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	8a01bae658305621cc9ac2b856a12d7c8e829a7c	`Chris Lilley`<mailto:chris@w3.org>	Test checks that gamma correction on PNG image cursor is correct.
cursor-image-png-039		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	40effb50eb6bde61d4e27df67dc9e2523ecaf57d	`Chris Lilley`<mailto:chris@w3.org>	Test checks that gamma correction on PNG image cursor is correct.
cursor-image-png-040		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	80f4ebaf645b3eb21b702a26c643f4acf87f56b4	`Chris Lilley`<mailto:chris@w3.org>	Test checks that gamma correction on PNG image cursor is correct.
cursor-image-png-041		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	d016a75f2c4dafc4afe2e819019a890a190c30d2	`Chris Lilley`<mailto:chris@w3.org>	Test checks invalid PNG image cursor skipped, fallback used.
cursor-image-png-042		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	b934e7afd271362d3f645f8c50767375bb12304d	`Chris Lilley`<mailto:chris@w3.org>	Test checks invalid PNG image cursor skipped, fallback used.
cursor-image-png-043		Cursor property, PNG	interact	http://www.w3.org/TR/css3-ui/#cursor	d99cbd3fb2e65759ef2041c792ca890af5ef44ef	`Chris Lilley`<mailto:chris@w3.org>	Test checks invalid PNG image cursor skipped, fallback used.
nav-dir-001		Directional Focus Navigation - property inheritance	interact	http://www.w3.org/TR/css3-ui/#nav-dir	53627af1825c864f63a4dfce3fd1bc54c2d706ff	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that the 'nav-left' property value is not inherited.
nav-dir-002		Directional Focus Navigation - 'inherit' property value	interact	http://www.w3.org/TR/css3-ui/#nav-dir	df42b83ea088dc45e092addfa1351e0ca935e2d4	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that the 'inherit' value is respected.
nav-dir-003		Directional Focus Navigation - input elements	interact	http://www.w3.org/TR/css3-ui/#nav-dir	b5f51eda8ed971e794e4f50633ea18e014e539e6	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that directional focus navigation properties work on input elements.
nav-dir-004		Directional Focus Navigation - floating elements	interact	http://www.w3.org/TR/css3-ui/#nav-dir	ff374aa043d586c90cb2f582b5c21f529f17f4d8	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that directional focus navigation properties work on floating elements.
nav-dir-005		Directional Focus Navigation - currently focused element	interact	http://www.w3.org/TR/css3-ui/#nav-dir	f0cc038b2b170db6e6faed56e76c62773fc939a3	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that focus doesn't change when navigating to the currently focused element.
nav-dir-missing-1		Directional Focus Navigation - unkown element id	interact	http://www.w3.org/TR/css3-ui/#nav-dir	23e4724d74954bc0ccfc48eadd29c6ceba856165	`Florian Rivoal`<mailto:florian@rivoal.net>	Test checks that an unknow element id used as the value of the 'nav-right' property value does not hinder normal spacial navigation.
nav-dir-missing-2		Directional Focus Navigation - unkown element id	interact	http://www.w3.org/TR/css3-ui/#nav-dir	aeafaf1a2c45fe6fab26ccd0d14d8f1996bd874b	`Florian Rivoal`<mailto:florian@rivoal.net>	Test checks that an unknow element id used as the value of the 'nav-left' property value does not hinder normal spacial navigation.
nav-dir-missing-3		Directional Focus Navigation - unkown element id	interact	http://www.w3.org/TR/css3-ui/#nav-dir	7a7606e9c69252a3d65dcc86c8ad177351b44c07	`Florian Rivoal`<mailto:florian@rivoal.net>	Test checks that an unknow element id used as the value of the 'nav-down' property value does not hinder normal spacial navigation.
nav-dir-missing-4		Directional Focus Navigation - unkown element id	interact	http://www.w3.org/TR/css3-ui/#nav-dir	8f490504f42544788898e31a620c613627ffafb5	`Florian Rivoal`<mailto:florian@rivoal.net>	Test checks that an unknow element id used as the value of the 'nav-up' property value does not hinder normal spacial navigation.
nav-dir-target-001		Directional Focus Navigation - 'current' target frame	interact	http://www.w3.org/TR/css3-ui/#nav-dir	93cfe1cda155ea8d4ba50ee2b2accf01e19164cb	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that the 'current' frame value is respected.
nav-dir-target-002		Directional Focus Navigation - 'root' target frame	interact	http://www.w3.org/TR/css3-ui/#nav-dir	6f1c8ff0bfeadf4d48a043568c673a90ee382a25	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that the 'root' frame value is respected.
nav-dir-target-003		Directional Focus Navigation - named target frame	interact	http://www.w3.org/TR/css3-ui/#nav-dir	14aa923cccd163d6c5e9e29f39656df8d276303f	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that a named target frame value is respected.
nav-dir-target-004		Directional Focus Navigation - non-existing target frame	interact	http://www.w3.org/TR/css3-ui/#nav-dir	f7ca330d3b4955297ffca4ad18f8df6fce0f744b	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that a non-existing target frame value is treated as 'current'.
nav-dir-target-005		Directional Focus Navigation - sibling target frame	interact	http://www.w3.org/TR/css3-ui/#nav-dir	0df966d33c18f755e9ef7d6409651891bb910a05	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that a named frame value also works for sibling frames.
nav-dir-target-006		Directional Focus Navigation - missing target element	interact	http://www.w3.org/TR/css3-ui/#nav-dir	c48622f5f6dcb5d2043df03d6d1982b11a49745e	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that focus does not change to a different frame if the identifier is missing from the target frame.
nav-down-000		Directional Focus Navigation - property inheritance for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	efb5973f8c117eccab25b4fec3652501c8f47b5f	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'nav-down' property value is not inherited for 'nav-left'.
nav-down-001		Directional Focus Navigation (nav-down) - <id>	interact	http://www.w3.org/TR/css3-ui/#nav-dir	db6f684fdbb69ef509212fd9aa200ebc67c123b4	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that downward navigation input respects the 'nav-down' property.
nav-down-002		Directional Focus Navigation - 'auto' value for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	10ee83bfd73d6c50ea4e9f8939c0daa1c6b5c527	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'auto' value is implemented for 'nav-down'.
nav-down-003		Directional Focus Navigation - ID value for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	b3c7fde31f33f19ec027c140a01b545cb4588d5a	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the ID value is implemented for 'nav-down'.
nav-down-004		Directional Focus Navigation - input elements for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	2cea50d3e94c8e22669122469edeeb81914169c6	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-down' works for input elements.
nav-down-005		Directional Focus Navigation - elements floating in the writing direction for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	1e72d1878fb97c520895aa936cff2c5790b98044	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-down' works for elements floating to the left.
nav-down-006		Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	4c73a89f5a7b23fe72f3ccdfd904ce3614c4aeb7	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-down' works for elements floating to the right.
nav-down-007		Directional Focus Navigation - non existing ID for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	55f6a898664e95772e7dca4e22aa8ebe3bd6374c	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'nav-down' is ignored if the ID does not exist.
nav-down-008		Directional Focus Navigation - currently focused element for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	534a01aad52d9fd810c9920d10121ec8c726f140	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that focus doesn't change when navigating to the currently focused element for 'nav-down'.
nav-down-009		Directional Focus Navigation - 'current' target frame for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	7ed44f6f55a12bcc1e21e7c3a33020de6e490cae	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'current' frame value is respected for 'nav-down'.
nav-down-010		Directional Focus Navigation - 'root' target frame for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	74523135a3141aae63a4da6235d81a99d736048e	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'root' frame value is respected for 'nav-down'.
nav-down-011		Directional Focus Navigation - named target frame for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	23323e8de87aed1c7e4134b5e8c547bfaafc320b	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a named target frame value is respected for 'nav-down'.
nav-down-012		Directional Focus Navigation - non-existing target frame for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	a078de97fc6d45b2ac1971fcca41a7c85ac58b2b	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a non-existing target frame value is treated as 'current' for 'nav-down'.
nav-down-013		Directional Focus Navigation - sibling target frame for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	4363166b7f17b00d22ecdc5e0a87555b4c650ae8	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a named frame value also works for sibling frames for 'nav-down'.
nav-down-014		Directional Focus Navigation - missing target element for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	6e93be4ac07a926a21e70ba71ac4bcad00ae62b6	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-down'.
nav-down-015		Directional Focus Navigation - 'inherit' value for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	cbbef26bfc60d36c1124604f1755cd9c1e1e61a5	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'inherit' value is implemented for 'nav-down'.
nav-down-016		Directional Focus Navigation - disabled elements are not navigated for 'nav-down'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	50ac66e1a2bcb7668b7301646cae4aee2a5902c8	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that disabled elements are not navigated for 'nav-down'.
nav-left-000		Directional Focus Navigation - property inheritance for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	3740459bb1fbba471a9fccc702cf7c5a0b4e4a70	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'nav-left' property value is not inherited for 'nav-left'.
nav-left-001		Directional Focus Navigation (nav-left) - <id>	interact	http://www.w3.org/TR/css3-ui/#nav-dir	aba511f4d39497374d3ac6d9e7065b3c0066ddb8	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that leftward navigation input respects the 'nav-left' property.
nav-left-002		Directional Focus Navigation - 'auto' value for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	312c212c2ebd7451c53ea40ae1cce9bd0bc71df2	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'auto' value is implemented for 'nav-left'.
nav-left-003		Directional Focus Navigation - ID value for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	5def6359f9f01cd9083be904d8fdbc5cddd20c43	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the ID value is implemented for 'nav-left'.
nav-left-004		Directional Focus Navigation - input elements for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	54ec2d433bd0a7e6a38a423a0d5add8b36f36ec0	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-left' works for input elements.
nav-left-005		Directional Focus Navigation - elements floating in the writing direction for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	81355e143aca3718acb50feba6b7edc381d94322	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-left' works for elements floating to the left.
nav-left-006		Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	fa471649ab325ab18fc2274247de982ac3891998	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-left' works for elements floating to the right.
nav-left-007		Directional Focus Navigation - non existing ID for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	ceec9ef8ba3829b39356560057cd32dcfdd91cd5	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'nav-left' is ignored if the ID does not exist.
nav-left-008		Directional Focus Navigation - currently focused element for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	0d69bb3acc976b7bcd686fcb95710353d8f34bd6	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that focus doesn't change when navigating to the currently focused element for 'nav-left'.
nav-left-009		Directional Focus Navigation - 'current' target frame for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	1b09514624892ff4bf17aa3f664ca866295f99dd	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'current' frame value is respected for 'nav-left'.
nav-left-010		Directional Focus Navigation - 'root' target frame for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	9d89bbebd5ef2b175ac1d10309fc4849b0b819bd	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'root' frame value is respected for 'nav-left'.
nav-left-011		Directional Focus Navigation - named target frame for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	63fa92462d6c31b78dcb10e3acc698e6489cad16	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a named target frame value is respected for 'nav-left'.
nav-left-012		Directional Focus Navigation - non-existing target frame for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	a612bf3e216229b6eb59bdef3ac57f0fa90d3fca	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a non-existing target frame value is treated as 'current' for 'nav-left'.
nav-left-013		Directional Focus Navigation - sibling target frame for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	aef75b9466aa9b0058af70c276656623b1bdecb1	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a named frame value also works for sibling frames for 'nav-left'.
nav-left-014		Directional Focus Navigation - missing target element for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	6ea2e1974935eccd840e0fa79673422705f8d1b4	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-left'.
nav-left-015		Directional Focus Navigation - 'inherit' value for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	cc4e55b5d897546f9c5ffdd963323fab6b92239a	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'inherit' value is implemented for 'nav-left'.
nav-left-016		Directional Focus Navigation - disabled elements are not navigated for 'nav-left'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	38fe3bf8be166903c572cfc9d487125d06fcdd03	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that disabled elements are not navigated for 'nav-left'.
nav-right-000		Directional Focus Navigation - property inheritance for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	3d6097a31b4ad3ab8bd0ba1a5572680ff42bd836	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'nav-right' property value is not inherited for 'nav-left'.
nav-right-001		Directional Focus Navigation (nav-right) - <id>	interact	http://www.w3.org/TR/css3-ui/#nav-dir	393f9a5d4e702b6d3f6795544ecb0ffe7ec70c07	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that rightward navigation input respects the 'nav-right' property.
nav-right-002		Directional Focus Navigation - 'auto' value for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	2ce827fffd6b34fb8b5f38929d60346b673f1624	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'auto' value is implemented for 'nav-right'.
nav-right-003		Directional Focus Navigation - ID value for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	61c1056a5ea2c2fe8dc7026d1defc0ad13426cbe	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the ID value is implemented for 'nav-right'.
nav-right-004		Directional Focus Navigation - input elements for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	039471b8401ec982fbeac16f0bb3720564479fe3	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-right' works for input elements.
nav-right-005		Directional Focus Navigation - elements floating in the writing direction for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	85579284e089069ca5161b973915f514297d9680	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-right' works for elements floating to the left.
nav-right-006		Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	bf551b7b3a9d84a93ed2edc4f6e190edd7cd3c8a	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-right' works for elements floating to the right.
nav-right-007		Directional Focus Navigation - non existing ID for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	9f3001bf2e9d4fa199885454c1a936f835dd5d3d	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'nav-right' is ignored if the ID does not exist.
nav-right-008		Directional Focus Navigation - currently focused element for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	ce7c2f56d08b8a8078b95b9283fca950171e6800	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that focus doesn't change when navigating to the currently focused element for 'nav-right'.
nav-right-009		Directional Focus Navigation - 'current' target frame for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	735d9be30a2018f6b0bb939d7cca8610e1a0e6d8	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'current' frame value is respected for 'nav-right'.
nav-right-010		Directional Focus Navigation - 'root' target frame for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	17855eabad8e4ebf63876d4e5dfd159a1b07d000	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'root' frame value is respected for 'nav-right'.
nav-right-011		Directional Focus Navigation - named target frame for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	96abd1f9e6398ed3434b94527b901f07ae79a498	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a named target frame value is respected for 'nav-right'.
nav-right-012		Directional Focus Navigation - non-existing target frame for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	7f38d9b4923859f53f9bb52546b02bee02b070f5	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a non-existing target frame value is treated as 'current' for 'nav-right'.
nav-right-013		Directional Focus Navigation - sibling target frame for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	2cb8dd83a8fce010ef4e770f22c4f19c6cfd9f65	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a named frame value also works for sibling frames for 'nav-right'.
nav-right-014		Directional Focus Navigation - missing target element for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	76baae78cbfc6057fdfbc4af924839e38236fe24	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-right'.
nav-right-015		Directional Focus Navigation - 'inherit' value for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	4cc4bfec2397714277a094c65bcfdd9e1a879190	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'inherit' value is implemented for 'nav-right'.
nav-right-016		Directional Focus Navigation - disabled elements are not navigated for 'nav-right'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	82069b286f3194a1f443b799ef1a98313f423947	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that disabled elements are not navigated for 'nav-right'.
nav-up-000		Directional Focus Navigation - property inheritance for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	f116330faf1ce4277504df85e8615a38d812fdb4	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'nav-up' property value is not inherited for 'nav-left'.
nav-up-001		Directional Focus Navigation (nav-up) - <id>	interact	http://www.w3.org/TR/css3-ui/#nav-dir	c417ed84bf20e76a0a0870531c9285df0470dc3d	`Jorrit Vermeiren`<mailto:jorritv@opera.com>	Test checks that upward navigation input respects the 'nav-up' property.
nav-up-002		Directional Focus Navigation - 'auto' value for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	1862193d682f8bb7e2fd3e7cb2357ab02c7eee39	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'auto' value is implemented for 'nav-up'.
nav-up-003		Directional Focus Navigation - ID value for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	d6cab19b9ab89e53d77113a3c68c1b482a7f89eb	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the ID value is implemented for 'nav-up'.
nav-up-004		Directional Focus Navigation - input elements for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	55bc517d310f659992cc965ff2ee3fcc2dc90998	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-up' works for input elements.
nav-up-005		Directional Focus Navigation - elements floating in the writing direction for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	f2e5d567d80810708aee7bc752d05c79c39173d2	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-up' works for elements floating to the left.
nav-up-006		Directional Focus Navigation - elements floating in opposite to the writing direction for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	2829464c3c789de7becc51acd4671484049f7998	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that 'nav-up' works for elements floating to the right.
nav-up-007		Directional Focus Navigation - non existing ID for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	44a11b56eedd13d978e2882c233756caf91904ef	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'nav-up' is ignored if the ID does not exist.
nav-up-008		Directional Focus Navigation - currently focused element for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	06f0c76878a908f0c47c7765e236d3b72ea08952	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that focus doesn't change when navigating to the currently focused element for 'nav-up'.
nav-up-009		Directional Focus Navigation - 'current' target frame for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	7eadfd3077ed25c92d5dc8764519a9366695f08c	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'current' frame value is respected for 'nav-up'.
nav-up-010		Directional Focus Navigation - 'root' target frame for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	9fe7d38d907a47c642b7c71464874b472df374f0	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'root' frame value is respected for 'nav-up'.
nav-up-011		Directional Focus Navigation - named target frame for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	1bfe4ea6c2783b872963699e16f095d6c243fc04	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a named target frame value is respected for 'nav-up'.
nav-up-012		Directional Focus Navigation - non-existing target frame for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	89618e1ee56b83c112420e66348aaf47dae330df	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a non-existing target frame value is treated as 'current' for 'nav-up'.
nav-up-013		Directional Focus Navigation - sibling target frame for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	4fbeadebda75e464452f1f97b0c699bc980c26a6	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that a named frame value also works for sibling frames for 'nav-up'.
nav-up-014		Directional Focus Navigation - missing target element for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	e7cd09a6a13b63befb8d8c3af9028cec91b29870	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that focus does not change to a different frame if the identifier is missing from the target frame for 'nav-up'.
nav-up-015		Directional Focus Navigation - 'inherit' value for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	765463ea1bb826ced2f27570b8971108d9773c0d	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that the 'inherit' value is implemented for 'nav-up'.
nav-up-016		Directional Focus Navigation - disabled elements are not navigated for 'nav-up'	interact	http://www.w3.org/TR/css3-ui/#nav-dir	35f99db1c3dcd77b910b34c45a5d45502ecf3c7d	`Jorrit Vermeiren`<mailto:jorritv@opera.com>,`Daniel Glazman`<mailto:d.glazman@partner.samsung.com>	Test checks that disabled elements are not navigated for 'nav-up'.
outline-001	reference/ref-filled-green-100px-square	outline - create outline likes border property		http://www.w3.org/TR/css3-ui/#outline	149a87304e31bf6b569360069a8f8be1d23538b8	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the outline property creates outlines around visual objects and makes them stand out
outline-002	reference/ref-filled-green-100px-square	outline - inherit (basic)		http://www.w3.org/TR/css3-ui/#outline	71919648c35740004dd90b4acdba5f5b98a3655c	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the outline property inherits the parent's value when outline set inherit
outline-color-001	reference/ref-filled-green-100px-square	outline-color - inherit (basic)		http://www.w3.org/TR/css3-ui/#outline-color	a776bdc125fc5dcc83d0cfb361d9d19cc9b3eba4	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the color of sub element outline is same as the color of parent element outline when outline-color set inherit
outline-offset	reference/outline-offset	ttwf-reftest-outline-offset-ref		http://www.w3.org/TR/css3-ui/#outline-offset	21bd9169e501282f6ddc905cf0b066f9dd730e5b	`jy-jeung`<mailto:kein119@naver.com>	
outline-offset-001	reference/ref-filled-green-100px-square	outline-offset - length (basic)		http://www.w3.org/TR/css3-ui/#outline-offset	465df8192fe5ee54660d205d9d3f271ef84c1788	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the outline-offset keeps spacing between outline and element content
outline-style-001	reference/outline-style-001-ref	outline-style - dotted (basic)		http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style	9b6764e372cceab67dda037ff6138d0e911b1dec	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the outline style is dotted when outline-style set dotted
outline-style-002	reference/outline-style-002-ref	outline-style - inherit (basic)		http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style	695fbf49c18c77abfca3e5c42c9359ab9afdf1f1	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the sub element outline style is same as parent element outline style when outline-style set inherit
outline-style-003	reference/outline-style-003-ref	outline-style - dashed (basic)		http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style	c26ebdb81d867b5d1d8ff893a632b8c738c934b7	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the outline style is dashed when outline-style set dashed
outline-style-004	reference/outline-style-004-ref	outline-style - double (basic)		http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style	7027b5a477a5790afef0521288df069305856abc	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the outline style is two solid lines when outline-style set double
resize-001		resize - both - both width and height adjusted	interact	http://www.w3.org/TR/css3-ui/#resize	c5ba9263cd9037be70dfbe252816bdf56d94d8d5	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that both width and height adjusted when resize set both.
resize-002		resize - horizontal - only the width can be adjusted	interact	http://www.w3.org/TR/css3-ui/#resize	5cb1f8083e06e1cdf3a2112feea46a60f6d7d89f	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that only the width of element can be adjusted when resize set horizontal
resize-003		resize - inherit - the resize property inherits parent element	interact	http://www.w3.org/TR/css3-ui/#resize	8fab7afb74c7eb459362f54ebdcaa0f17e7c62d8	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the resize element inherits parent element
resize-004		resize initial value - none	interact	http://www.w3.org/TR/css3-ui/#resize	c43d7af308513b06223d42846038c693c5bf214e	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the resize property initial value is none
resize-005		resize - none - neither width nor height can be adjusted	interact	http://www.w3.org/TR/css3-ui/#resize	f868c41121e13b1963ac424f41bd7709c0d77f82	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that neither the width nor the height can be adjusted when resize set none
resize-006		resize - vertical - only the height can be adjusted	interact	http://www.w3.org/TR/css3-ui/#resize	d65e14169ca073207b43fe4145e83c831b77a067	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that only the height can be adjusted when resize set vertical
resize-007		resize - invalid without overflow property	interact	http://www.w3.org/TR/css3-ui/#resize	c0e4494f6e70369f227ec265ff2c14fb29323e66	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that resize property is invalid without overflow property
select-cursor-001-manual		cursor property and select element	HTMLonly,interact	https://drafts.csswg.org/css-ui-3/#cursor,https://drafts.csswg.org/css2/ui.html#cursor-props	a28f3026bed183a42b3255b9e8983a9b0addbdec	`Chris Rebert`<http://chrisrebert.com>	Hovering the pointer over a select menu on top of an element with a cursor set should not display said cursor
text-overflow-001	reference/text-overflow-001-ref	text-overflow - clip - the text inline content overflows will be broken		http://www.w3.org/TR/css3-ui/#text-overflow	18b85a5682895eec2a93d551dbe9d88d014f65b3	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that the inline content that overflows will be clipped. Characters may be only partially rendered when text-overflow set clip
text-overflow-002	reference/text-overflow-002-ref	text-overflow - ellipsis - the broken textual content instead of ellipsis		http://www.w3.org/TR/css3-ui/#text-overflow	9f4f4eae59abbf039c8743708235481c12751585	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that an ellipsis (...) is shown instead of overflowing textual content
text-overflow-003	reference/text-overflow-001-ref	text-overflow - inherit - inherit clip value of parent's text-overflow property		http://www.w3.org/TR/css3-ui/#text-overflow	dac3b5119c015760b3e5eb87122680eca10725c0	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that text-overflow inherits the parent' clip value when text-overflow set inherit
text-overflow-004	reference/text-overflow-002-ref	text-overflow - inherit - inherit ellipsis value of parent's text-overflow property		http://www.w3.org/TR/css3-ui/#text-overflow	5b424a1f63abc03cd51ca922704756c93961d2eb	`Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com>	Test checks that text-overflow inherits the parent' ellipsis value when text-overflow set inherit