3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/debugger-test.js"></script>
7 function testFunction()
12 function functionBar()
17 function functionBaz()
24 InspectorTest
.startDebuggerTest(step1
);
28 InspectorTest
.runTestFunctionAndWaitUntilPaused(step2
);
33 InspectorFrontendHost
.copyText
= InspectorTest
.addResult
.bind(InspectorTest
);
34 WebInspector
.panels
.sources
.sidebarPanes
.callstack
._copyStackTrace();
35 InspectorTest
.completeDebuggerTest();
42 <body onload=
"runTest()">
44 Tests that debugger will copy valid stack trace upon context menu action.