Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
#data
2
* { border: inherit; }
3
#errors
4
#expected
5
| *
6
|  border-top-color: inherit
7
|  border-top-style: inherit
8
|  border-top-width: inherit
9
|  border-right-color: inherit
10
|  border-right-style: inherit
11
|  border-right-width: inherit
12
|  border-bottom-color: inherit
13
|  border-bottom-style: inherit
14
|  border-bottom-width: inherit
15
|  border-left-color: inherit
16
|  border-left-style: inherit
17
|  border-left-width: inherit
18
#reset
19
 
20
#data
21
* { border: red; }
22
#errors
23
#expected
24
| *
25
|  border-top-color: #ffff0000
26
|  border-top-style: none
27
|  border-top-width: medium
28
|  border-right-color: #ffff0000
29
|  border-right-style: none
30
|  border-right-width: medium
31
|  border-bottom-color: #ffff0000
32
|  border-bottom-style: none
33
|  border-bottom-width: medium
34
|  border-left-color: #ffff0000
35
|  border-left-style: none
36
|  border-left-width: medium
37
#reset
38
 
39
#data
40
* { border: transparent; }
41
#errors
42
#expected
43
| *
44
|  border-top-color: transparent
45
|  border-top-style: none
46
|  border-top-width: medium
47
|  border-right-color: transparent
48
|  border-right-style: none
49
|  border-right-width: medium
50
|  border-bottom-color: transparent
51
|  border-bottom-style: none
52
|  border-bottom-width: medium
53
|  border-left-color: transparent
54
|  border-left-style: none
55
|  border-left-width: medium
56
#reset
57
 
58
#data
59
* { border: currentColor; }
60
#errors
61
#expected
62
| *
63
|  border-top-color: currentColor
64
|  border-top-style: none
65
|  border-top-width: medium
66
|  border-right-color: currentColor
67
|  border-right-style: none
68
|  border-right-width: medium
69
|  border-bottom-color: currentColor
70
|  border-bottom-style: none
71
|  border-bottom-width: medium
72
|  border-left-color: currentColor
73
|  border-left-style: none
74
|  border-left-width: medium
75
#reset
76
 
77
#data
78
* { border: solid; }
79
#errors
80
#expected
81
| *
82
|  border-top-style: solid
83
|  border-top-width: medium
84
|  border-right-style: solid
85
|  border-right-width: medium
86
|  border-bottom-style: solid
87
|  border-bottom-width: medium
88
|  border-left-style: solid
89
|  border-left-width: medium
90
#reset
91
 
92
#data
93
* { border: thin; }
94
#errors
95
#expected
96
| *
97
|  border-top-style: none
98
|  border-top-width: thin
99
|  border-right-style: none
100
|  border-right-width: thin
101
|  border-bottom-style: none
102
|  border-bottom-width: thin
103
|  border-left-style: none
104
|  border-left-width: thin
105
#reset
106
 
107
#data
108
* { border: red solid; }
109
#errors
110
#expected
111
| *
112
|  border-top-color: #ffff0000
113
|  border-top-style: solid
114
|  border-top-width: medium
115
|  border-right-color: #ffff0000
116
|  border-right-style: solid
117
|  border-right-width: medium
118
|  border-bottom-color: #ffff0000
119
|  border-bottom-style: solid
120
|  border-bottom-width: medium
121
|  border-left-color: #ffff0000
122
|  border-left-style: solid
123
|  border-left-width: medium
124
#reset
125
 
126
#data
127
* { border: solid red; }
128
#errors
129
#expected
130
| *
131
|  border-top-color: #ffff0000
132
|  border-top-style: solid
133
|  border-top-width: medium
134
|  border-right-color: #ffff0000
135
|  border-right-style: solid
136
|  border-right-width: medium
137
|  border-bottom-color: #ffff0000
138
|  border-bottom-style: solid
139
|  border-bottom-width: medium
140
|  border-left-color: #ffff0000
141
|  border-left-style: solid
142
|  border-left-width: medium
143
#reset
144
 
145
#data
146
* { border: red thin; }
147
#errors
148
#expected
149
| *
150
|  border-top-color: #ffff0000
151
|  border-top-style: none
152
|  border-top-width: thin
153
|  border-right-color: #ffff0000
154
|  border-right-style: none
155
|  border-right-width: thin
156
|  border-bottom-color: #ffff0000
157
|  border-bottom-style: none
158
|  border-bottom-width: thin
159
|  border-left-color: #ffff0000
160
|  border-left-style: none
161
|  border-left-width: thin
162
#reset
163
 
164
#data
165
* { border: thin red; }
166
#errors
167
#expected
168
| *
169
|  border-top-color: #ffff0000
170
|  border-top-style: none
171
|  border-top-width: thin
172
|  border-right-color: #ffff0000
173
|  border-right-style: none
174
|  border-right-width: thin
175
|  border-bottom-color: #ffff0000
176
|  border-bottom-style: none
177
|  border-bottom-width: thin
178
|  border-left-color: #ffff0000
179
|  border-left-style: none
180
|  border-left-width: thin
181
#reset
182
 
183
#data
184
* { border: solid thin; }
185
#errors
186
#expected
187
| *
188
|  border-top-style: solid
189
|  border-top-width: thin
190
|  border-right-style: solid
191
|  border-right-width: thin
192
|  border-bottom-style: solid
193
|  border-bottom-width: thin
194
|  border-left-style: solid
195
|  border-left-width: thin
196
#reset
197
 
