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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint-expected.txt

Issue 2238003002: DevTools: migrate sources panel sidebar to views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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-breakpoints/set-conditional-breakpoint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint-expected.txt
index 448041000b45b278e3877999168794ef4d407ae3..3c3a1b4dc967594b85c56f08f28c94a1c2e1f4f9 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint-expected.txt
@@ -11,9 +11,9 @@ Call stack:
0) testFunction (set-conditional-breakpoint.html:17)
Breakpoint sidebar pane
-set-conditional-breakpoint.html:17 var x = Math.sqrt(10);
+ set-conditional-breakpoint.html:17 var x = Math.sqrt(10);
Breakpoint sidebar pane
-
+No Breakpoints
Script execution resumed.
Running: testSetConditionalBreakpointThatDoesNotBreak
@@ -22,8 +22,8 @@ Set timer for test function.
Test function finished.
Breakpoint sidebar pane
-set-conditional-breakpoint.html:17 var x = Math.sqrt(10);
+ set-conditional-breakpoint.html:17 var x = Math.sqrt(10);
Breakpoints removed.
Breakpoint sidebar pane
-
+No Breakpoints

Powered by Google App Engine
This is Rietveld 408576698