3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/console-test.js"></script>
7 console
.log({toString
:{}});
11 InspectorTest
.reloadPage(function() {
12 InspectorTest
.dumpConsoleMessages();
13 InspectorTest
.completeTest();
18 <body onload=
"runTest()">
20 Tests that passing an object which throws on string conversion into console.log won't crash
21 inspected Page. The test passes if it doesn't crash.
22 <a href=
"https://bugs.webkit.org/show_bug.cgi?id=57557">Bug
57557</a>