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 |
index a1b1e067ded867f377bf93c2b43ae1876f21ec26..0ae7fd546e9eb1807e4ec98c05057a9ce278b4fa 100644 |
--- 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 |
@@ -5,12 +5,10 @@ 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. |
+Try to set ranges: [{"startLine":0,"startColumn":0,"endLine":0,"endColumn":0}] |
+ 'startColumn' should be less then 'endColumn' if 'startLine' == 'endLine' in (1). |
+Try to set ranges: [{"startLine":0,"startColumn":1,"endLine":0,"endColumn":0}] |
+ 'startColumn' should be less then 'endColumn' if 'startLine' == 'endLine' in (1). |
action: stepOut |
notBlackboxedFoo: 4:4 |
blackboxedFoo: 10:12 |