summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/border/no-aa.yaml
blob: f937a865f4f2a82ac5f3fae0d8475108d2e2f03f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 500, 500]
      items:
        - type: border
          bounds: [ 0, 0, 400, 400 ]
          width: [ 200, 200, 200, 200 ]
          border-type: normal
          style: solid
          color: [ green, green, transparent, transparent ]
          do_aa: false
        - type: border
          bounds: [ 0, 0, 400, 400 ]
          width: [ 200, 200, 200, 200 ]
          border-type: normal
          style: solid
          color: [ transparent, transparent, green, green ]
          do_aa: false