summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/text/color-bitmap-shadow.yaml
blob: 4ead9270cd440802cff7ba98ee1762144c6a429b (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
--- # checks that color emoji fast shadows use the shadow color
root:
  items:
        -
          type: "shadow"
          bounds: [0, 0, 115, 115]
          offset: [48, 48]
          blur-radius: 0
          color: yellow
        -
          text: "\u263A"
          origin: [8, 56]
          size: 36
          color: blue
          family: "Apple Color Emoji"
          embedded-bitmaps: true
        -
          type: "pop-all-shadows"
        -
          type: rect
          bounds: [56, 56, 48, 12]
          color: black
        -
          type: rect
          bounds: [56, 92, 48, 12]
          color: black
        -
          type: rect
          bounds: [56, 56, 12, 48]
          color: black
        -
          type: rect
          bounds: [92, 56, 12, 48]
          color: black