3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/debugger-test.js"></script>
9 InspectorTest
.evaluateInPage("frontendReopeningCount", function(result
) {
10 if (result
._description
=== "0")
11 InspectorTest
.evaluateInPage("reopenFrontend()")
13 InspectorTest
.runDebuggerTestSuite([
14 function testSourceFrameContent(next
)
16 InspectorTest
.showScriptSource("open-close-open.html", didShowScriptSource
);
18 function didShowScriptSource(sourceFrame
)
20 InspectorTest
.dumpSourceFrameContents(sourceFrame
);
33 <body onload=
"runTest()">
35 Tests that scripts panel displays resource content correctly after the open - close - open sequence.
36 <a href=
"https://bugs.webkit.org/show_bug.cgi?id=56747">Bug
56747</a>