| Index: LayoutTests/inspector/sources/debugger/open-close-open-expected.txt | 
| diff --git a/LayoutTests/inspector/sources/debugger/open-close-open-expected.txt b/LayoutTests/inspector/sources/debugger/open-close-open-expected.txt | 
| index a7feded9c2d9d578ba124daae44f5b8b127397b8..7dae097f5e0c586f67174bbe0c6137c428438909 100644 | 
| --- a/LayoutTests/inspector/sources/debugger/open-close-open-expected.txt | 
| +++ b/LayoutTests/inspector/sources/debugger/open-close-open-expected.txt | 
| @@ -3,10 +3,10 @@ Tests that scripts panel displays resource content correctly after the open - cl | 
|  | 
| Running: testSourceFrameContent | 
| ==Source frame contents start== | 
| - | 
| - | 
| - | 
| - | 
| +<html> | 
| +<head> | 
| +<script src="../../../http/tests/inspector/inspector-test.js"></script> | 
| +<script src="../../../http/tests/inspector/debugger-test.js"></script> | 
| <script> | 
|  | 
| function test() | 
| @@ -32,5 +32,16 @@ function test() | 
| } | 
|  | 
| </script> | 
| + | 
| +</head> | 
| + | 
| +<body onload="runTest()"> | 
| +<p> | 
| +Tests that scripts panel displays resource content correctly after the open - close - open sequence. | 
| +<a href="https://bugs.webkit.org/show_bug.cgi?id=56747">Bug 56747</a> | 
| +</p> | 
| +</body> | 
| +</html> | 
| + | 
| ==Source frame contents end== | 
|  | 
|  |