1 Tests that scripts panel displays resource content correctly after the open - close - open sequence. Bug 56747
4 Running: testSourceFrameContent
5 ==Source frame contents start==
8 <script src="../../../http/tests/inspector/inspector-test.js"></script>
9 <script src="../../../http/tests/inspector/debugger-test.js"></script>
14 InspectorTest.evaluateInPage("frontendReopeningCount", function(result) {
15 if (result._description === "0")
16 InspectorTest.evaluateInPage("reopenFrontend()")
18 InspectorTest.runDebuggerTestSuite([
19 function testSourceFrameContent(next)
21 InspectorTest.showScriptSource("open-close-open.html", didShowScriptSource);
23 function didShowScriptSource(sourceFrame)
25 InspectorTest.dumpSourceFrameContents(sourceFrame);
38 <body onload="runTest()">
40 Tests that scripts panel displays resource content correctly after the open - close - open sequence.
41 <a href="https://bugs.webkit.org/show_bug.cgi?id=56747">Bug 56747</a>
46 ==Source frame contents end==