3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/console-test.js"></script>
19 InspectorTest
.expandConsoleMessages(step1
);
21 InspectorTest
.dumpConsoleMessages(false, false, InspectorTest
.textContentWithLineBreaks
);
22 InspectorTest
.completeTest();
29 <body onload=
"runTest()">
31 Tests that Web Inspector won't crash if some console have been logged by the time it's opening.