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