Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-dirxml-expected.txt
1 CONSOLE MESSAGE: line 12: [object HTMLDocument]
2 CONSOLE MESSAGE: line 13: [object DocumentFragment]
3 CONSOLE MESSAGE: line 14: [object HTMLParagraphElement]
4 CONSOLE MESSAGE: line 15: [object HTMLParagraphElement]
5 CONSOLE MESSAGE: line 16: [object HTMLDocument],[object DocumentFragment],[object HTMLSpanElement]
6 Tests that console logging dumps proper messages.
7
8 console-dirxml.html:12 #document
9 console-dirxml.html:13 #document-fragment
10 console-dirxml.html:14 <p></p>
11 console-dirxml.html:15 [p]
12 console-dirxml.html:16 [#document, #document-fragment, <span></span>]
13