blob: f92b011a1075c52ad2d11edae18ce0a2be29ff2c (
plain)
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
|
[serialPort_events.https.any.html]
[Capturing and bubbling events delivered to listeners in the expected order]
expected: FAIL
[stopPropagation() during bubbling]
expected: FAIL
[stopPropagation() during capturing]
expected: FAIL
[An event dispatched in an event handler is propagated before continuing]
expected: FAIL
[Set cancelBubble during capturing]
expected: FAIL
[Set cancelBubble during bubbling]
expected: FAIL
[serialPort_events.https.any.worker.html]
[Capturing and bubbling events delivered to listeners in the expected order]
expected: FAIL
[stopPropagation() during bubbling]
expected: FAIL
[stopPropagation() during capturing]
expected: FAIL
[An event dispatched in an event handler is propagated before continuing]
expected: FAIL
[Set cancelBubble during capturing]
expected: FAIL
[Set cancelBubble during bubbling]
expected: FAIL
|