Chromium Code Reviews| Index: test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt |
| diff --git a/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt b/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..75f6110b3b8af2f445550325630fbf8b12be911d |
| --- /dev/null |
| +++ b/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt |
| @@ -0,0 +1,22 @@ |
| +{ |
| + id : <messageId> |
| + result : { |
| + locations : [ |
| + [0] : { |
| + columnNumber : 0 |
| + lineNumber : 0 |
| + scriptId : <scriptId> |
| + } |
| + [1] : { |
| + columnNumber : 3 |
| + lineNumber : 0 |
| + scriptId : <scriptId> |
| + } |
| + [2] : { |
| + columnNumber : 7 |
| + lineNumber : 0 |
| + scriptId : <scriptId> |
| + } |
| + ] |
| + } |
| +} |