198
#data
199
* { border: thin solid; }
200
#errors
201
#expected
202
| *
203
|  border-top-style: solid
204
|  border-top-width: thin
205
|  border-right-style: solid
206
|  border-right-width: thin
207
|  border-bottom-style: solid
208
|  border-bottom-width: thin
209
|  border-left-style: solid
210
|  border-left-width: thin
211
#reset
212
 
213
#data
214
* { border: red solid thin; }
215
#errors
216
#expected
217
| *
218
|  border-top-color: #ffff0000
219
|  border-top-style: solid
220
|  border-top-width: thin
221
|  border-right-color: #ffff0000
222
|  border-right-style: solid
223
|  border-right-width: thin
224
|  border-bottom-color: #ffff0000
225
|  border-bottom-style: solid
226
|  border-bottom-width: thin
227
|  border-left-color: #ffff0000
228
|  border-left-style: solid
229
|  border-left-width: thin
230
#reset
231
 
232
#data
233
* { border: red thin solid; }
234
#errors
235
#expected
236
| *
237
|  border-top-color: #ffff0000
238
|  border-top-style: solid
239
|  border-top-width: thin
240
|  border-right-color: #ffff0000
241
|  border-right-style: solid
242
|  border-right-width: thin
243
|  border-bottom-color: #ffff0000
244
|  border-bottom-style: solid
245
|  border-bottom-width: thin
246
|  border-left-color: #ffff0000
247
|  border-left-style: solid
248
|  border-left-width: thin
249
#reset
250
 
251
#data
252
* { border: solid red thin; }
253
#errors
254
#expected
255
| *
256
|  border-top-color: #ffff0000
257
|  border-top-style: solid
258
|  border-top-width: thin
259
|  border-right-color: #ffff0000
260
|  border-right-style: solid
261
|  border-right-width: thin
262
|  border-bottom-color: #ffff0000
263
|  border-bottom-style: solid
264
|  border-bottom-width: thin
265
|  border-left-color: #ffff0000
266
|  border-left-style: solid
267
|  border-left-width: thin
268
#reset
269
 
270
#data
271
* { border: solid thin red; }
272
#errors
273
#expected
274
| *
275
|  border-top-color: #ffff0000
276
|  border-top-style: solid
277
|  border-top-width: thin
278
|  border-right-color: #ffff0000
279
|  border-right-style: solid
280
|  border-right-width: thin
281
|  border-bottom-color: #ffff0000
282
|  border-bottom-style: solid
283
|  border-bottom-width: thin
284
|  border-left-color: #ffff0000
285
|  border-left-style: solid
286
|  border-left-width: thin
287
#reset
288
 
289
#data
290
* { border: thin red solid; }
291
#errors
292
#expected
293
| *
294
|  border-top-color: #ffff0000
295
|  border-top-style: solid
296
|  border-top-width: thin
297
|  border-right-color: #ffff0000
298
|  border-right-style: solid
299
|  border-right-width: thin
300
|  border-bottom-color: #ffff0000
301
|  border-bottom-style: solid
302
|  border-bottom-width: thin
303
|  border-left-color: #ffff0000
304
|  border-left-style: solid
305
|  border-left-width: thin
306
#reset
307
 
308
#data
309
* { border: thin solid red; }
310
#errors
311
#expected
312
| *
313
|  border-top-color: #ffff0000
314
|  border-top-style: solid
315
|  border-top-width: thin
316
|  border-right-color: #ffff0000
317
|  border-right-style: solid
318
|  border-right-width: thin
319
|  border-bottom-color: #ffff0000
320
|  border-bottom-style: solid
321
|  border-bottom-width: thin
322
|  border-left-color: #ffff0000
323
|  border-left-style: solid
324
|  border-left-width: thin
325
#reset
326
 
327
 
328
#data
329
* { border: inherit !important; }
330
#errors
331
#expected
332
| *
333
|  border-top-color: inherit !important
334
|  border-top-style: inherit !important
335
|  border-top-width: inherit !important
336
|  border-right-color: inherit !important
337
|  border-right-style: inherit !important
338
|  border-right-width: inherit !important
339
|  border-bottom-color: inherit !important
340
|  border-bottom-style: inherit !important
341
|  border-bottom-width: inherit !important
342
|  border-left-color: inherit !important
343
|  border-left-style: inherit !important
344
|  border-left-width: inherit !important
345
#reset
346
 
347
#data
348
* { border: red !important; }
349
#errors
350
#expected
351
| *
352
|  border-top-color: #ffff0000 !important
353
|  border-top-style: none !important
354
|  border-top-width: medium !important
355
|  border-right-color: #ffff0000 !important
356
|  border-right-style: none !important
357
|  border-right-width: medium !important
358
|  border-bottom-color: #ffff0000 !important
359
|  border-bottom-style: none !important
360
|  border-bottom-width: medium !important
361
|  border-left-color: #ffff0000 !important
362
|  border-left-style: none !important
363
|  border-left-width: medium !important
364
#reset
365
 
366
#data
367
* { border: solid !important; }
368
#errors
369
#expected
370
| *
371
|  border-top-style: solid !important
372
|  border-top-width: medium !important
373
|  border-right-style: solid !important
374
|  border-right-width: medium !important
375
|  border-bottom-style: solid !important
376
|  border-bottom-width: medium !important
377
|  border-left-style: solid !important
378
|  border-left-width: medium !important
379
#reset
380
 
