1[cssUnitValue.html]
2  [Constructing CSSUnitValue with an unknown unit throws a TypeError]
3    expected: FAIL
4
5  [Constructing CSSUnitValue with a empty string unit throws a TypeError]
6    expected: FAIL
7
8  [CSSUnitValue can be constructed with number]
9    expected: FAIL
10
11  [CSSUnitValue can be constructed with percent]
12    expected: FAIL
13
14  [CSSUnitValue can be constructed with em]
15    expected: FAIL
16
17  [CSSUnitValue can be constructed with ex]
18    expected: FAIL
19
20  [CSSUnitValue can be constructed with ch]
21    expected: FAIL
22
23  [CSSUnitValue can be constructed with ic]
24    expected: FAIL
25
26  [CSSUnitValue can be constructed with rem]
27    expected: FAIL
28
29  [CSSUnitValue can be constructed with lh]
30    expected: FAIL
31
32  [CSSUnitValue can be constructed with rlh]
33    expected: FAIL
34
35  [CSSUnitValue can be constructed with vw]
36    expected: FAIL
37
38  [CSSUnitValue can be constructed with vh]
39    expected: FAIL
40
41  [CSSUnitValue can be constructed with vi]
42    expected: FAIL
43
44  [CSSUnitValue can be constructed with vb]
45    expected: FAIL
46
47  [CSSUnitValue can be constructed with vmin]
48    expected: FAIL
49
50  [CSSUnitValue can be constructed with vmax]
51    expected: FAIL
52
53  [CSSUnitValue can be constructed with cm]
54    expected: FAIL
55
56  [CSSUnitValue can be constructed with mm]
57    expected: FAIL
58
59  [CSSUnitValue can be constructed with Q]
60    expected: FAIL
61
62  [CSSUnitValue can be constructed with in]
63    expected: FAIL
64
65  [CSSUnitValue can be constructed with pt]
66    expected: FAIL
67
68  [CSSUnitValue can be constructed with pc]
69    expected: FAIL
70
71  [CSSUnitValue can be constructed with px]
72    expected: FAIL
73
74  [CSSUnitValue can be constructed with deg]
75    expected: FAIL
76
77  [CSSUnitValue can be constructed with grad]
78    expected: FAIL
79
80  [CSSUnitValue can be constructed with rad]
81    expected: FAIL
82
83  [CSSUnitValue can be constructed with turn]
84    expected: FAIL
85
86  [CSSUnitValue can be constructed with s]
87    expected: FAIL
88
89  [CSSUnitValue can be constructed with ms]
90    expected: FAIL
91
92  [CSSUnitValue can be constructed with Hz]
93    expected: FAIL
94
95  [CSSUnitValue can be constructed with kHz]
96    expected: FAIL
97
98  [CSSUnitValue can be constructed with dpi]
99    expected: FAIL
100
101  [CSSUnitValue can be constructed with dpcm]
102    expected: FAIL
103
104  [CSSUnitValue can be constructed with dppx]
105    expected: FAIL
106
107  [CSSUnitValue can be constructed with fr]
108    expected: FAIL
109
110