11 lines
284 B
YAML
11 lines
284 B
YAML
# Tests that the correct device pixel scale is propagated to child surfaces.
|
|
# See bug 1639729
|
|
---
|
|
root:
|
|
items:
|
|
- type: stacking-context
|
|
bounds: [0, 0, 0, 0]
|
|
filters: invert(1)
|
|
items:
|
|
- image: checkerboard(2, 16, 16)
|
|
bounds: [0, 0, 260, 260]
|