summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/border/border-image-fill-2.yaml
blob: be7081fb52120fac10678caf72fbfb490da8ffb0 (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
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 500, 500]
      items:
        - type: border
          bounds: [ 20, 20, 200, 200 ]
          width: [20, 40]
          border-type: image
          image-source: "border-image-src-2.png"
          image-width: 100
          image-height: 50
          slice: [ 20, 40 ]
          repeat-vertical: repeat
          repeat-horizontal: repeat
          fill: true
        - type: border
          bounds: [ 240, 20, 200, 200 ]
          width: [20, 40]
          slice: [ 20, 40 ]
          border-type: image
          image-source: "border-image-src-2.png"
          image-width: 100
          image-height: 50
          slice: [ 20, 40 ]
          repeat-vertical: stretch
          repeat-horizontal: repeat
          fill: true
        - type: border
          bounds: [ 20, 240, 200, 200 ]
          width: [20, 40]
          border-type: image
          image-source: "border-image-src-2.png"
          image-width: 100
          image-height: 50
          slice: [ 20, 40 ]
          repeat-vertical: repeat
          repeat-horizontal: stretch
          fill: true
        - type: border
          bounds: [ 240, 240, 200, 200 ]
          width: [20, 40]
          border-type: image
          image-source: "border-image-src-2.png"
          image-width: 100
          image-height: 50
          slice: [ 20, 40 ]
          repeat-vertical: stretch
          repeat-horizontal: stretch
          fill: true