Chromium Code Reviews| Index: LayoutTests/inspector/sources/debugger/content-providers-expected.txt |
| diff --git a/LayoutTests/inspector/sources/debugger/content-providers-expected.txt b/LayoutTests/inspector/sources/debugger/content-providers-expected.txt |
| deleted file mode 100644 |
| index 8f64b286fe2d16b6a02f4addbdc47941df2c0b4c..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/inspector/sources/debugger/content-providers-expected.txt |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -Tests ContentProvider implementations. |
| - |
| - |
| -Running: testConcatenatedScriptsContentProvider |
| - <script>function foo() { return 0; }</script> |
| - <script>function bar() { return 0; }</script> |
| - |
| - <script> |
| -function baz() |
| -{ |
| - return 0; |
| -} |
| -</script> |
| - |