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

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

Issue 2526013002: [DevTools] Added inline breakpoints (Closed)
Patch Set: rebased test 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-inline-breakpoint-decorations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..307bda99b75ec8ffade55abbdc863c0fce5a7509
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt
@@ -0,0 +1,30 @@
+Checks that JavaScriptSourceFrame show inline breakpoints correctly
+
+
+Running: testAddRemoveBreakpoint
+Setting breakpoint
+breakpoint at 3
+ inline breakpoint at (3, 49)
+ inline breakpoint at (3, 56) disabled
+Toggle breakpoint
+
+Running: testAddRemoveBreakpointInLineWithOneLocation
+Setting breakpoint
+breakpoint at 5
+Toggle breakpoint
+
+Running: clickByInlineBreakpoint
+Setting breakpoint
+breakpoint at 3
+ inline breakpoint at (3, 49)
+ inline breakpoint at (3, 56) disabled
+Click by second breakpoint
+breakpoint at 3
+ inline breakpoint at (3, 49)
+ inline breakpoint at (3, 56)
+Click by first breakpoint
+breakpoint at 3
+ inline breakpoint at (3, 49) disabled
+ inline breakpoint at (3, 56)
+Click by second breakpoint
+

Powered by Google App Engine
This is Rietveld 408576698