1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
[fire-error-event-exception.html]
expected:
if (os == "win") and not swgl and (processor == "x86") and not debug: [OK, TIMEOUT]
if (os == "win") and swgl: [OK, TIMEOUT]
if fission and (os == "android"): [OK, TIMEOUT]
[Exception in second error event listener on transaction]
expected:
if (os == "win") and not swgl and (processor == "x86") and not debug: [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
[Exception in first error event listener on transaction, transaction active in second]
expected:
if (os == "win") and not swgl and (processor == "x86") and not debug: [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
[Exception in error event handler on connection]
expected:
if (os == "win") and not swgl and (processor == "x86") and not debug: [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
[Exception in error event handler on connection, with preventDefault]
expected:
if (os == "win") and not swgl and (processor == "x86") and not debug: [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
[Exception in error event listener on connection]
expected:
if (os == "win") and not swgl and (processor == "x86") and not debug: [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
[Exception in second error event listener on connection]
expected:
if (os == "win") and not swgl and (processor == "x86") and not debug: [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
[Exception in first error event listener on connection, transaction active in second]
expected:
if (os == "win") and not swgl and (processor == "x86") and not debug: [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
|