summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/singular-ref.yaml
blob: 4d31e4f89ce8cf7b3c6a981d13a342c6a33fe05b (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
27
28
---
root:
  items:
    -
      bounds: [0, 0, 200, 200]
      "clip-rect": [0, 0, 200, 200]
      type: clip
      id: 2
      "content-size": [200, 200]
    -
      bounds: [0, 100, 100, 100]
      "clip-rect": [0, 100, 100, 100]
      clip-chain: [2]
      type: rect
      color: blue
    -
      bounds: [100, 0, 100, 100]
      "clip-rect": [100, 0, 100, 100]
      clip-chain: [2]
      type: rect
      color: green
    -
      bounds: [100, 100, 100, 100]
      "clip-rect": [100, 100, 100, 100]
      clip-chain: [2]
      type: rect
      color: red