Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Side by Side Diff: LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt

Issue 11434008: Merge 135720 - Web Inspector: object preview does not render node id, className; logs too many func… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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] body event-listeners-about-blank.html:9 6 [expanded] body event-listeners-about-blank.html:9
7 isAttribute: false 7 isAttribute: false
8 lineNumber: 9 8 lineNumber: 9
9 listenerBody: function f() {} 9 listenerBody: function f() {}
10 node: <body> 10 node: body
11 sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listener s-about-blank.html 11 sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listener s-about-blank.html
12 type: click 12 type: click
13 useCapture: true 13 useCapture: true
14 14
15 ======== hover ======== 15 ======== hover ========
16 [expanded] div#div-in-iframe event-listeners-about-blank.html:9 16 [expanded] div#div-in-iframe event-listeners-about-blank.html:9
17 isAttribute: false 17 isAttribute: false
18 lineNumber: 9 18 lineNumber: 9
19 listenerBody: function f() {} 19 listenerBody: function f() {}
20 node: <div> 20 node: div#div-in-iframe
21 sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listener s-about-blank.html 21 sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listener s-about-blank.html
22 type: hover 22 type: hover
23 useCapture: true 23 useCapture: true
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698