summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-typed-om/idlharness.html.ini
blob: 7166af34524045bf21c14a34f814ceece7f4004e (plain)
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
[idlharness.html]
  [CSSMathNegate interface: attribute value]
    expected: FAIL

  [CSSRotate interface: rotate must inherit property "z" with the proper type]
    expected: FAIL

  [CSSMathNegate interface: existence and properties of interface object]
    expected: FAIL

  [CSSNumericValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSS namespace: operation percent(double)]
    expected: FAIL

  [CSSNumericValue interface: operation type()]
    expected: FAIL

  [CSSSkew interface object name]
    expected: FAIL

  [CSSStyleValue interface: existence and properties of interface object]
    expected: FAIL

  [CSSMathValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSMathInvert interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSUnparsedValue interface object length]
    expected: FAIL

  [CSSPerspective interface object length]
    expected: FAIL

  [CSSMathNegate interface object name]
    expected: FAIL

  [CSSPerspective interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSMathClamp interface object name]
    expected: FAIL

  [CSSMathNegate interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMathSum must be primary interface of mathSum]
    expected: FAIL

  [Stringification of scale]
    expected: FAIL

  [Stringification of matrix]
    expected: FAIL

  [CSSStyleValue interface: operation parse(USVString, USVString)]
    expected: FAIL

  [CSSPerspective interface: perspective must inherit property "length" with the proper type]
    expected: FAIL

  [CSSMatrixComponent interface: existence and properties of interface object]
    expected: FAIL

  [CSSRotate interface object name]
    expected: FAIL

  [StylePropertyMap interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSTranslate interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSS namespace: operation ex(double)]
    expected: FAIL

  [CSSMathClamp interface object length]
    expected: FAIL

  [CSSStyleValue interface: unitValue must inherit property "parse(USVString, USVString)" with the proper type]
    expected: FAIL

  [CSSMathMax interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSS namespace: operation number(double)]
    expected: FAIL

  [CSS namespace: operation fr(double)]
    expected: FAIL

  [CSSTransformValue interface: transformValue must inherit property "is2D" with the proper type]
    expected: FAIL

  [StylePropertyMapReadOnly interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSKeywordValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSS namespace: operation Q(double)]
    expected: FAIL

  [CSSMatrixComponent interface object name]
    expected: FAIL

  [CSSMatrixComponent interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSS namespace: operation dpcm(double)]
    expected: FAIL

  [CSSSkewY interface: skewY must inherit property "ay" with the proper type]
    expected: FAIL

  [CSS namespace: operation Hz(double)]
    expected: FAIL

  [CSSMathClamp interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSS namespace: operation vb(double)]
    expected: FAIL

  [CSSUnitValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSUnitValue must be primary interface of unitValue]
    expected: FAIL

  [CSSScale interface: scale must inherit property "x" with the proper type]
    expected: FAIL

  [CSSMathMax interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSSkewY interface object length]
    expected: FAIL

  [Stringification of perspective]
    expected: FAIL

  [CSSNumericValue interface: calling to(USVString) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSMathValue interface: existence and properties of interface object]
    expected: FAIL

  [CSSSkewX interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSNumericArray interface: existence and properties of interface object]
    expected: FAIL

  [CSSNumericValue interface: operation parse(USVString)]
    expected: FAIL

  [CSSTransformComponent interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [StylePropertyMapReadOnly interface: styleMap must inherit property "has(USVString)" with the proper type]
    expected: FAIL

  [CSSUnitValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSSkew interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSNumericValue interface: calling parse(USVString) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "parse(USVString)" with the proper type]
    expected: FAIL

  [CSSTransformComponent interface: skew must inherit property "is2D" with the proper type]
    expected: FAIL

  [CSSStyleValue interface: calling parseAll(USVString, USVString) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSMathProduct interface: existence and properties of interface object]
    expected: FAIL

  [CSSMathSum interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [StylePropertyMapReadOnly interface: existence and properties of interface object]
    expected: FAIL

  [CSSPerspective interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSStyleValue interface: calling parse(USVString, USVString) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSStyleValue interface: calling parseAll(USVString, USVString) on transformValue with too few arguments must throw TypeError]
    expected: FAIL

  [Stringification of mathSum]
    expected: FAIL

  [CSSMathMin interface object name]
    expected: FAIL

  [CSSTranslate interface: existence and properties of interface object]
    expected: FAIL

  [CSSVariableReferenceValue interface: attribute variable]
    expected: FAIL

  [CSSVariableReferenceValue interface: existence and properties of interface object]
    expected: FAIL

  [CSSTransformComponent interface: skewY must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [CSSTransformComponent interface object name]
    expected: FAIL

  [StylePropertyMap interface object name]
    expected: FAIL

  [CSS namespace: operation kHz(double)]
    expected: FAIL

  [CSSMathMin interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMathValue interface: attribute operator]
    expected: FAIL

  [CSSUnitValue interface: existence and properties of interface object]
    expected: FAIL

  [CSSSkew interface: skew must inherit property "ax" with the proper type]
    expected: FAIL

  [StylePropertyMap interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSNumericArray interface object length]
    expected: FAIL

  [CSSStyleValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSTransformValue interface: iterable<CSSTransformComponent>]
    expected: FAIL

  [CSSKeywordValue interface object length]
    expected: FAIL

  [CSSUnparsedValue interface: existence and properties of interface object]
    expected: FAIL

  [StylePropertyMapReadOnly interface: operation get(USVString)]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "type()" with the proper type]
    expected: FAIL

  [CSSNumericArray interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSScale interface: existence and properties of interface object]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "to(USVString)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: calling parse(USVString) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSMathClamp interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSImageValue interface object length]
    expected: FAIL

  [CSSScale interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSRotate interface: attribute y]
    expected: FAIL

  [CSSRotate interface: attribute x]
    expected: FAIL

  [CSSRotate interface: attribute z]
    expected: FAIL

  [CSSMathMax interface: attribute values]
    expected: FAIL

  [CSSTransformComponent interface object length]
    expected: FAIL

  [StylePropertyMapReadOnly interface: styleMap must inherit property "getAll(USVString)" with the proper type]
    expected: FAIL

  [CSSMathMax interface object name]
    expected: FAIL

  [CSSUnitValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSVariableReferenceValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [StylePropertyMapReadOnly interface: calling has(USVString) on styleMap with too few arguments must throw TypeError]
    expected: FAIL

  [CSS namespace: operation deg(double)]
    expected: FAIL

  [CSSStyleValue interface object length]
    expected: FAIL

  [CSS namespace: operation vw(double)]
    expected: FAIL

  [CSSMatrixComponent interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [StylePropertyMap interface: styleMap must inherit property "clear()" with the proper type]
    expected: FAIL

  [CSSScale interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSS namespace: operation vi(double)]
    expected: FAIL

  [CSSUnitValue interface object length]
    expected: FAIL

  [CSSTransformComponent interface: rotate must inherit property "is2D" with the proper type]
    expected: FAIL

  [CSSTranslate interface: transformValue[0\] must inherit property "z" with the proper type]
    expected: FAIL

  [CSSSkew interface: existence and properties of interface object]
    expected: FAIL

  [StylePropertyMapReadOnly interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSRotate interface: existence and properties of interface object]
    expected: FAIL

  [CSS namespace: operation vmin(double)]
    expected: FAIL

  [CSSMathProduct interface object name]
    expected: FAIL

  [CSSTransformValue interface: transformValue must inherit property "length" with the proper type]
    expected: FAIL

  [CSSMathInvert interface: attribute value]
    expected: FAIL

  [CSSStyleRule interface: attribute styleMap]
    expected: FAIL

  [CSSMathMax interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSVariableReferenceValue interface object length]
    expected: FAIL

  [CSSTransformComponent interface: attribute is2D]
    expected: FAIL

  [CSSMathMin interface object length]
    expected: FAIL

  [CSSUnparsedValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSTransformValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMatrixComponent interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSKeywordValue interface: existence and properties of interface object]
    expected: FAIL

  [CSSStyleValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSMathProduct interface: attribute values]
    expected: FAIL

  [CSSMathSum interface object name]
    expected: FAIL

  [CSS namespace: operation dppx(double)]
    expected: FAIL

  [CSSKeywordValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSTranslate interface object name]
    expected: FAIL

  [CSSMathSum interface: existence and properties of interface object]
    expected: FAIL

  [CSSSkew interface: attribute ax]
    expected: FAIL

  [CSSSkew interface: attribute ay]
    expected: FAIL

  [CSSStyleValue interface: transformValue must inherit property "parse(USVString, USVString)" with the proper type]
    expected: FAIL

  [CSSSkew interface object length]
    expected: FAIL

  [CSS namespace: operation lh(double)]
    expected: FAIL

  [CSSMathValue interface: mathSum must inherit property "operator" with the proper type]
    expected: FAIL

  [CSSNumericArray interface: iterable<CSSNumericValue>]
    expected: FAIL

  [CSSTransformValue interface: operation toMatrix()]
    expected: FAIL

  [CSSTransformValue interface: existence and properties of interface object]
    expected: FAIL

  [CSSTransformValue interface object length]
    expected: FAIL

  [CSSStyleValue interface object name]
    expected: FAIL

  [CSSRotate interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSNumericValue interface object length]
    expected: FAIL

  [Stringification of rotate]
    expected: FAIL

  [CSSMathMin interface: existence and properties of interface object]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "type()" with the proper type]
    expected: FAIL

  [CSSMathMin interface: attribute values]
    expected: FAIL

  [CSSImageValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSTransformComponent interface: skewX must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [StylePropertyMapReadOnly interface: operation has(USVString)]
    expected: FAIL

  [CSSMathValue interface object name]
    expected: FAIL

  [CSSTransformValue must be primary interface of transformValue]
    expected: FAIL

  [StylePropertyMapReadOnly interface: iterable<USVString, [object Object\]>]
    expected: FAIL

  [CSS namespace: operation ch(double)]
    expected: FAIL

  [Stringification of skew]
    expected: FAIL

  [CSSMathValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSMathProduct interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSS namespace: operation ms(double)]
    expected: FAIL

  [CSSSkewY interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSSkewX interface object length]
    expected: FAIL

  [CSSImageValue interface: existence and properties of interface object]
    expected: FAIL

  [Stringification of transformValue]
    expected: FAIL

  [CSSSkewX interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMathInvert interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [StylePropertyMapReadOnly interface object length]
    expected: FAIL

  [CSS namespace: operation vmax(double)]
    expected: FAIL

  [StylePropertyMap must be primary interface of styleMap]
    expected: FAIL

  [CSSSkewX interface object name]
    expected: FAIL

  [CSSVariableReferenceValue interface: attribute fallback]
    expected: FAIL

  [CSSUnitValue interface: attribute value]
    expected: FAIL

  [CSSNumericArray interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSMathInvert interface object name]
    expected: FAIL

  [CSSSkewX interface: skewX must inherit property "ax" with the proper type]
    expected: FAIL

  [CSSRotate must be primary interface of rotate]
    expected: FAIL

  [CSS namespace: operation in(double)]
    expected: FAIL

  [CSSTranslate interface: transformValue[0\] must inherit property "y" with the proper type]
    expected: FAIL

  [CSSMathValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSNumericArray interface: attribute length]
    expected: FAIL

  [CSSMathProduct interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSNumericArray interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMathNegate interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSTransformComponent interface: perspective must inherit property "is2D" with the proper type]
    expected: FAIL

  [CSSTransformComponent interface: matrix must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [CSS namespace: operation vh(double)]
    expected: FAIL

  [CSS namespace: operation s(double)]
    expected: FAIL

  [CSSMathNegate interface object length]
    expected: FAIL

  [CSSTransformValue interface: transformValue must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [CSSTransformComponent interface: rotate must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMathMax interface object length]
    expected: FAIL

  [CSSRotate interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSScale interface: scale must inherit property "z" with the proper type]
    expected: FAIL

  [SVGElement interface: attribute attributeStyleMap]
    expected: FAIL

  [CSSTransformValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSSkewY interface object name]
    expected: FAIL

  [CSSMathClamp interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "to(USVString)" with the proper type]
    expected: FAIL

  [CSSUnparsedValue interface object name]
    expected: FAIL

  [Stringification of unitValue]
    expected: FAIL

  [CSSMathMin interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSStyleValue interface: transformValue must inherit property "parseAll(USVString, USVString)" with the proper type]
    expected: FAIL

  [StylePropertyMapReadOnly interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSNumericArray interface object name]
    expected: FAIL

  [CSSPerspective interface: existence and properties of interface prototype object]
    expected: FAIL

  [HTMLElement interface: attribute attributeStyleMap]
    expected: FAIL

  [CSSRotate interface object length]
    expected: FAIL

  [CSSSkewY must be primary interface of skewY]
    expected: FAIL

  [CSSMathInvert interface object length]
    expected: FAIL

  [CSSStyleValue interface: unitValue must inherit property "parseAll(USVString, USVString)" with the proper type]
    expected: FAIL

  [CSSPerspective interface: attribute length]
    expected: FAIL

  [CSSTransformComponent interface: matrix must inherit property "is2D" with the proper type]
    expected: FAIL

  [CSSMatrixComponent interface: attribute matrix]
    expected: FAIL

  [StylePropertyMap interface: existence and properties of interface object]
    expected: FAIL

  [CSS namespace: operation pt(double)]
    expected: FAIL

  [CSSScale interface object length]
    expected: FAIL

  [CSSNumericValue interface: existence and properties of interface object]
    expected: FAIL

  [StylePropertyMap interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [StylePropertyMapReadOnly interface: calling getAll(USVString) on styleMap with too few arguments must throw TypeError]
    expected: FAIL

  [CSSTranslate interface object length]
    expected: FAIL

  [CSSUnparsedValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "parse(USVString)" with the proper type]
    expected: FAIL

  [Element interface: operation computedStyleMap()]
    expected: FAIL

  [CSSStyleValue interface: calling parse(USVString, USVString) on transformValue with too few arguments must throw TypeError]
    expected: FAIL

  [Stringification of skewX]
    expected: FAIL

  [Stringification of skewY]
    expected: FAIL

  [CSSVariableReferenceValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSS namespace: operation rad(double)]
    expected: FAIL

  [StylePropertyMap interface: calling delete(USVString) on styleMap with too few arguments must throw TypeError]
    expected: FAIL

  [CSSUnitValue interface: unitValue must inherit property "value" with the proper type]
    expected: FAIL

  [CSS namespace: operation em(double)]
    expected: FAIL

  [StylePropertyMap interface object length]
    expected: FAIL

  [CSS namespace: operation px(double)]
    expected: FAIL

  [CSSTransformComponent interface: skewX must inherit property "is2D" with the proper type]
    expected: FAIL

  [StylePropertyMapReadOnly interface object name]
    expected: FAIL

  [CSSNumericValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSTransformComponent interface: scale must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [CSSTranslate interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSTransformComponent interface: perspective must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [CSSKeywordValue interface: attribute value]
    expected: FAIL

  [CSSSkew interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSPerspective must be primary interface of perspective]
    expected: FAIL

  [CSSTransformComponent interface: scale must inherit property "is2D" with the proper type]
    expected: FAIL

  [Stringification of styleMap]
    expected: FAIL

  [StylePropertyMapReadOnly interface: operation getAll(USVString)]
    expected: FAIL

  [CSSMathClamp interface: existence and properties of interface object]
    expected: FAIL

  [CSSMathSum interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSNumericValue interface: operation to(USVString)]
    expected: FAIL

  [CSSStyleValue interface: mathSum must inherit property "parse(USVString, USVString)" with the proper type]
    expected: FAIL

  [CSSSkewX must be primary interface of skewX]
    expected: FAIL

  [CSSTransformComponent interface: existence and properties of interface object]
    expected: FAIL

  [StylePropertyMapReadOnly interface: calling get(USVString) on styleMap with too few arguments must throw TypeError]
    expected: FAIL

  [CSSRotate interface: rotate must inherit property "angle" with the proper type]
    expected: FAIL

  [CSSStyleValue interface: calling parseAll(USVString, USVString) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSTransformValue interface object name]
    expected: FAIL

  [CSSTransformComponent interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSUnparsedValue interface: attribute length]
    expected: FAIL

  [CSSSkew interface: skew must inherit property "ay" with the proper type]
    expected: FAIL

  [CSS namespace: operation dpi(double)]
    expected: FAIL

  [CSSTransformValue interface: attribute length]
    expected: FAIL

  [CSSScale interface object name]
    expected: FAIL

  [StylePropertyMap interface: operation clear()]
    expected: FAIL

  [CSSPerspective interface object name]
    expected: FAIL

  [CSSMathInvert interface: existence and properties of interface object]
    expected: FAIL

  [CSSScale interface: scale must inherit property "y" with the proper type]
    expected: FAIL

  [CSSPerspective interface: existence and properties of interface object]
    expected: FAIL

  [CSSNumericValue interface object name]
    expected: FAIL

  [CSSTransformComponent interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSRotate interface: rotate must inherit property "x" with the proper type]
    expected: FAIL

  [CSS namespace: operation cm(double)]
    expected: FAIL

  [CSSStyleValue interface: calling parse(USVString, USVString) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSScale interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSS namespace: operation rlh(double)]
    expected: FAIL

  [CSSMathInvert interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSStyleValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSTranslate interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSMathSum interface: attribute values]
    expected: FAIL

  [CSSKeywordValue interface object name]
    expected: FAIL

  [CSSTransformValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSMathNegate interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSUnparsedValue interface: iterable<CSSUnparsedSegment>]
    expected: FAIL

  [CSS namespace: operation pc(double)]
    expected: FAIL

  [StylePropertyMapReadOnly interface: styleMap must inherit property "get(USVString)" with the proper type]
    expected: FAIL

  [CSSKeywordValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSTransformComponent interface: transformValue[0\] must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [CSS namespace: operation grad(double)]
    expected: FAIL

  [CSSVariableReferenceValue interface object name]
    expected: FAIL

  [CSSTranslate interface: transformValue[0\] must inherit property "x" with the proper type]
    expected: FAIL

  [CSSSkewX interface: attribute ax]
    expected: FAIL

  [CSSUnitValue interface: unitValue must inherit property "unit" with the proper type]
    expected: FAIL

  [CSS namespace: operation turn(double)]
    expected: FAIL

  [CSSImageValue interface object name]
    expected: FAIL

  [CSSMathProduct interface object length]
    expected: FAIL

  [CSS namespace: operation ic(double)]
    expected: FAIL

  [CSSSkewX interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSRotate interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSSkewY interface: existence and properties of interface object]
    expected: FAIL

  [CSSUnparsedValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSUnitValue interface object name]
    expected: FAIL

  [CSSTranslate must be primary interface of transformValue[0\]]
    expected: FAIL

  [CSSNumericValue interface: calling to(USVString) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSMathProduct interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMathMin interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSImageValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSS namespace: operation rem(double)]
    expected: FAIL

  [CSSSkew interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMatrixComponent must be primary interface of matrix]
    expected: FAIL

  [StylePropertyMapReadOnly interface: styleMap must inherit property "size" with the proper type]
    expected: FAIL

  [CSSTransformComponent interface: skew must inherit property "toMatrix()" with the proper type]
    expected: FAIL

  [StylePropertyMap interface: styleMap must inherit property "delete(USVString)" with the proper type]
    expected: FAIL

  [CSSMathValue interface object length]
    expected: FAIL

  [CSSTransformComponent interface: stringifier]
    expected: FAIL

  [StylePropertyMap interface: operation delete(USVString)]
    expected: FAIL

  [CSSMathMax interface: existence and properties of interface object]
    expected: FAIL

  [CSSRotate interface: rotate must inherit property "y" with the proper type]
    expected: FAIL

  [CSSVariableReferenceValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSMathSum interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSSkewX interface: existence and properties of interface object]
    expected: FAIL

  [CSSSkewY interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSSkewY interface: attribute ay]
    expected: FAIL

  [CSSMatrixComponent interface object length]
    expected: FAIL

  [CSSRotate interface: attribute angle]
    expected: FAIL

  [CSSTransformComponent interface: transformValue[0\] must inherit property "is2D" with the proper type]
    expected: FAIL

  [CSSSkew must be primary interface of skew]
    expected: FAIL

  [CSSTransformComponent interface: skewY must inherit property "is2D" with the proper type]
    expected: FAIL

  [CSSTransformValue interface: attribute is2D]
    expected: FAIL

  [CSSScale must be primary interface of scale]
    expected: FAIL

  [CSSStyleValue interface: mathSum must inherit property "parseAll(USVString, USVString)" with the proper type]
    expected: FAIL

  [CSSMathSum interface object length]
    expected: FAIL

  [CSS namespace: operation mm(double)]
    expected: FAIL

  [Stringification of transformValue[0\]]
    expected: FAIL

  [StylePropertyMapReadOnly interface: attribute size]
    expected: FAIL

  [CSSSkewY interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSMatrixComponent interface: matrix must inherit property "matrix" with the proper type]
    expected: FAIL

  [CSSMathSum interface: mathSum must inherit property "values" with the proper type]
    expected: FAIL

  [CSSTranslate interface: attribute y]
    expected: FAIL

  [CSSTranslate interface: attribute x]
    expected: FAIL

  [CSSTranslate interface: attribute z]
    expected: FAIL

  [CSSImageValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSTransformComponent interface: operation toMatrix()]
    expected: FAIL

  [CSSStyleValue interface: stringifier]
    expected: FAIL

  [CSSStyleValue interface: operation parseAll(USVString, USVString)]
    expected: FAIL

  [CSSUnitValue interface: attribute unit]
    expected: FAIL

  [CSSScale interface: attribute y]
    expected: FAIL

  [CSSScale interface: attribute x]
    expected: FAIL

  [CSSScale interface: attribute z]
    expected: FAIL

  [CSSNumericValue interface: operation equals(CSSNumberish...)]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "sub(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "mul(CSSNumberish...)" with the proper type]
    expected: FAIL

  [StylePropertyMap interface: calling append(USVString, (CSSStyleValue or USVString)...) on styleMap with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: calling div(CSSNumberish...) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: calling sub(CSSNumberish...) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "min(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: calling add(CSSNumberish...) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: calling mul(CSSNumberish...) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "equals(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: operation max(CSSNumberish...)]
    expected: FAIL

  [CSSNumericValue interface: calling max(CSSNumberish...) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: calling min(CSSNumberish...) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: operation mul(CSSNumberish...)]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "sub(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: calling mul(CSSNumberish...) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: calling toSum(USVString...) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: operation add(CSSNumberish...)]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "mul(CSSNumberish...)" with the proper type]
    expected: FAIL

  [StylePropertyMap interface: styleMap must inherit property "set(USVString, (CSSStyleValue or USVString)...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "add(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: calling sub(CSSNumberish...) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "equals(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: operation toSum(USVString...)]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "toSum(USVString...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "add(CSSNumberish...)" with the proper type]
    expected: FAIL

  [StylePropertyMap interface: styleMap must inherit property "append(USVString, (CSSStyleValue or USVString)...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: calling max(CSSNumberish...) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "min(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "max(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: calling min(CSSNumberish...) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: calling toSum(USVString...) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: operation min(CSSNumberish...)]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "max(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: calling equals(CSSNumberish...) on unitValue with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "div(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSNumericValue interface: operation sub(CSSNumberish...)]
    expected: FAIL

  [StylePropertyMap interface: operation set(USVString, (CSSStyleValue or USVString)...)]
    expected: FAIL

  [CSSNumericValue interface: mathSum must inherit property "toSum(USVString...)" with the proper type]
    expected: FAIL

  [StylePropertyMap interface: calling set(USVString, (CSSStyleValue or USVString)...) on styleMap with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: calling div(CSSNumberish...) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: calling equals(CSSNumberish...) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [StylePropertyMap interface: operation append(USVString, (CSSStyleValue or USVString)...)]
    expected: FAIL

  [CSSNumericValue interface: operation div(CSSNumberish...)]
    expected: FAIL

  [CSSNumericValue interface: calling add(CSSNumberish...) on mathSum with too few arguments must throw TypeError]
    expected: FAIL

  [CSSNumericValue interface: unitValue must inherit property "div(CSSNumberish...)" with the proper type]
    expected: FAIL

  [CSSLab interface: attribute a]
    expected: FAIL

  [CSSHSL interface object length]
    expected: FAIL

  [CSSHSL interface: attribute l]
    expected: FAIL

  [CSSColorValue interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSColor interface object length]
    expected: FAIL

  [CSSHWB interface: attribute b]
    expected: FAIL

  [CSSLCH interface: attribute alpha]
    expected: FAIL

  [CSSHSL interface: existence and properties of interface object]
    expected: FAIL

  [CSSColor interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSHWB interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSHWB interface: attribute alpha]
    expected: FAIL

  [CSSHWB interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSHWB interface object name]
    expected: FAIL

  [CSSLab interface object length]
    expected: FAIL

  [CSSRGB interface: attribute r]
    expected: FAIL

  [CSSHWB interface: attribute w]
    expected: FAIL

  [CSSRGB interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSLCH interface: attribute l]
    expected: FAIL

  [CSSColorValue interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSHSL interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSLCH interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSLCH interface: existence and properties of interface object]
    expected: FAIL

  [CSSLab interface object name]
    expected: FAIL

  [CSSColorValue interface object length]
    expected: FAIL

  [CSSColorValue interface: operation parse(USVString)]
    expected: FAIL

  [CSSHWB interface: existence and properties of interface object]
    expected: FAIL

  [CSSLCH interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSHSL interface object name]
    expected: FAIL

  [CSSRGB interface object name]
    expected: FAIL

  [CSSLab interface: attribute l]
    expected: FAIL

  [CSSColorValue interface: existence and properties of interface object]
    expected: FAIL

  [CSSHWB interface: attribute h]
    expected: FAIL

  [CSSColor interface object name]
    expected: FAIL

  [MathMLElement interface: attribute attributeStyleMap]
    expected: FAIL

  [CSSHWB interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSRGB interface: attribute alpha]
    expected: FAIL

  [CSSColor interface: existence and properties of interface object]
    expected: FAIL

  [CSSColorValue interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSRGB interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSLab interface: attribute b]
    expected: FAIL

  [CSSHSL interface: attribute s]
    expected: FAIL

  [CSSLab interface: attribute alpha]
    expected: FAIL

  [CSSHSL interface: attribute h]
    expected: FAIL

  [CSSLCH interface object name]
    expected: FAIL

  [CSSColor interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSRGB interface: attribute b]
    expected: FAIL

  [CSSRGB interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSHSL interface: attribute alpha]
    expected: FAIL

  [CSSHSL interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSColorValue interface object name]
    expected: FAIL

  [CSSLab interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSLCH interface: attribute h]
    expected: FAIL

  [CSSHWB interface object length]
    expected: FAIL

  [CSSColor interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSLCH interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSLab interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSRGB interface object length]
    expected: FAIL

  [CSSHSL interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSLab interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSLCH interface: attribute c]
    expected: FAIL

  [CSSRGB interface: attribute g]
    expected: FAIL

  [CSSLab interface: existence and properties of interface object]
    expected: FAIL

  [CSSLCH interface object length]
    expected: FAIL

  [CSSRGB interface: existence and properties of interface object]
    expected: FAIL

  [CSSMathClamp interface: attribute lower]
    expected: FAIL

  [CSSMathClamp interface: attribute upper]
    expected: FAIL

  [CSSMathClamp interface: attribute value]
    expected: FAIL

  [CSSColor interface: attribute colorSpace]
    expected: FAIL

  [CSSOKLCH interface object name]
    expected: FAIL

  [CSSOKLab interface: existence and properties of interface object]
    expected: FAIL

  [CSSOKLCH interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSOKLab interface object name]
    expected: FAIL

  [CSSColor interface: attribute channels]
    expected: FAIL

  [CSSColor interface: attribute alpha]
    expected: FAIL

  [CSSOKLab interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSOKLCH interface: attribute c]
    expected: FAIL

  [CSSOKLCH interface: existence and properties of interface object]
    expected: FAIL

  [CSSOKLCH interface: existence and properties of interface prototype object's @@unscopables property]
    expected: FAIL

  [CSSOKLab interface object length]
    expected: FAIL

  [CSSOKLCH interface: attribute h]
    expected: FAIL

  [CSSOKLCH interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSOKLCH interface: attribute alpha]
    expected: FAIL

  [CSSOKLCH interface object length]
    expected: FAIL

  [CSSOKLCH interface: attribute l]
    expected: FAIL

  [CSSOKLab interface: existence and properties of interface prototype object]
    expected: FAIL

  [CSSOKLab interface: attribute a]
    expected: FAIL

  [CSSOKLab interface: existence and properties of interface prototype object's "constructor" property]
    expected: FAIL

  [CSSOKLab interface: attribute b]
    expected: FAIL

  [CSSOKLab interface: attribute alpha]
    expected: FAIL

  [CSSOKLab interface: attribute l]
    expected: FAIL

  [CSS namespace: operation dvb(double)]
    expected: FAIL

  [CSS namespace: operation dvi(double)]
    expected: FAIL

  [CSS namespace: operation lvmax(double)]
    expected: FAIL

  [CSS namespace: operation lvw(double)]
    expected: FAIL

  [CSS namespace: operation svb(double)]
    expected: FAIL

  [CSS namespace: operation lvh(double)]
    expected: FAIL

  [CSS namespace: operation svh(double)]
    expected: FAIL

  [CSS namespace: operation lvi(double)]
    expected: FAIL

  [CSS namespace: operation dvw(double)]
    expected: FAIL

  [CSS namespace: operation cqh(double)]
    expected: FAIL

  [CSS namespace: operation svi(double)]
    expected: FAIL

  [CSS namespace: operation svw(double)]
    expected: FAIL

  [CSS namespace: operation cqb(double)]
    expected: FAIL

  [CSS namespace: operation dvmin(double)]
    expected: FAIL

  [CSS namespace: operation cqmin(double)]
    expected: FAIL

  [CSS namespace: operation lvmin(double)]
    expected: FAIL

  [CSS namespace: operation cqw(double)]
    expected: FAIL

  [CSS namespace: operation dvmax(double)]
    expected: FAIL

  [CSS namespace: operation svmin(double)]
    expected: FAIL

  [CSS namespace: operation lvb(double)]
    expected: FAIL

  [CSS namespace: operation dvh(double)]
    expected: FAIL

  [CSS namespace: operation cqmax(double)]
    expected: FAIL

  [CSS namespace: operation cqi(double)]
    expected: FAIL

  [CSS namespace: operation svmax(double)]
    expected: FAIL

  [CSS namespace: operation cap(double)]
    expected: FAIL

  [CSS namespace: operation rch(double)]
    expected: FAIL

  [CSS namespace: operation rex(double)]
    expected: FAIL

  [CSS namespace: operation ric(double)]
    expected: FAIL

  [CSS namespace: operation rcap(double)]
    expected: FAIL