blob: d82a8f4b6db0e2a7930ec4dd55327ea4bb87b13d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[fire-success-event-exception.html]
expected:
if swgl and (os == "win"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Exception in second success event listener on request]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
[Exception in first success event listener, tx active in second]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
|