summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/clip/border-with-rounded-clip.yaml
blob: a41f9aeea78bf9aa9add32430f30cae636590e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
root:
  items:
    -
      clip-rect: [10, 10, 938, 200]
      type: clip
      id: 2
      complex:
        -
          rect: [10, 10, 938, 200]
          radius: [97, 97]
          "clip-mode": clip
    - type: clip-chain
      id: 12
      clips: [2]
    -
      bounds: [10, 10, 100, 200]
      type: border
      width: [100, 50, 100, 50]
      border-type: normal
      color: green
      style: solid
      clip-chain: 12