File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export function shallowDiffers(a, b) {
1313}
1414
1515export const IS_NON_DIMENSIONAL =
16- / a c i t | e x (?: s | g | n | p | $ ) | r p h | g r i d | o w s | m n c | n t w | i n e [ c h ] | z o o | ^ o r d | i t e r a / i ;
16+ / ^ ( - | f [ l o ] . * [ ^ s e ] $ | g . { 5 , } [ ^ p s ] $ | z | o [ p r ] | ( W . { 5 } ) ? [ l L ] i . * ( t | m p ) $ | a n | ( b o | s ) . { 4 } I m | s c a | m . { 6 } [ d s ] | t a | c . * [ s t ] $ | w i d o | i n i ) / ;
Original file line number Diff line number Diff line change @@ -800,10 +800,12 @@ describe('compat render', () => {
800800 // Our appending logic must not be applied here
801801 const untouched = {
802802 '-webkit-line-clamp' : 2 ,
803+ animation : 2 ,
803804 'animation-iteration-count' : 3 ,
805+ 'border-image' : 2 ,
806+ 'border-image-slice' : 2 ,
804807 'column-count' : 2 ,
805- // TODO: unsupported atm
806- // columns: 2,
808+ columns : 2 ,
807809 flex : 1 ,
808810 'flex-grow' : 1 ,
809811 'flex-shrink' : 1 ,
@@ -814,21 +816,24 @@ describe('compat render', () => {
814816 'grid-column-start' : 2 ,
815817 'grid-row' : 2 ,
816818 'grid-row-end' : 2 ,
819+ 'grid-row-gap' : 23 ,
817820 'grid-row-start' : 2 ,
818- // TODO: unsupported atm
819- //'line-height': 2,
821+ 'inital-letter' : 2 ,
822+ 'line-height' : 2 ,
823+ 'line-clamp' : 2 ,
824+ 'mask-border' : 2 ,
820825 'mask-border-outset' : 2 ,
821826 'mask-border-slice' : 2 ,
822827 'mask-border-width' : 2 ,
828+ 'max-lines' : 2 ,
823829 'max-zoom' : 2 ,
824830 'min-zoom' : 2 ,
825831 opacity : 123 ,
826832 order : 123 ,
827833 orphans : 2 ,
828- 'grid-row-gap' : 23 ,
829834 scale : 23 ,
830- // TODO: unsupported atm
831- // 'tab-size': 23,
835+ 'shape-image-threshold' : 23 ,
836+ 'tab-size' : 23 ,
832837 widows : 123 ,
833838 'z-index' : 123 ,
834839 zoom : 123
You can’t perform that action at this time.
0 commit comments