Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-expected.txt

Issue 2151273003: [DevTools] Move browser logging from Console domain to Log domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internals-method
Patch Set: protocol improvements Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 10: test error message 1 CONSOLE ERROR: line 11: test error message
2 Tests that it's possible to set breakpoint in source frame, and that source fram e displays breakpoints and console errors. 2 Tests that it's possible to set breakpoint in source frame, and that source fram e displays breakpoints and console errors.
3 3
4 4
5 Running: testSetBreakpoint 5 Running: testSetBreakpoint
6 Script source was shown. 6 Script source was shown.
7 Breakpoint added to source frame at line 14 7 Breakpoint added to source frame at line 14
8 8
9 Running: testConsoleMessage 9 Running: testConsoleMessage
10 Script source was shown. 10 Script source was shown.
11 Message added to source frame: test error message 11 Message added to source frame: test error message
12 Message removed from source frame: test error message 12 Message removed from source frame: test error message
13 13
14 Running: testShowResource 14 Running: testShowResource
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698