381
#data
382
* { border: thin !important; }
383
#errors
384
#expected
385
| *
386
|  border-top-style: none !important
387
|  border-top-width: thin !important
388
|  border-right-style: none !important
389
|  border-right-width: thin !important
390
|  border-bottom-style: none !important
391
|  border-bottom-width: thin !important
392
|  border-left-style: none !important
393
|  border-left-width: thin !important
394
#reset
395
 
396
#data
397
* { border: red solid !important; }
398
#errors
399
#expected
400
| *
401
|  border-top-color: #ffff0000 !important
402
|  border-top-style: solid !important
403
|  border-top-width: medium !important
404
|  border-right-color: #ffff0000 !important
405
|  border-right-style: solid !important
406
|  border-right-width: medium !important
407
|  border-bottom-color: #ffff0000 !important
408
|  border-bottom-style: solid !important
409
|  border-bottom-width: medium !important
410
|  border-left-color: #ffff0000 !important
411
|  border-left-style: solid !important
412
|  border-left-width: medium !important
413
#reset
414
 
415
#data
416
* { border: solid red !important; }
417
#errors
418
#expected
419
| *
420
|  border-top-color: #ffff0000 !important
421
|  border-top-style: solid !important
422
|  border-top-width: medium !important
423
|  border-right-color: #ffff0000 !important
424
|  border-right-style: solid !important
425
|  border-right-width: medium !important
426
|  border-bottom-color: #ffff0000 !important
427
|  border-bottom-style: solid !important
428
|  border-bottom-width: medium !important
429
|  border-left-color: #ffff0000 !important
430
|  border-left-style: solid !important
431
|  border-left-width: medium !important
432
#reset
433
 
434
#data
435
* { border: red thin !important; }
436
#errors
437
#expected
438
| *
439
|  border-top-color: #ffff0000 !important
440
|  border-top-style: none !important
441
|  border-top-width: thin !important
442
|  border-right-color: #ffff0000 !important
443
|  border-right-style: none !important
444
|  border-right-width: thin !important
445
|  border-bottom-color: #ffff0000 !important
446
|  border-bottom-style: none !important
447
|  border-bottom-width: thin !important
448
|  border-left-color: #ffff0000 !important
449
|  border-left-style: none !important
450
|  border-left-width: thin !important
451
#reset
452
 
453
#data
454
* { border: thin red !important; }
455
#errors
456
#expected
457
| *
458
|  border-top-color: #ffff0000 !important
459
|  border-top-style: none !important
460
|  border-top-width: thin !important
461
|  border-right-color: #ffff0000 !important
462
|  border-right-style: none !important
463
|  border-right-width: thin !important
464
|  border-bottom-color: #ffff0000 !important
465
|  border-bottom-style: none !important
466
|  border-bottom-width: thin !important
467
|  border-left-color: #ffff0000 !important
468
|  border-left-style: none !important
469
|  border-left-width: thin !important
470
#reset
471
 
472
#data
473
* { border: solid thin !important; }
474
#errors
475
#expected
476
| *
477
|  border-top-style: solid !important
478
|  border-top-width: thin !important
479
|  border-right-style: solid !important
480
|  border-right-width: thin !important
481
|  border-bottom-style: solid !important
482
|  border-bottom-width: thin !important
483
|  border-left-style: solid !important
484
|  border-left-width: thin !important
485
#reset
486
 
487
#data
488
* { border: thin solid !important; }
489
#errors
490
#expected
491
| *
492
|  border-top-style: solid !important
493
|  border-top-width: thin !important
494
|  border-right-style: solid !important
495
|  border-right-width: thin !important
496
|  border-bottom-style: solid !important
497
|  border-bottom-width: thin !important
498
|  border-left-style: solid !important
499
|  border-left-width: thin !important
500
#reset
501
 
502
#data
503
* { border: red solid thin !important; }
504
#errors
505
#expected
506
| *
507
|  border-top-color: #ffff0000 !important
508
|  border-top-style: solid !important
509
|  border-top-width: thin !important
510
|  border-right-color: #ffff0000 !important
511
|  border-right-style: solid !important
512
|  border-right-width: thin !important
513
|  border-bottom-color: #ffff0000 !important
514
|  border-bottom-style: solid !important
515
|  border-bottom-width: thin !important
516
|  border-left-color: #ffff0000 !important
517
|  border-left-style: solid !important
518
|  border-left-width: thin !important
519
#reset
520
 
521
#data
522
* { border: red thin solid !important; }
523
#errors
524
#expected
525
| *
526
|  border-top-color: #ffff0000 !important
527
|  border-top-style: solid !important
528
|  border-top-width: thin !important
529
|  border-right-color: #ffff0000 !important
530
|  border-right-style: solid !important
531
|  border-right-width: thin !important
532
|  border-bottom-color: #ffff0000 !important
533
|  border-bottom-style: solid !important
534
|  border-bottom-width: thin !important
535
|  border-left-color: #ffff0000 !important
536
|  border-left-style: solid !important
537
|  border-left-width: thin !important
538
#reset
539
 
