@@ -838,15 +838,6 @@ exports[`supported css: mount 1`] = `
838
838
background : palevioletred ;
839
839
}
840
840
841
- .c1 > p {
842
- - webkit - text - decoration : underline ;
843
- text - decoration : underline ;
844
- }
845
-
846
- html.test .c0 {
847
- display : none ;
848
- }
849
-
850
841
@media (max-width:600px) {
851
842
.c1 {
852
843
background: tomato ;
@@ -855,6 +846,21 @@ html.test .c0 {
855
846
.c1 :hover {
856
847
background: yellow ;
857
848
}
849
+
850
+ @supports (top :max (1px ,0px )) {
851
+ .c1 {
852
+ padding-left: max (1em ,env (safe - area - inset - left ,0px ));
853
+ }
854
+ }
855
+ }
856
+
857
+ .c1 > p {
858
+ - webkit - text - decoration : underline ;
859
+ text - decoration : underline ;
860
+ }
861
+
862
+ html.test .c0 {
863
+ display : none ;
858
864
}
859
865
860
866
<styled.div >
@@ -878,15 +884,6 @@ exports[`supported css: react-test-renderer 1`] = `
878
884
background : palevioletred ;
879
885
}
880
886
881
- .c1 > p {
882
- - webkit - text - decoration : underline ;
883
- text - decoration : underline ;
884
- }
885
-
886
- html.test .c0 {
887
- display : none ;
888
- }
889
-
890
887
@media (max-width:600px) {
891
888
.c1 {
892
889
background: tomato ;
@@ -895,6 +892,21 @@ html.test .c0 {
895
892
.c1 :hover {
896
893
background: yellow ;
897
894
}
895
+
896
+ @supports (top :max (1px ,0px )) {
897
+ .c1 {
898
+ padding-left: max (1em ,env (safe - area - inset - left ,0px ));
899
+ }
900
+ }
901
+ }
902
+
903
+ .c1 > p {
904
+ - webkit - text - decoration : underline ;
905
+ text - decoration : underline ;
906
+ }
907
+
908
+ html.test .c0 {
909
+ display : none ;
898
910
}
899
911
900
912
<div
@@ -916,15 +928,6 @@ exports[`supported css: react-testing-library 1`] = `
916
928
background : palevioletred ;
917
929
}
918
930
919
- .c1 > p {
920
- - webkit - text - decoration : underline ;
921
- text - decoration : underline ;
922
- }
923
-
924
- html.test .c0 {
925
- display : none ;
926
- }
927
-
928
931
@media (max-width:600px) {
929
932
.c1 {
930
933
background: tomato ;
@@ -933,6 +936,21 @@ html.test .c0 {
933
936
.c1 :hover {
934
937
background: yellow ;
935
938
}
939
+
940
+ @supports (top :max (1px ,0px )) {
941
+ .c1 {
942
+ padding-left: max (1em ,env (safe - area - inset - left ,0px ));
943
+ }
944
+ }
945
+ }
946
+
947
+ .c1 > p {
948
+ - webkit - text - decoration : underline ;
949
+ text - decoration : underline ;
950
+ }
951
+
952
+ html.test .c0 {
953
+ display : none ;
936
954
}
937
955
938
956
<div
@@ -954,15 +972,6 @@ exports[`supported css: shallow 1`] = `
954
972
background : palevioletred ;
955
973
}
956
974
957
- .c1 > p {
958
- - webkit - text - decoration : underline ;
959
- text - decoration : underline ;
960
- }
961
-
962
- html.test .c0 {
963
- display : none ;
964
- }
965
-
966
975
@media (max-width:600px) {
967
976
.c1 {
968
977
background: tomato ;
@@ -971,6 +980,21 @@ html.test .c0 {
971
980
.c1 :hover {
972
981
background: yellow ;
973
982
}
983
+
984
+ @supports (top :max (1px ,0px )) {
985
+ .c1 {
986
+ padding-left: max (1em ,env (safe - area - inset - left ,0px ));
987
+ }
988
+ }
989
+ }
990
+
991
+ .c1 > p {
992
+ - webkit - text - decoration : underline ;
993
+ text - decoration : underline ;
994
+ }
995
+
996
+ html.test .c0 {
997
+ display : none ;
974
998
}
975
999
976
1000
<div
0 commit comments