3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/console-test.js"></script>
8 InspectorTest
.evaluateInConsole("Math.random", step1
);
10 function step1(current
, total
)
12 InspectorTest
.expandConsoleMessages(onExpanded
);
17 InspectorTest
.dumpConsoleMessages();
18 InspectorTest
.completeTest();
23 <body onload=
"runTest()">
24 <p>Tests that console dumps native function without exception.
</p>