summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/clip/clip-corner-overlap-ref.yaml
blob: e9592b583172648c36b2efdc7b2f672f29df106f (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 1000, 1000]
      items:
        - type: clip
          bounds: [ 50, 50, 200, 100 ]
          complex:
            - rect: [ 50, 50, 200, 100 ]
              radius:
                top-left: [200, 100]
                top-right: [0, 0]
                bottom-left: [0, 0]
                bottom-right: [0, 0]
          items:
            - type: rect
              bounds: [ 50, 50, 200, 100 ]
              color: blue
        - type: clip
          bounds: [ 50, 150, 200, 100 ]
          complex:
            - rect: [ 50, 150, 200, 100 ]
              radius:
                top-left: [0, 0]
                top-right: [0, 0]
                bottom-left: [200, 100]
                bottom-right: [0, 0]
          items:
            - type: rect
              bounds: [ 50, 150, 200, 100 ]
              color: blue

        - type: clip
          bounds: [ 300, 50, 100, 200 ]
          complex:
            - rect: [ 300, 50, 100, 200 ]
              radius:
                top-left: [100, 200]
                top-right: [0, 0]
                bottom-left: [0, 0]
                bottom-right: [0, 0]
          items:
            - type: rect
              bounds: [ 300, 50, 100, 200 ]
              color: green
        - type: clip
          bounds: [ 400, 50, 100, 200 ]
          complex:
            - rect: [ 400, 50, 100, 200 ]
              radius:
                top-left: [0, 0]
                top-right: [100, 200]
                bottom-left: [0, 0]
                bottom-right: [0, 0]
          items:
            - type: rect
              bounds: [ 400, 50, 100, 200 ]
              color: green

        - type: clip
          bounds: [ 50, 300, 200, 100 ]
          complex:
            - rect: [ 50, 300, 200, 100 ]
              radius:
                top-left: [0, 0]
                top-right: [200, 100]
                bottom-left: [0, 0]
                bottom-right: [0, 0]
          items:
            - type: rect
              bounds: [ 50, 300, 200, 100 ]
              color: red
        - type: clip
          bounds: [ 50, 400, 200, 100 ]
          complex:
            - rect: [ 50, 400, 200, 100 ]
              radius:
                top-left: [0, 0]
                top-right: [0, 0]
                bottom-left: [0, 0]
                bottom-right: [200, 100]
          items:
            - type: rect
              bounds: [ 50, 400, 200, 100 ]
              color: red

        - type: clip
          bounds: [ 300, 300, 100, 200 ]
          complex:
            - rect: [ 300, 300, 100, 200 ]
              radius:
                top-left: [0, 0]
                top-right: [0, 0]
                bottom-left: [100, 200]
                bottom-right: [0, 0]
          items:
            - type: rect
              bounds: [ 300, 300, 100, 200 ]
              color: yellow
        - type: clip
          bounds: [ 400, 300, 100, 200 ]
          complex:
            - rect: [ 400, 300, 100, 200 ]
              radius:
                top-left: [0, 0]
                top-right: [0, 0]
                bottom-left: [0, 0]
                bottom-right: [100, 200]
          items:
            - type: rect
              bounds: [ 400, 300, 100, 200 ]
              color: yellow