blob: 6c0c71f53ff1d6ff8842dfa45d9ce7deb51e0462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Ensure that we correctly calculate the UV sampling rect for the backdrop
# Similar to the mix-blend-mode-overflowing-child.html test in Gecko
---
root:
items:
- type: rect
bounds: [0, 0, 100, 100]
color: green
- type: rect
bounds: [50, 50, 100, 100]
color: green
- type: rect
bounds: [50, 50, 50, 50]
color: black
|