Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / inspector / console-dirxml.html
blob41ff791848457eb779f06cea038e72090440f456
1 <html>
2 <head>
3 <script src="inspector-test.js"></script>
4 <script src="console-tests.js"></script>
5 <script>
7 function doit()
9 console.dirxml(document);
11 dumpConsoleMessages();
14 </script>
15 </head>
17 <body onload="onload()">
18 <p>
19 Tests that console logging dumps proper messages.
20 </p>
22 </body>
23 </html>