blob: 06a0c103fa52d80915b60b2424895b61c6bd6440 (
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Other Quantities - CSS Values and Units 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 Values and Units Module Level 3 CR Test Suite</h1>
<h2>Other Quantities (2 tests)</h2>
<table width="100%">
<col id="test-column"></col>
<col id="refs-column"></col>
<col id="flags-column"></col>
<col id="info-column"></col>
<thead>
<tr>
<th>Test</th>
<th><abbr title="Rendering References">Refs</abbr></th>
<th>Flags</th>
<th>Info</th>
</tr>
</thead>
<tbody id="s6">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6">+</a>
<a href="https://www.w3.org/TR/css3-values/#other-units">6 Other Quantities</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.1">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.1">+</a>
<a href="https://www.w3.org/TR/css3-values/#angles">6.1 Angle Units: the <angle> type and deg, grad, rad, turn units</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.1.#angle-value">
<!-- 0 tests -->
</tbody>
<tbody id="s6.1.#bearing-angle">
<!-- 0 tests -->
</tbody>
<tbody id="s6.1.#deg">
<!-- 0 tests -->
</tbody>
<tbody id="s6.1.#grad">
<!-- 0 tests -->
</tbody>
<tbody id="s6.1.#rad">
<!-- 0 tests -->
</tbody>
<tbody id="s6.1.#turn">
<!-- 0 tests -->
</tbody>
<tbody id="s6.2">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.2">+</a>
<a href="https://www.w3.org/TR/css3-values/#time">6.2 Duration Units: the <time> type and s, ms units</a></th></tr>
<!-- 2 tests -->
<tr id="transition-delay-001-6.2" class="dom script">
<td>
<a href="transition-delay-001.xht">transition-delay-001</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>Parsing transition-delay
<ul class="assert">
<li>Test checks that transition-delay values are parsed properly</li>
</ul>
</td>
</tr>
<tr id="transition-duration-001-6.2" class="dom script">
<td>
<a href="transition-duration-001.xht">transition-duration-001</a></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>Parsing transition-duration
<ul class="assert">
<li>Test checks that transition-duration values are parsed properly</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s6.2.#ms">
<!-- 0 tests -->
</tbody>
<tbody id="s6.2.#s">
<!-- 0 tests -->
</tbody>
<tbody id="s6.2.#time-value">
<!-- 0 tests -->
</tbody>
<tbody id="s6.3">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.3">+</a>
<a href="https://www.w3.org/TR/css3-values/#frequency">6.3 Frequency Units: the <frequency> type and Hz, kHz units</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.3.#frequency-value">
<!-- 0 tests -->
</tbody>
<tbody id="s6.3.#hz">
<!-- 0 tests -->
</tbody>
<tbody id="s6.3.#khz">
<!-- 0 tests -->
</tbody>
<tbody id="s6.4">
<tr><th colspan="4" scope="rowgroup">
<a href="#s6.4">+</a>
<a href="https://www.w3.org/TR/css3-values/#resolution">6.4 Resolution Units: the <resolution> type and dpi, dpcm, dppx units</a></th></tr>
<!-- 0 tests -->
</tbody>
<tbody id="s6.4.#dpcm">
<!-- 0 tests -->
</tbody>
<tbody id="s6.4.#dpi">
<!-- 0 tests -->
</tbody>
<tbody id="s6.4.#dppx">
<!-- 0 tests -->
</tbody>
<tbody id="s6.4.#example-0c0bf820">
<!-- 0 tests -->
</tbody>
<tbody id="s6.4.#resolution-value">
<!-- 0 tests -->
</tbody>
</table>
</body>
</html>
|