3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/debugger-test.js"></script>
7 function testFunction()
14 InspectorTest
.startDebuggerTest(step1
);
18 InspectorTest
.runTestFunctionAndWaitUntilPaused(step2
);
23 InspectorTest
.reloadPage(step3
);
28 InspectorTest
.completeDebuggerTest();
35 <body onload=
"runTest()">
37 Tests
"reload" from within inspector window while on pause.