| Index: LayoutTests/inspector/console/console-format-array-prototype.html
|
| diff --git a/LayoutTests/inspector/console/console-format-array-prototype.html b/LayoutTests/inspector/console/console-format-array-prototype.html
|
| index 9644eece9ba15b8ca360b6218275ca3b5de01565..0887c630bd3ea64fecc4ddafc63adbfb0934c9c7 100644
|
| --- a/LayoutTests/inspector/console/console-format-array-prototype.html
|
| +++ b/LayoutTests/inspector/console/console-format-array-prototype.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>
|
| function log(data)
|
| {
|
| console.log(data);
|
| @@ -29,7 +29,10 @@ for (var i = 1; i < 5; ++i) {
|
| }
|
| a9.length = 11;
|
| a9.foo = "bar";
|
| +//# sourceURL=console-format-array-prototype.html
|
| +</script>
|
|
|
| +<script>
|
| function test()
|
| {
|
| loopOverGlobals(0, 10);
|
|
|