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

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

Issue 1403373013: DevTools: move ui messages from SourceFrame to UISourceCodeFrame (step2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698