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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-dirxml-expected.txt

Issue 2139043002: DevTools: show alternate title onexpand of object in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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 CONSOLE MESSAGE: line 12: [object HTMLDocument] 1 CONSOLE MESSAGE: line 12: [object HTMLDocument]
2 CONSOLE MESSAGE: line 13: [object DocumentFragment] 2 CONSOLE MESSAGE: line 13: [object DocumentFragment]
3 CONSOLE MESSAGE: line 14: [object HTMLParagraphElement] 3 CONSOLE MESSAGE: line 14: [object HTMLParagraphElement]
4 CONSOLE MESSAGE: line 15: [object HTMLParagraphElement] 4 CONSOLE MESSAGE: line 15: [object HTMLParagraphElement]
5 CONSOLE MESSAGE: line 16: [object HTMLDocument],[object DocumentFragment],[objec t HTMLSpanElement] 5 CONSOLE MESSAGE: line 16: [object HTMLDocument],[object DocumentFragment],[objec t HTMLSpanElement]
6 Tests that console logging dumps proper messages. 6 Tests that console logging dumps proper messages.
7 7
8 console-dirxml.html:12 #document 8 console-dirxml.html:12 #document
9 console-dirxml.html:13 #document-fragment 9 console-dirxml.html:13 #document-fragment
10 console-dirxml.html:14 <p></p> 10 console-dirxml.html:14 <p></p>
11 console-dirxml.html:15 [p] 11 console-dirxml.html:15 [p]Array[1]
12 console-dirxml.html:16 [#document, #document-fragment, <span></span>] 12 console-dirxml.html:16 [#document, #document-fragment, <span></span>]Array[3]
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698