3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/console-test.js"></script>
9 console
.dirxml((new DOMParser()).parseFromString("<MixedCase> Test </MixedCase>", "text/xml"));
12 //# sourceURL=console-xml-document.html
18 // Warm up elements renderer.
19 runtime
.loadModulePromise("elements").then(function() {
20 InspectorTest
.expandConsoleMessages(callback
);
25 InspectorTest
.dumpConsoleMessages();
26 InspectorTest
.completeTest();
32 <body onload=
"onload()">
34 Tests that XML document contents are logged using the correct case in the console.