summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/radial-nan.yaml
blob: f8127a8c7a58af91864eca71c8c1d9c82bc199e8 (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
---
root:
  items:
    - type: radial-gradient
      bounds: 50 50 NaN 300
      center: 150 150
      radius: 200 200
      stops: [0, red, 1, blue]
    - type: radial-gradient
      bounds: 50 50 300 300
      center: 150 NaN
      radius: 200 200
      stops: [0, red, 1, blue]
    - type: radial-gradient
      bounds: 50 50 300 300
      center: 150 150
      radius: NaN 200
      stops: [0, red, 1, blue]
    - type: radial-gradient
      bounds: 50 50 300 300
      center: 150 150
      radius: 200 200
      stops: [0, red, NaN, blue]
    - type: radial-gradient
      bounds: 50 50 300 300
      tile-size: 50 NaN
      center: 150 150
      radius: 200 200
      stops: [0, red, 1, blue]
    - type: radial-gradient
      bounds: 50 50 300 300
      clip-rect: 50 10 NaN 300
      center: 150 150
      radius: 200 200
      stops: [0, red, 1, blue]