Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
deleted file mode 100644 |
index fe14f28e163b9b56dc8dc1dcd01a191ff75cddd6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
+++ /dev/null |
@@ -1,74 +0,0 @@ |
-Tests the script outline extraction functionality. |
- |
-{ |
- chunk : [ |
- { |
- arguments : "(x, y)" |
- column : 9 |
- line : 0 |
- name : "first" |
- } |
- { |
- arguments : "(y, z)" |
- column : 14 |
- line : 1 |
- name : "second" |
- } |
- { |
- arguments : "(arg)" |
- column : 10 |
- line : 4 |
- name : "Object" |
- } |
- { |
- arguments : "(a, b, c, d, e, f)" |
- column : 40 |
- line : 6 |
- name : "functionOnPrototype" |
- } |
- { |
- arguments : "()" |
- column : 26 |
- line : 8 |
- name : "innerFunction1" |
- } |
- { |
- arguments : "(arg1, arg2)" |
- column : 22 |
- line : 9 |
- name : "innerFunction2" |
- } |
- { |
- arguments : "(name)" |
- column : 13 |
- line : 14 |
- name : "Cat" |
- } |
- { |
- arguments : "()" |
- column : 9 |
- line : 20 |
- name : "mew" |
- } |
- { |
- arguments : "()" |
- column : 8 |
- line : 25 |
- name : "get name" |
- } |
- { |
- arguments : "()" |
- column : 10 |
- line : 30 |
- name : "feed" |
- } |
- { |
- arguments : "(newName)" |
- column : 8 |
- line : 35 |
- name : "set name" |
- } |
- ] |
- isLastChunk : true |
-} |
- |