summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/border/small-dotted-border.yaml
blob: 2fb189bce2ca3a6f419138480a2c6fd55f269d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 500, 500]
      items:
        - type: border
          bounds: [ 0, 0, 100, 20 ]
          width: [ 1, 1, 1, 1 ]
          border-type: normal
          style: [ dotted, dotted, dotted, dotted ]
          color: [ black, black, black, black ]

        - type: border
          bounds: [ 0, 30, 100, 20 ]
          width: [ 2, 2, 2, 2 ]
          border-type: normal
          style: [ dotted, dotted, dotted, dotted ]
          color: [ black, black, black, black ]