540
#data
541
* { border: solid red thin !important; }
542
#errors
543
#expected
544
| *
545
|  border-top-color: #ffff0000 !important
546
|  border-top-style: solid !important
547
|  border-top-width: thin !important
548
|  border-right-color: #ffff0000 !important
549
|  border-right-style: solid !important
550
|  border-right-width: thin !important
551
|  border-bottom-color: #ffff0000 !important
552
|  border-bottom-style: solid !important
553
|  border-bottom-width: thin !important
554
|  border-left-color: #ffff0000 !important
555
|  border-left-style: solid !important
556
|  border-left-width: thin !important
557
#reset
558
 
559
#data
560
* { border: solid thin red !important; }
561
#errors
562
#expected
563
| *
564
|  border-top-color: #ffff0000 !important
565
|  border-top-style: solid !important
566
|  border-top-width: thin !important
567
|  border-right-color: #ffff0000 !important
568
|  border-right-style: solid !important
569
|  border-right-width: thin !important
570
|  border-bottom-color: #ffff0000 !important
571
|  border-bottom-style: solid !important
572
|  border-bottom-width: thin !important
573
|  border-left-color: #ffff0000 !important
574
|  border-left-style: solid !important
575
|  border-left-width: thin !important
576
#reset
577
 
578
#data
579
* { border: thin red solid !important; }
580
#errors
581
#expected
582
| *
583
|  border-top-color: #ffff0000 !important
584
|  border-top-style: solid !important
585
|  border-top-width: thin !important
586
|  border-right-color: #ffff0000 !important
587
|  border-right-style: solid !important
588
|  border-right-width: thin !important
589
|  border-bottom-color: #ffff0000 !important
590
|  border-bottom-style: solid !important
591
|  border-bottom-width: thin !important
592
|  border-left-color: #ffff0000 !important
593
|  border-left-style: solid !important
594
|  border-left-width: thin !important
595
#reset
596
 
597
#data
598
* { border: thin solid red !important; }
599
#errors
600
#expected
601
| *
602
|  border-top-color: #ffff0000 !important
603
|  border-top-style: solid !important
604
|  border-top-width: thin !important
605
|  border-right-color: #ffff0000 !important
606
|  border-right-style: solid !important
607
|  border-right-width: thin !important
608
|  border-bottom-color: #ffff0000 !important
609
|  border-bottom-style: solid !important
610
|  border-bottom-width: thin !important
611
|  border-left-color: #ffff0000 !important
612
|  border-left-style: solid !important
613
|  border-left-width: thin !important
614
#reset
615
 
616
 
617
#data
618
* { border: invalid; }
619
#errors
620
#expected
621
| *
622
#reset
623
 
624
#data
625
* { border: ; }
626
#errors
627
#expected
628
| *
629
#reset
630
 
631
#data
632
* { border:}
633
#errors
634
#expected
635
| *
636
#reset
637
 
638
#data
639
* { border: thin inherit; }
640
#errors
641
#expected
642
| *
643
#reset
644
 
645
#data
646
* { border: inherit thin; }
647
#errors
648
#expected
649
| *
650
#reset
651
 
652
#data
653
* { border: thin solid black inherit; }
654
#errors
655
#expected
656
| *
657
#reset
658
 
659
#data
660
* { border: thin inherit solid; }
661
#errors
662
#expected
663
| *
664
#reset
665
 
