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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints-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/disable-breakpoints-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints-expected.txt
index 78dde3a9766b06f67b9c28cde8fc585a6ed31b20..7de7323e5543f119a741e4b4b69494c54172cb28 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints-expected.txt
@@ -11,8 +11,7 @@ Script execution paused.
Call stack:
0) testFunction (disable-breakpoints.html:8)
Breakpoint sidebar pane
-
- disable-breakpoints.html:8 var x = Math.sqrt(10);
+disable-breakpoints.html:8 var x = Math.sqrt(10);
Script execution resumed.
Test function finished.
Disabling breakpoints...
@@ -28,13 +27,11 @@ Script execution paused.
Call stack:
0) testFunction (disable-breakpoints.html:8)
Breakpoint sidebar pane
-
- disable-breakpoints.html:8 var x = Math.sqrt(10);
+disable-breakpoints.html:8 var x = Math.sqrt(10);
Script execution resumed.
Test function finished.
Breakpoint sidebar pane
-
- disable-breakpoints.html:8 var x = Math.sqrt(10);
+disable-breakpoints.html:8 var x = Math.sqrt(10);
Breakpoints removed.
Breakpoint sidebar pane
No Breakpoints

Powered by Google App Engine
This is Rietveld 408576698