summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/local-clip.yaml
blob: 035a97cc17f4b3fdad5b4e5aa24decf86102c890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
root:
  items:
    -
      bounds: [0, 0, 1000, 1000]
      "clip-rect": [0, 0, 1000, 1000]
      type: clip
      id: 3
      "content-size": [1000, 1000]
    -
      bounds: [0, 0, 0, 0]
      clip-chain: [3]
      type: "stacking-context"
      transform: rotate(-45) translate(200, 200)
      items:
        -
          bounds: [0, 0, 100, 100]
          "clip-rect": [0, 0, 100, 100]
          type: clip
          id: 4
          "content-size": [100, 100]
        -
          bounds: [2, -182, 152, 216]
          "clip-rect": [2, 0, 152, 34]
          clip-chain: [3, 4]
          image: solid-color(255, 0, 0, 255, 100, 100)