| 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..177abdf0d701c178e2ec5d113a68756375a32b66
|
| --- /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: testAddRemoveBreakpointInLineWithOneBreakpoint
|
| +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
|
| +
|
|
|