summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/iframe-dropshadow-ref.yaml
blob: 47c714016359b2c2f039ac774c52c22f94d70c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# a drop-shadow in an iframe causes the content to not render
---
root:
  items:
    -
      type: "stacking-context"
      bounds: [0, 148, 1920, 1606]
      items:
        -
          type: "rect"
          color: [255, 0, 0, 1]
          bounds: [387, 12, 34, 38]
          clip-rect: [386, 11, 36, 40]
        -
          type: "stacking-context"
          filters: drop-shadow([0, 4], 2, [0, 0, 0, 0.3294117748737335])
          items:
            -
              type: "rect"
              color: [255, 0, 0, 1]
              bounds: [345, 12, 34, 38]
              clip-rect: [344, 11, 36, 40]