3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/debugger-test.js"></script>
7 Object
.prototype.cyclicRef
= Object
.prototype;
9 function testFunction()
17 InspectorTest
.startDebuggerTest(step1
);
21 InspectorTest
.runTestFunctionAndWaitUntilPaused(step2
);
26 InspectorTest
.completeDebuggerTest();
33 <body onload=
"runTest()">
35 Tests that debugging a page where Object prototype has a cyclic reference won't
36 crash the browser.
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=43558">Bug
43558</a>