mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
Tests: Add clip-path to calc() coverage test
This commit is contained in:
committed by
Jelle Raaijmakers
parent
ec9d67ae17
commit
5723ed3443
Notes:
github-actions[bot]
2024-10-29 15:06:12 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/5723ed34431 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2037 Reviewed-by: https://github.com/gmta ✅
@@ -80,6 +80,12 @@
|
||||
"calc(2px)",
|
||||
"calc(2px * var(--n))",
|
||||
],
|
||||
"clip-path": [
|
||||
"polygon(calc(0px) calc(2px), calc(2px) calc(0px), calc(2px) calc(2px))",
|
||||
"polygon(calc(0px * var(--n)) calc(2px * var(--n)), calc(2px * var(--n)) calc(0px * var(--n)), calc(2px * var(--n)) calc(2px * var(--n)))",
|
||||
"polygon(calc(0%) calc(2%), calc(2%) calc(0%), calc(2%) calc(2%))",
|
||||
"polygon(calc(0% * var(--n)) calc(2% * var(--n)), calc(2% * var(--n)) calc(0% * var(--n)), calc(2% * var(--n)) calc(2% * var(--n)))",
|
||||
],
|
||||
"column-count": [
|
||||
"calc(2)",
|
||||
"calc(2 * var(--n))",
|
||||
|
||||
Reference in New Issue
Block a user