| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-expected.txt
|
| index 060ea35b5f2df25277d3ad175a27028471c6a607..af196738be469cf7bbdfe0441bf13c234324bcd2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -CONSOLE ERROR: line 12: test error message
|
| +CONSOLE ERROR: line 10: test error message
|
| Tests that it's possible to set breakpoint in source frame, and that source frame displays breakpoints and console errors.
|
|
|
|
|
| @@ -9,7 +9,7 @@ Breakpoint added to source frame at line 14
|
| Running: testConsoleMessage
|
| Script source was shown.
|
| Message added to source frame: test error message
|
| -Messages cleared in source frame.
|
| +Message removed from source frame: test error message
|
|
|
| Running: testShowResource
|
|
|
|
|