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

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

Issue 2491983002: [DevTools] reworked JavaScriptBreakpointsSidebarPane.js (Closed)
Patch Set: labal :( 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-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 3c3a1b4dc967594b85c56f08f28c94a1c2e1f4f9..14ba5c49bb3d2a3ea415372c5e2a8c3e90a19dfd 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
@@ -10,8 +10,7 @@ Script execution paused.
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.
@@ -21,8 +20,7 @@ Script source was shown.
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