blob: e09079424d54c201344b4da4bd67d9b1351fa83d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Test checks if a rotated clip with a long and thin rectangle would still
# correctly affect the primitive with regards to the inner bounds.
---
root:
items:
-
bounds: [0, 0, 0, 0]
type: "stacking-context"
items:
-
bounds: [100, 100, 14, 14]
type: rect
color: blue
|