| Index: LayoutTests/inspector/console/console-format.html
|
| diff --git a/LayoutTests/inspector/console/console-format.html b/LayoutTests/inspector/console/console-format.html
|
| index c3a637185c0b914cc19cb7b79049c0600f318a03..4e7ab5c13e4b31e4901d9b3319bd3cf13a487fbc 100644
|
| --- a/LayoutTests/inspector/console/console-format.html
|
| +++ b/LayoutTests/inspector/console/console-format.html
|
| @@ -2,8 +2,8 @@
|
| <head>
|
| <script src="../../http/tests/inspector/inspector-test.js"></script>
|
| <script src="../../http/tests/inspector/console-test.js"></script>
|
| -<script>
|
|
|
| +<script>
|
| // Global Values
|
| var globals = [];
|
|
|
| @@ -92,7 +92,10 @@ function domException()
|
| }
|
| return result;
|
| }
|
| +//# sourceURL=console-format.html
|
| +</script>
|
|
|
| +<script>
|
| function test()
|
| {
|
| InspectorTest.hideInspectorView();
|
|
|