summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/local-clip.yaml
blob: 661b40bed733c439bcb2ac61fb9ca67bc2b98d5d (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-and-scroll": 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-and-scroll": 4
          image: solid-color(255, 0, 0, 255, 100, 100)