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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt

Issue 2669633002: DevTools: rebaseline debugger tests (Closed)
Patch Set: fix comment for frameworks-skip-step-in.html Created 3 years, 11 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/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt
diff --git a/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..87b24e6f3fb67fa04b7e49a80a71a383f825987f
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-inline-breakpoint-decorations-expected.txt
@@ -0,0 +1,27 @@
+Checks that JavaScriptSourceFrame show inline breakpoints correctly
+
+
+Running: testAddRemoveBreakpoint
+Setting breakpoint
+breakpoint at 4
+Toggle breakpoint
+breakpoint at 4
+
+Running: testAddRemoveBreakpointInLineWithOneLocation
+Setting breakpoint
+breakpoint at 4
+breakpoint at 5
+Toggle breakpoint
+breakpoint at 4
+
+Running: clickByInlineBreakpoint
+Setting breakpoint
+breakpoint at 4
+Click by second breakpoint
+Could not click on Javascript breakpoint - lineNumber: 3, index: 1
+
+Running: toggleBreakpointInAnotherLineWontRemoveExisting
+Setting breakpoint in line 4
+Click by first breakpoint
+Could not click on Javascript breakpoint - lineNumber: 3, index: 0
+

Powered by Google App Engine
This is Rietveld 408576698