blob: 42fe00dbbdadc9468eec094798a3f4d6df223c11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[detached-iframe.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[BroadcastChannel messages from detached iframe to parent should be ignored (BC created before detaching)]
expected: FAIL
[BroadcastChannel messages from detached iframe to parent should be ignored (BC created after detaching)]
expected: FAIL
[BroadcastChannel messages within detached iframe should be ignored (BCs created before detaching)]
expected: FAIL
[BroadcastChannel messages within detached iframe should be ignored (BCs created after detaching)]
expected: FAIL
|