summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/crash/iframe-dup.yaml
blob: 792caba3c8118ff95e71f2042f2436dada95fdbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ensure that a duplicated iframe reference doesn't cause a panic in WR
---
root:
  items:
    -
      type: iframe
      id: [1, 2]
      bounds: [100, 100, 100, 100]
    -
      type: iframe
      id: [1, 2]
      bounds: [100, 100, 100, 100]

pipelines:
  -
    id: [1, 2]
    items:
      -
        type: "rect"
        color: [255, 0, 0, 1]
        bounds: [100, 100, 100, 100]