blob: 494ec42334f9f6352b53da58fe4a9968fbe467eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Verify that we don't incorrectly snap surface rects with fractional pixel offsets
---
root:
items:
-
type: "stacking-context"
transform: translate(0, 100.5, 0)
transform-style: preserve-3d
items:
-
bounds: [0, 10.5, 200, 1]
type: rect
color: green
|