| Index: LayoutTests/inspector/console/console-copy-treeoutline.html
|
| diff --git a/LayoutTests/inspector/console/console-copy-treeoutline.html b/LayoutTests/inspector/console/console-copy-treeoutline.html
|
| index eb045e3952562ce697c1939f7599b3c44b3d2bb0..e6e7706582f5459536aa10578ef7267dad7ccc6a 100644
|
| --- a/LayoutTests/inspector/console/console-copy-treeoutline.html
|
| +++ b/LayoutTests/inspector/console/console-copy-treeoutline.html
|
| @@ -12,7 +12,10 @@ function prepareForTest()
|
| console.log(anObject);
|
| runTest();
|
| }
|
| +//# sourceURL=console-copy-treeoutline.html
|
| +</script>
|
|
|
| +<script>
|
| function test()
|
| {
|
| InspectorTest.fixConsoleViewportDimensions(600, 200);
|
|
|