4444}
4545
4646.test-logical-viewport-units {
47- width : -webkit-calc (10vw + 5px );
4847 width : -moz-calc (10vw + 5px );
4948 width : calc (10vw + 5px );
5049}
@@ -198,19 +197,21 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
198197 -moz-animation : none 0s ease 0s 1 normal none running;
199198 animation : none 0s ease 0s 1 normal none running;
200199 -webkit-backface-visibility : visible;
201- -moz-backface-visibility : visible;
202200 backface-visibility : visible;
203201 background : transparent none repeat 0 0 / auto auto padding-box border-box scroll;
204202 border : medium none currentcolor;
205203 border-collapse : separate;
206- -moz-border-image : none;
207- border-image : none;
204+ -webkit-border-image : none;
205+ -moz-border-image : none;
206+ border-image : none;
208207 border-radius : 0 ;
209208 border-spacing : 0 ;
210209 bottom : auto;
211- box-shadow : none;
212- -moz-box-sizing : content-box;
213- box-sizing : content-box;
210+ -webkit-box-shadow : none;
211+ box-shadow : none;
212+ -webkit-box-sizing : content-box;
213+ -moz-box-sizing : content-box;
214+ box-sizing : content-box;
214215 caption-side : top;
215216 clear : none;
216217 clip : auto;
@@ -252,7 +253,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
252253 line-height : normal;
253254 height : auto;
254255 -webkit-hyphens : none;
255- -moz-hyphens : none;
256256 -ms-hyphens : none;
257257 hyphens : none;
258258 left : auto;
@@ -274,18 +274,17 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
274274 page-break-before : auto;
275275 page-break-inside : auto;
276276 -webkit-perspective : none;
277- -moz-perspective : none;
278277 perspective : none;
279278 -webkit-perspective-origin : 50% 50% ;
280- -moz-perspective-origin : 50% 50% ;
281279 perspective-origin : 50% 50% ;
282280 position : static;
283281 right : auto;
284282 -moz-tab-size : 8 ;
285283 tab-size : 8 ;
286284 table-layout : auto;
287285 text-align : left;
288- text-align-last : auto;
286+ -moz-text-align-last : auto;
287+ text-align-last : auto;
289288 -webkit-text-decoration : none;
290289 text-decoration : none;
291290 text-indent : 0 ;
@@ -299,7 +298,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
299298 -moz-transform-origin : 50% 50% 0 ;
300299 transform-origin : 50% 50% 0 ;
301300 -webkit-transform-style : flat;
302- -moz-transform-style : flat;
303301 transform-style : flat;
304302 -webkit-transition : none 0s ease 0s ;
305303 -moz-transition : none 0s ease 0s ;
@@ -399,7 +397,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
399397}
400398
401399.complex-clamp {
402- width : max (-webkit-calc (100% - 10px ), min (min (10px , 100% ), max (40px , 4em )));
403400 width : max (-moz-calc (100% - 10px ), min (min (10px , 100% ), max (40px , 4em )));
404401 width : max (calc (100% - 10px ), min (min (10px , 100% ), max (40px , 4em )));
405402}
@@ -414,13 +411,11 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
414411}
415412
416413.calc-clamp {
417- margin : 0 40px 0 -webkit-calc (-1 * max (32px , min (16vw , 64px )));
418414 margin : 0 40px 0 -moz-calc (-1 * max (32px , min (16vw , 64px )));
419415 margin : 0 40px 0 calc (-1 * max (32px , min (16vw , 64px )));
420416}
421417
422418.multiple-calc-clamp {
423- margin : -webkit-calc (-1 * max (1px , min (2vw , 3px ))) -webkit-calc (-1 * max (4px , min (5vw , 6px )));
424419 margin : -moz-calc (-1 * max (1px , min (2vw , 3px ))) -moz-calc (-1 * max (4px , min (5vw , 6px )));
425420 margin : calc (-1 * max (1px , min (2vw , 3px ))) calc (-1 * max (4px , min (5vw , 6px )));
426421}
@@ -570,7 +565,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
570565 text-indent : 2em ;
571566 content : var (--value-2ic );
572567 left : 2em ;
573- width : -webkit-calc (8em + 20px );
574568 width : -moz-calc (8em + 20px );
575569 width : calc (8em + 20px );
576570 height : 10px ;
@@ -583,7 +577,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
583577}
584578
585579.mod {
586- padding : 8px 3px 1px -webkit-calc (3px + 50% );
587580 padding : 8px 3px 1px -moz-calc (3px + 50% );
588581 padding : 8px 3px 1px calc (3px + 50% );
589582 -webkit-transform : rotate (-50deg );
@@ -593,7 +586,6 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
593586}
594587
595588.rem {
596- padding : 8px 3px 1px -webkit-calc (3px + 50% );
597589 padding : 8px 3px 1px -moz-calc (3px + 50% );
598590 padding : 8px 3px 1px calc (3px + 50% );
599591 -webkit-transform : rotate (-50deg );
@@ -648,7 +640,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
648640
649641.nested-calc {
650642 -webkit-box-ordinal-group : NaN;
651- -webkit-order : -webkit- calc (1 * (8 / 3 + (5 * 10 )));
643+ -webkit-order : calc (1 * (8 / 3 + (5 * 10 )));
652644 -moz-box-ordinal-group : NaN;
653645 order : calc (1 * (8 / 3 + (5 * 10 )));
654646}
0 commit comments