Index: LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt |
diff --git a/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt b/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt |
index 1aa6774c698bf7990bc1f7bcc312ebbaed1afc36..f4882fb12f0163428449714872cd00a5a1bc3c41 100644 |
--- a/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt |
+++ b/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt |
@@ -4,23 +4,15 @@ Tests event listeners output in the Elements sidebar panel when the listeners ar |
======== click ======== |
[expanded] body event-listeners-about-blank.html:9 |
+ attachment: script |
handler: function f() {} |
- isAttribute: false |
- lineNumber: 9 |
- listenerBody: function f() {} |
node: body |
- sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listeners-about-blank.html |
- type: click |
useCapture: true |
======== hover ======== |
[expanded] div#div-in-iframe event-listeners-about-blank.html:9 |
+ attachment: script |
handler: function f() {} |
- isAttribute: false |
- lineNumber: 9 |
- listenerBody: function f() {} |
node: div#div-in-iframe |
- sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listeners-about-blank.html |
- type: hover |
useCapture: true |