summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/border/border-invisible.yaml
blob: 4838786299820fa821988652e8e7bf0e2708d162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- # checks that invisible border corners don't render
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 100, 100]
      items:
        - type: border
          bounds: [ 10, 10, 90, 90 ]
          width: [0, 0, 0, 1]
          border-type: normal
          style: solid
          radius:
            top-left: 10
            bottom-right: 0
            top-right: 0
            bottom-left: 3
          color: [red, black, red, red]