Skip to content

Commit 3d772d3

Browse files
caugnerElchi3
andauthored
Add custom CSS test for shape-outside: rect() (#3115)
Co-authored-by: Florian Scholz <fs@florianscholz.com>
1 parent 6ce2483 commit 3d772d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom/css.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@
718718
"inset": "inset(10px 10px 10px 10px)",
719719
"path": "path('M20,20 L50,80 L80,20')",
720720
"polygon": "polygon(10px 10px, 20px 20px, 30px 30px)",
721+
"rect": "rect(50px 70px 80% 20%)",
721722
"xywh": "xywh(0 1% 2px 3% round 0 1px 2% 3px)"
722723
}
723724
},

0 commit comments

Comments
 (0)