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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-breakpoint-decorations-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/source-frame-breakpoint-decorations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9ed2e778baa023b5a94da1016a4fff569b264761
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt
@@ -0,0 +1,28 @@
+Checks that JavaScriptSourceFrame show breakpoints correctly
+
+
+Running: testAddRemoveBreakpoint
+Setting breakpoint
+breakpoint at 2
+Toggle breakpoint
+
+Running: testTwoBreakpointsResolvedInOneLine
+Setting breakpoint
+breakpoint at 2 conditional
+Toggle breakpoint
+
+Running: testDecorationInGutter
+Adding regular disabled breakpoint
+breakpoint at 2 disabled
+Adding conditional disabled breakpoint
+breakpoint at 2 disabled conditional
+Adding regular enabled breakpoint
+breakpoint at 2
+Adding conditional enabled breakpoint
+breakpoint at 2 conditional
+Disable breakpoints
+breakpoint at 2 disabled conditional
+Enable breakpoints
+breakpoint at 2 conditional
+Remove breakpoints
+

Powered by Google App Engine
This is Rietveld 408576698