blob: a0a0aa53b16ad44e5cf04262740f477a10d57918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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: stacking-context
blend-container: true
items:
- type: rect
bounds: [0, 0, 100, 100]
color: green
- type: stacking-context
bounds: [50, 50, 100, 100]
mix-blend-mode: difference
items:
- type: rect
bounds: [0, 0, 100, 100]
color: green
|