Source code

Revision control

Copy as Markdown

Other Tools

# Make sure we don't panic by trying to create an excessively large mask render task
# See bug 1637796
---
root:
items:
- type: stacking-context
bounds: 0 0 0 0
transform: perspective(300)
items:
- type: stacking-context
bounds: 0 0 0 0
transform-style: preserve-3d
transform: ["scale(0.001667, 0.001667)"]
items:
- type: clip
clip-rect: [10, 10, 60000, 60000]
id: 2
complex:
- rect: [10, 10, 60000, 60000]
radius: [10000, 10000]
"clip-mode": clip
- type: stacking-context
bounds: 0 0 0 0
items:
- type: rect
bounds: 0 0 60000 60000
color: blue
clip-chain: [2]