| OLD | NEW |
| 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 |
| OLD | NEW |