Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges-expected.txt |
deleted file mode 100644 |
index a1b1e067ded867f377bf93c2b43ae1876f21ec26..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges-expected.txt |
+++ /dev/null |
@@ -1,56 +0,0 @@ |
-foo: 14:4 |
-blackboxedBoo: 3:12 |
-notBlackboxedFoo: 3:12 |
-blackboxedFoo: 10:12 |
-notBlackboxedBoo: 17:12 |
-testFunction: 8:4 |
- |
-Try to set positions: [{"line":0,"column":0},{"line":0,"column":0}] |
-Input positions array is not sorted or contains duplicate values. |
-Try to set positions: [{"line":0,"column":1},{"line":0,"column":0}] |
-Input positions array is not sorted or contains duplicate values. |
-Try to set positions: [{"line":0,"column":-1}] |
-Position missing 'column' or 'column' < 0. |
-action: stepOut |
-notBlackboxedFoo: 4:4 |
-blackboxedFoo: 10:12 |
-notBlackboxedBoo: 17:12 |
-testFunction: 8:4 |
- |
-action: stepOut |
-notBlackboxedBoo: 18:4 |
-testFunction: 8:4 |
- |
-action: stepOut |
-testFunction: 9:4 |
- |
-action: stepInto |
-notBlackboxedBoo: 16:12 |
-testFunction: 9:4 |
- |
-action: stepOver |
-action: stepInto |
-notBlackboxedFoo: 2:12 |
-blackboxedFoo: 10:12 |
-notBlackboxedBoo: 17:12 |
-testFunction: 9:4 |
- |
-action: stepOver |
-action: stepInto |
-foo: 14:4 |
-blackboxedBoo: 3:12 |
-notBlackboxedFoo: 3:12 |
-blackboxedFoo: 10:12 |
-notBlackboxedBoo: 17:12 |
-testFunction: 9:4 |
- |
-action: stepOver |
-action: stepInto |
-foo: 16:0 |
-blackboxedBoo: 3:12 |
-notBlackboxedFoo: 3:12 |
-blackboxedFoo: 10:12 |
-notBlackboxedBoo: 17:12 |
-testFunction: 9:4 |
- |
- |