666
#data
667
* { border: inherit !important #ff9; }
668
#errors
669
#expected
670
| *
671
#reset
672
 
673
 
674
#data
675
* { border-color: red; }
676
#errors
677
#expected
678
| *
679
|  border-top-color: #ffff0000
680
|  border-right-color: #ffff0000
681
|  border-bottom-color: #ffff0000
682
|  border-left-color: #ffff0000
683
#reset
684
 
685
#data
686
* { border-color: inherit; }
687
#errors
688
#expected
689
| *
690
|  border-top-color: inherit
691
|  border-right-color: inherit
692
|  border-bottom-color: inherit
693
|  border-left-color: inherit
694
#reset
695
 
696
#data
697
* { border-color: red green; }
698
#errors
699
#expected
700
| *
701
|  border-top-color: #ffff0000
702
|  border-right-color: #ff008000
703
|  border-bottom-color: #ffff0000
704
|  border-left-color: #ff008000
705
#reset
706
 
707
#data
708
* { border-color: red green blue; }
709
#errors
710
#expected
711
| *
712
|  border-top-color: #ffff0000
713
|  border-right-color: #ff008000
714
|  border-bottom-color: #ff0000ff
715
|  border-left-color: #ff008000
716
#reset
717
 
718
#data
719
* { border-color: red green blue yellow; }
720
#errors
721
#expected
722
| *
723
|  border-top-color: #ffff0000
724
|  border-right-color: #ff008000
725
|  border-bottom-color: #ff0000ff
726
|  border-left-color: #ffffff00
727
#reset
728
 
729
 
730
#data
731
* { border-color: red !important; }
732
#errors
733
#expected
734
| *
735
|  border-top-color: #ffff0000 !important
736
|  border-right-color: #ffff0000 !important
737
|  border-bottom-color: #ffff0000 !important
738
|  border-left-color: #ffff0000 !important
739
#reset
740
 
741
#data
742
* { border-color: red green !important; }
743
#errors
744
#expected
745
| *
746
|  border-top-color: #ffff0000 !important
747
|  border-right-color: #ff008000 !important
748
|  border-bottom-color: #ffff0000 !important
749
|  border-left-color: #ff008000 !important
750
#reset
751
 
752
#data
753
* { border-color: red green blue !important; }
754
#errors
755
#expected
756
| *
757
|  border-top-color: #ffff0000 !important
758
|  border-right-color: #ff008000 !important
759
|  border-bottom-color: #ff0000ff !important
760
|  border-left-color: #ff008000 !important
761
#reset
762
 
763
#data
764
* { border-color: red green blue yellow !important; }
765
#errors
766
#expected
767
| *
768
|  border-top-color: #ffff0000 !important
769
|  border-right-color: #ff008000 !important
770
|  border-bottom-color: #ff0000ff !important
771
|  border-left-color: #ffffff00 !important
772
#reset
773
 
774
 
775
#data
776
* { border-color: invalid; }
777
#errors
778
#expected
779
| *
780
#reset
781
 
782
#data
783
* { border-color: ; }
784
#errors
785
#expected
786
| *
787
#reset
788
 
789
#data
790
* { border-color:}
791
#errors
792
#expected
793
| *
794
#reset
795
 
796
 
797
#data
798
* { border-style: solid; }
799
#errors
800
#expected
801
| *
802
|  border-top-style: solid
803
|  border-right-style: solid
804
|  border-bottom-style: solid
805
|  border-left-style: solid
806
#reset
807
 
808
#data
809
* { border-style: inherit; }
810
#errors
811
#expected
812
| *
813
|  border-top-style: inherit
814
|  border-right-style: inherit
815
|  border-bottom-style: inherit
816
|  border-left-style: inherit
817
#reset
818
 
819
#data
820
* { border-style: solid double; }
821
#errors
822
#expected
823
| *
824
|  border-top-style: solid
825
|  border-right-style: double
826
|  border-bottom-style: solid
827
|  border-left-style: double
828
#reset
829
 
830
#data
831
* { border-style: solid double groove; }
832
#errors
833
#expected
834
| *
835
|  border-top-style: solid
836
|  border-right-style: double
837
|  border-bottom-style: groove
838
|  border-left-style: double
839
#reset
840
 
841
#data
842
* { border-style: solid double groove ridge; }
843
#errors
844
#expected
845
| *
846
|  border-top-style: solid
847
|  border-right-style: double
848
|  border-bottom-style: groove
849
|  border-left-style: ridge
850
#reset
851
 
852
 
853
#data
854
* { border-style: solid !important; }
855
#errors
856
#expected
857
| *
858
|  border-top-style: solid !important
859
|  border-right-style: solid !important
860
|  border-bottom-style: solid !important
861
|  border-left-style: solid !important
862
#reset
863
 
864
#data
865
* { border-style: solid double !important; }
866
#errors
867
#expected
868
| *
869
|  border-top-style: solid !important
870
|  border-right-style: double !important
871
|  border-bottom-style: solid !important
872
|  border-left-style: double !important
873
#reset
874
 
875
#data
876
* { border-style: solid double groove !important; }
877
#errors
878
#expected
879
| *
880
|  border-top-style: solid !important
881
|  border-right-style: double !important
882
|  border-bottom-style: groove !important
883
|  border-left-style: double !important
884
#reset
885
 
886
#data
887
* { border-style: solid double groove ridge !important; }
888
#errors
889
#expected
890
| *
891
|  border-top-style: solid !important
892
|  border-right-style: double !important
893
|  border-bottom-style: groove !important
894
|  border-left-style: ridge !important
895
#reset
896
 
897
 
898
#data
899
* { border-style: invalid; }
900
#errors
901
#expected
902
| *
903
#reset
904
 
905
#data
906
* { border-style: ; }
907
#errors
908
#expected
909
| *
910
#reset
911
 
912
#data
913
* { border-style:}
914
#errors
915
#expected
916
| *
917
#reset
918
 
919
 
920
#data
921
* { border-width: thin; }
922
#errors
923
#expected
924
| *
925
|  border-top-width: thin
926
|  border-right-width: thin
927
|  border-bottom-width: thin
928
|  border-left-width: thin
929
#reset
930
 
931
#data
932
* { border-width: inherit; }
933
#errors
934
#expected
935
| *
936
|  border-top-width: inherit
937
|  border-right-width: inherit
938
|  border-bottom-width: inherit
939
|  border-left-width: inherit
940
#reset
941
 
942
#data
943
* { border-width: thin thick; }
944
#errors
945
#expected
946
| *
947
|  border-top-width: thin
948
|  border-right-width: thick
949
|  border-bottom-width: thin
950
|  border-left-width: thick
951
#reset
952
 
953
#data
954
* { border-width: thin thick medium; }
955
#errors
956
#expected
957
| *
958
|  border-top-width: thin
959
|  border-right-width: thick
960
|  border-bottom-width: medium
961
|  border-left-width: thick
962
#reset
963
 
964
#data
965
* { border-width: thin thick medium 0; }
966
#errors
967
#expected
968
| *
969
|  border-top-width: thin
970
|  border-right-width: thick
971
|  border-bottom-width: medium
972
|  border-left-width: 0px
973
#reset
974
 
975
 
976
#data
977
* { border-width: thin !important; }
978
#errors
979
#expected
980
| *
981
|  border-top-width: thin !important
982
|  border-right-width: thin !important
983
|  border-bottom-width: thin !important
984
|  border-left-width: thin !important
985
#reset
986
 
987
#data
988
* { border-width: thin thick !important; }
989
#errors
990
#expected
991
| *
992
|  border-top-width: thin !important
993
|  border-right-width: thick !important
994
|  border-bottom-width: thin !important
995
|  border-left-width: thick !important
996
#reset
997
 
998
#data
999
* { border-width: thin thick medium !important; }
1000
#errors
1001
#expected
1002
| *
1003
|  border-top-width: thin !important
1004
|  border-right-width: thick !important
1005
|  border-bottom-width: medium !important
1006
|  border-left-width: thick !important
1007
#reset
1008
 
1009
#data
1010
* { border-width: thin thick medium 0 !important; }
1011
#errors
1012
#expected
1013
| *
1014
|  border-top-width: thin !important
1015
|  border-right-width: thick !important
1016
|  border-bottom-width: medium !important
1017
|  border-left-width: 0px !important
1018
#reset
1019
 
1020
 
1021
#data
1022
* { border-width: invalid; }
1023
#errors
1024
#expected
1025
| *
1026
#reset
1027
 
1028
#data
1029
* { border-width: ; }
1030
#errors
1031
#expected
1032
| *
1033
#reset
1034
 
1035
#data
1036
* { border-width:}
1037
#errors
1038
#expected
1039
| *
1040
#reset
1041
 
1042
 
1043
 
1044
 
1045
#data
1046
* { border-top: inherit; }
1047
#errors
1048
#expected
1049
| *
1050
|  border-top-color: inherit
1051
|  border-top-style: inherit
1052
|  border-top-width: inherit
1053
#reset
1054
 
1055
#data
1056
* { border-top: red; }
1057
#errors
1058
#expected
1059
| *
1060
|  border-top-color: #ffff0000
1061
|  border-top-style: none
1062
|  border-top-width: medium
1063
#reset
1064
 
1065
#data
1066
* { border-top: solid; }
1067
#errors
1068
#expected
1069
| *
1070
|  border-top-style: solid
1071
|  border-top-width: medium
1072
#reset
1073
 
1074
#data
1075
* { border-top: thin; }
1076
#errors
1077
#expected
1078
| *
1079
|  border-top-style: none
1080
|  border-top-width: thin
1081
#reset
1082
 
1083
#data
1084
* { border-top: red solid; }
1085
#errors
1086
#expected
1087
| *
1088
|  border-top-color: #ffff0000
1089
|  border-top-style: solid
1090
|  border-top-width: medium
1091
#reset
1092
 
1093
#data
1094
* { border-top: thin solid red; }
1095
#errors
1096
#expected
1097
| *
1098
|  border-top-color: #ffff0000
1099
|  border-top-style: solid
1100
|  border-top-width: thin
1101
#reset
1102
 
1103
#data
1104
* { border-right: inherit; }
1105
#errors
1106
#expected
1107
| *
1108
|  border-right-color: inherit
1109
|  border-right-style: inherit
1110
|  border-right-width: inherit
1111
#reset
1112
 
1113
#data
1114
* { border-right: red; }
1115
#errors
1116
#expected
1117
| *
1118
|  border-right-color: #ffff0000
1119
|  border-right-style: none
1120
|  border-right-width: medium
1121
#reset
1122
 
1123
#data
1124
* { border-right: solid; }
1125
#errors
1126
#expected
1127
| *
1128
|  border-right-style: solid
1129
|  border-right-width: medium
1130
#reset
1131
 
1132
#data
1133
* { border-right: thin; }
1134
#errors
1135
#expected
1136
| *
1137
|  border-right-style: none
1138
|  border-right-width: thin
1139
#reset
1140
 
1141
#data
1142
* { border-right: red solid; }
1143
#errors
1144
#expected
1145
| *
1146
|  border-right-color: #ffff0000
1147
|  border-right-style: solid
1148
|  border-right-width: medium
1149
#reset
1150
 
1151
#data
1152
* { border-right: thin solid red; }
1153
#errors
1154
#expected
1155
| *
1156
|  border-right-color: #ffff0000
1157
|  border-right-style: solid
1158
|  border-right-width: thin
1159
#reset
1160
 
1161
#data
1162
* { border-bottom: inherit; }
1163
#errors
1164
#expected
1165
| *
1166
|  border-bottom-color: inherit
1167
|  border-bottom-style: inherit
1168
|  border-bottom-width: inherit
1169
#reset
1170
 
1171
#data
1172
* { border-bottom: red; }
1173
#errors
1174
#expected
1175
| *
1176
|  border-bottom-color: #ffff0000
1177
|  border-bottom-style: none
1178
|  border-bottom-width: medium
1179
#reset
1180
 
1181
#data
1182
* { border-bottom: solid; }
1183
#errors
1184
#expected
1185
| *
1186
|  border-bottom-style: solid
1187
|  border-bottom-width: medium
1188
#reset
1189
 
1190
#data
1191
* { border-bottom: thin; }
1192
#errors
1193
#expected
1194
| *
1195
|  border-bottom-style: none
1196
|  border-bottom-width: thin
1197
#reset
1198
 
1199
#data
1200
* { border-bottom: red solid; }
1201
#errors
1202
#expected
1203
| *
1204
|  border-bottom-color: #ffff0000
1205
|  border-bottom-style: solid
1206
|  border-bottom-width: medium
1207
#reset
1208
 
1209
#data
1210
* { border-bottom: thin solid red; }
1211
#errors
1212
#expected
1213
| *
1214
|  border-bottom-color: #ffff0000
1215
|  border-bottom-style: solid
1216
|  border-bottom-width: thin
1217
#reset
1218
 
1219
#data
1220
* { border-left: inherit; }
1221
#errors
1222
#expected
1223
| *
1224
|  border-left-color: inherit
1225
|  border-left-style: inherit
1226
|  border-left-width: inherit
1227
#reset
1228
 
1229
#data
1230
* { border-left: red; }
1231
#errors
1232
#expected
1233
| *
1234
|  border-left-color: #ffff0000
1235
|  border-left-style: none
1236
|  border-left-width: medium
1237
#reset
1238
 
1239
#data
1240
* { border-left: solid; }
1241
#errors
1242
#expected
1243
| *
1244
|  border-left-style: solid
1245
|  border-left-width: medium
1246
#reset
1247
 
1248
#data
1249
* { border-left: thin; }
1250
#errors
1251
#expected
1252
| *
1253
|  border-left-style: none
1254
|  border-left-width: thin
1255
#reset
1256
 
1257
#data
1258
* { border-left: red solid; }
1259
#errors
1260
#expected
1261
| *
1262
|  border-left-color: #ffff0000
1263
|  border-left-style: solid
1264
|  border-left-width: medium
1265
#reset
1266
 
1267
#data
1268
* { border-left: thin solid red; }
1269
#errors
1270
#expected
1271
| *
1272
|  border-left-color: #ffff0000
1273
|  border-left-style: solid
1274
|  border-left-width: thin
1275
#reset
1276
 
1277
#data
1278
* { border-collapse: inherit; }
1279
#errors
1280
#expected
1281
| *
1282
|  border-collapse: inherit
1283
#reset
1284
 
1285
#data
1286
* { border-spacing: inherit; }
1287
#errors
1288
#expected
1289
| *
1290
|  border-spacing: inherit
1291
#reset
1292
 
1293
#data
1294
* { border-top-color: inherit; }
1295
#errors
1296
#expected
1297
| *
1298
|  border-top-color: inherit
1299
#reset
1300
 
1301
#data
1302
* { border-right-style: inherit; }
1303
#errors
1304
#expected
1305
| *
1306
|  border-right-style: inherit
1307
#reset
1308
 
1309
#data
1310
* { border-bottom-width: inherit; }
1311
#errors
1312
#expected
1313
| *
1314
|  border-bottom-width: inherit
1315
#reset
1316
 
1317
#data
1318
* { border-left-color: inherit !important; }
1319
#errors
1320
#expected
1321
| *
1322
|  border-left-color: inherit !important
1323
#reset
1324
 
1325
 
1326
 
1327
 
1328
#data
1329
* { border: red inherit; }
1330
#errors
1331
#expected
1332
| *
1333
#reset
1334
 
1335
#data
1336
* { border: red inherit red; }
1337
#errors
1338
#expected
1339
| *
1340
#reset
1341
 
1342
#data
1343
* { border: red red; }
1344
#errors
1345
#expected
1346
| *
1347
#reset
1348
 
1349
#data
1350
* { border: inherit red medium; }
1351
#errors
1352
#expected
1353
| *
1354
#reset
1355
 
1356
#data
1357
* { border: inherit red medium inherit; }
1358
#errors
1359
#expected
1360
| *
1361
#reset
1362
 
1363
#data
1364
* { border: red medium inherit; }
1365
#errors
1366
#expected
1367
| *
1368
#reset
1369
 
1370
#data
1371
* { border: inherit inherit; }
1372
#errors
1373
#expected
1374
| *
1375
#reset
1376
 
1377
#data
1378
* { border: none inherit; }
1379
#errors
1380
#expected
1381
| *
1382
#reset
1383
 
1384
#data
1385
* { border: none inherit red; }
1386
#errors
1387
#expected
1388
| *
1389
#reset
1390
 
1391
#data
1392
* { border-width: inherit inherit; }
1393
#errors
1394
#expected
1395
| *
1396
#reset
1397
 
1398
#data
1399
* { border-width: 0 inherit; }
1400
#errors
1401
#expected
1402
| *
1403
#reset
1404
 
1405
#data
1406
* { border-width: 0 inherit 0; }
1407
#errors
1408
#expected
1409
| *
1410
#reset
1411
 
1412
#data
1413
* { border-width: inherit 0 inherit 0; }
1414
#errors
1415
#expected
1416
| *
1417
#reset
1418
 
1419
#data
1420
* { border-width: thin inherit; }
1421
#errors
1422
#expected
1423
| *
1424
#reset
1425
 
1426
#data
1427
* { border-color: blue inherit; }
1428
#errors
1429
#expected
1430
| *
1431
#reset
1432
 
1433
#data
1434
* { border-color: inherit blue; }
1435
#errors
1436
#expected
1437
| *
1438
#reset
1439
 
1440
#data
1441
* { border-color: inherit inherit; }
1442
#errors
1443
#expected
1444
| *
1445
#reset
1446
 
1447
#data
1448
* { border-color: thin; }
1449
#errors
1450
#expected
1451
| *
1452
#reset
1453
 
1454
#data
1455
* { border-color: blue inherit green blue; }
1456
#errors
1457
#expected
1458
| *
1459
#reset
1460
 
1461
#data
1462
* { border-style: solid inherit; }
1463
#errors
1464
#expected
1465
| *
1466
#reset
1467
 
1468
#data
1469
* { border-style: inherit solid; }
1470
#errors
1471
#expected
1472
| *
1473
#reset
1474
 
1475
#data
1476
* { border-style: inherit inherit; }
1477
#errors
1478
#expected
1479
| *
1480
#reset
1481
 
1482
#data
1483
* { border-top: red inherit; }
1484
#errors
1485
#expected
1486
| *
1487
#reset
1488
 
1489
#data
1490
* { border-top: red inherit red; }
1491
#errors
1492
#expected
1493
| *
1494
#reset
1495
 
1496
#data
1497
* { border-top: red red; }
1498
#errors
1499
#expected
1500
| *
1501
#reset
1502
 
1503
#data
1504
* { border-top: inherit red medium; }
1505
#errors
1506
#expected
1507
| *
1508
#reset
1509
 
1510
#data
1511
* { border-top: inherit red medium inherit; }
1512
#errors
1513
#expected
1514
| *
1515
#reset
1516
 
1517
#data
1518
* { border-top: red medium inherit; }
1519
#errors
1520
#expected
1521
| *
1522
#reset
1523
 
1524
#data
1525
* { border-top: inherit inherit; }
1526
#errors
1527
#expected
1528
| *
1529
#reset
1530
 
1531
#data
1532
* { border-top: none inherit; }
1533
#errors
1534
#expected
1535
| *
1536
#reset
1537
 
1538
#data
1539
* { border-top: none inherit red; }
1540
#errors
1541
#expected
1542
| *
1543
#reset
1544
 
1545
#data
1546
* { border-left: red inherit; }
1547
#errors
1548
#expected
1549
| *
1550
#reset
1551
 
1552
#data
1553
* { border-left: red inherit red; }
1554
#errors
1555
#expected
1556
| *
1557
#reset
1558
 
1559
#data
1560
* { border-left: red red; }
1561
#errors
1562
#expected
1563
| *
1564
#reset
1565
 
1566
#data
1567
* { border-left: inherit red medium; }
1568
#errors
1569
#expected
1570
| *
1571
#reset
1572
 
1573
#data
1574
* { border-left: inherit red medium inherit; }
1575
#errors
1576
#expected
1577
| *
1578
#reset
1579
 
1580
#data
1581
* { border-left: red medium inherit; }
1582
#errors
1583
#expected
1584
| *
1585
#reset
1586
 
1587
#data
1588
* { border-left: inherit inherit; }
1589
#errors
1590
#expected
1591
| *
1592
#reset
1593
 
1594
#data
1595
* { border-left: none inherit; }
1596
#errors
1597
#expected
1598
| *
1599
#reset
1600
 
1601
#data
1602
* { border-left: none inherit red; }
1603
#errors
1604
#expected
1605
| *
1606
#reset
1607
 
1608
#data
1609
* { border-right: red inherit; }
1610
#errors
1611
#expected
1612
| *
1613
#reset
1614
 
1615
#data
1616
* { border-right: red inherit red; }
1617
#errors
1618
#expected
1619
| *
1620
#reset
1621
 
1622
#data
1623
* { border-right: red red; }
1624
#errors
1625
#expected
1626
| *
1627
#reset
1628
 
1629
#data
1630
* { border-right: inherit red medium; }
1631
#errors
1632
#expected
1633
| *
1634
#reset
1635
 
1636
#data
1637
* { border-right: inherit red medium inherit; }
1638
#errors
1639
#expected
1640
| *
1641
#reset
1642
 
1643
#data
1644
* { border-right: red medium inherit; }
1645
#errors
1646
#expected
1647
| *
1648
#reset
1649
 
1650
#data
1651
* { border-right: inherit inherit; }
1652
#errors
1653
#expected
1654
| *
1655
#reset
1656
 
1657
#data
1658
* { border-right: none inherit; }
1659
#errors
1660
#expected
1661
| *
1662
#reset
1663
 
1664
#data
1665
* { border-right: none inherit red; }
1666
#errors
1667
#expected
1668
| *
1669
#reset
1670
 
1671
#data
1672
* { border-bottom: red inherit; }
1673
#errors
1674
#expected
1675
| *
1676
#reset
1677
 
1678
#data
1679
* { border-bottom: red inherit red; }
1680
#errors
1681
#expected
1682
| *
1683
#reset
1684
 
1685
#data
1686
* { border-bottom: red red; }
1687
#errors
1688
#expected
1689
| *
1690
#reset
1691
 
1692
#data
1693
* { border-bottom: inherit red medium; }
1694
#errors
1695
#expected
1696
| *
1697
#reset
1698
 
1699
#data
1700
* { border-bottom: inherit red medium inherit; }
1701
#errors
1702
#expected
1703
| *
1704
#reset
1705
 
1706
#data
1707
* { border-bottom: red medium inherit; }
1708
#errors
1709
#expected
1710
| *
1711
#reset
1712
 
1713
#data
1714
* { border-bottom: inherit inherit; }
1715
#errors
1716
#expected
1717
| *
1718
#reset
1719
 
1720
#data
1721
* { border-bottom: none inherit; }
1722
#errors
1723
#expected
1724
| *
1725
#reset
1726
 
1727
#data
1728
* { border-bottom: none inherit red; }
1729
#errors
1730
#expected
1731
| *
1732
#reset
1733
 
1734
#data
1735
* { border-bottom-color: red !important; }
1736
#errors
1737
#expected
1738
| *
1739
|  border-bottom-color: #ffff0000 !important
1740
#reset
1741