summaryrefslogtreecommitdiff
path: root/tests/suite/layout/relative.typ
blob: 958aee3d330eb0a75f2bb1d00a91cb0107ec875c (plain) (blame)
1
2
3
4
5
6
7
--- relative-fields ---
// Test relative length fields.
#test((100% + 2em + 2pt).ratio, 100%)
#test((100% + 2em + 2pt).length, 2em + 2pt)
#test((100% + 2pt).length, 2pt)
#test((100% + 2pt - 2pt).length, 0pt)
#test((56% + 2pt - 56%).ratio, 0%)