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