| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..307bda99b75ec8ffade55abbdc863c0fce5a7509
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt
|
| @@ -0,0 +1,30 @@
|
| +Checks that JavaScriptSourceFrame show inline breakpoints correctly
|
| +
|
| +
|
| +Running: testAddRemoveBreakpoint
|
| +Setting breakpoint
|
| +breakpoint at 3
|
| + inline breakpoint at (3, 49)
|
| + inline breakpoint at (3, 56) disabled
|
| +Toggle breakpoint
|
| +
|
| +Running: testAddRemoveBreakpointInLineWithOneLocation
|
| +Setting breakpoint
|
| +breakpoint at 5
|
| +Toggle breakpoint
|
| +
|
| +Running: clickByInlineBreakpoint
|
| +Setting breakpoint
|
| +breakpoint at 3
|
| + inline breakpoint at (3, 49)
|
| + inline breakpoint at (3, 56) disabled
|
| +Click by second breakpoint
|
| +breakpoint at 3
|
| + inline breakpoint at (3, 49)
|
| + inline breakpoint at (3, 56)
|
| +Click by first breakpoint
|
| +breakpoint at 3
|
| + inline breakpoint at (3, 49) disabled
|
| + inline breakpoint at (3, 56)
|
| +Click by second breakpoint
|
| +
|
|
|