Skip to content

Commit 2180e2d

Browse files
vrugtehagelargyleink
authored andcommitted
Make test case make more sense
1 parent b2a5dd4 commit 2180e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/property-list.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4092,7 +4092,7 @@
40924092
height: hypot(10px, 5vmin, 30px);
40934093
height: mod(50px, 15rem);
40944094
height: rem(50px, 15rem);
4095-
height: min(e, pi, infinity, NaN);
4095+
height: calc(min(e, pi, infinity, NaN) * 1px);
40964096

40974097
hyphens: initial;
40984098
hyphens: inherit;

0 commit comments

Comments
 (0)