iframe-dup.yaml (383B)
1 # Ensure that a duplicated iframe reference doesn't cause a panic in WR 2 --- 3 root: 4 items: 5 - 6 type: iframe 7 id: [1, 2] 8 bounds: [100, 100, 100, 100] 9 - 10 type: iframe 11 id: [1, 2] 12 bounds: [100, 100, 100, 100] 13 14 pipelines: 15 - 16 id: [1, 2] 17 items: 18 - 19 type: "rect" 20 color: [255, 0, 0, 1] 21 bounds: [100, 100, 100, 100]