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

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

Issue 2629073004: ac (Closed)
Patch Set: Created 3 years, 11 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]
12 console-dirxml.html:16 [document, document-fragment, span] 12 console-dirxml.html:16 (3) [document, document-fragment, span]
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698