OLD | NEW |
1 Tests event listeners output in the Elements sidebar panel when the listeners ar
e added on an element in about:blank page. | 1 Tests event listeners output in the Elements sidebar panel when the listeners ar
e added on an element in about:blank page. |
2 | 2 |
3 | 3 |
4 | 4 |
5 ======== click ======== | 5 ======== click ======== |
6 [expanded] bodyevent-listeners-about-blank.html:9 | 6 [expanded] bodyevent-listeners-about-blank.html:9 |
7 attachment: script | 7 useCapture: true |
8 handler: function f() {} | 8 handler: function f() {} |
9 node: body | |
10 useCapture: true | |
11 | 9 |
12 ======== hover ======== | 10 ======== hover ======== |
13 [expanded] div#div-in-iframeevent-listeners-about-blank.html:9 | 11 [expanded] div#div-in-iframeevent-listeners-about-blank.html:9 |
14 attachment: script | 12 useCapture: true |
15 handler: function f() {} | 13 handler: function f() {} |
16 node: div#div-in-iframe | |
17 useCapture: true | |
18 | 14 |
OLD | NEW |