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

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

Issue 2505413002: [DevTools] Prepare JavaScriptSourceFrame for multiple breakpoints per line (Closed)
Patch Set: addressed comments Created 4 years, 1 month 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 57015618c5a862beb8f50350989d4d887f4894e6..4a72600ccb231a8eb178aa6b057d8602843639b5 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
@@ -2,10 +2,6 @@ CONSOLE ERROR: line 11: test error message
Tests that it's possible to set breakpoint in source frame, and that source frame displays breakpoints and console errors.
-Running: testSetBreakpoint
-Script source was shown.
-Breakpoint added to source frame at line 14
-
Running: testConsoleMessage
Script source was shown.
Message added to source frame: test error message

Powered by Google App Engine
This is Rietveld 408576698