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

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

Issue 2711723003: [DevTools] prepare layout tests for more inline breakpoints (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/possible-breakpoints-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 607051502b1bb39bb7d6d4dc21978bb796035637..afae367fcb4f813f802a293e1d9904e5b78cbee3 100644
--- 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
@@ -4,7 +4,9 @@ Checks that JavaScriptSourceFrame show inline breakpoints correctly
Running: testAddRemoveBreakpoint
Setting breakpoint
breakpoint at 3
- inline breakpoint at (3, 49)
+ inline breakpoint at (3, 20)
+ inline breakpoint at (3, 30) disabled
+ inline breakpoint at (3, 49) disabled
inline breakpoint at (3, 56) disabled
Toggle breakpoint
@@ -16,16 +18,22 @@ Toggle breakpoint
Running: clickByInlineBreakpoint
Setting breakpoint
breakpoint at 3
- inline breakpoint at (3, 49)
+ inline breakpoint at (3, 20)
+ inline breakpoint at (3, 30) disabled
+ inline breakpoint at (3, 49) disabled
inline breakpoint at (3, 56) disabled
Click by second breakpoint
breakpoint at 3
- inline breakpoint at (3, 49)
- inline breakpoint at (3, 56)
+ inline breakpoint at (3, 20)
+ inline breakpoint at (3, 30)
+ inline breakpoint at (3, 49) disabled
+ inline breakpoint at (3, 56) disabled
Click by first breakpoint
breakpoint at 3
+ inline breakpoint at (3, 20) disabled
+ inline breakpoint at (3, 30)
inline breakpoint at (3, 49) disabled
- inline breakpoint at (3, 56)
+ inline breakpoint at (3, 56) disabled
Click by second breakpoint
Running: toggleBreakpointInAnotherLineWontRemoveExisting
@@ -36,7 +44,9 @@ breakpoint at 4
inline breakpoint at (4, 36) disabled
Setting breakpoint in line 3
breakpoint at 3
- inline breakpoint at (3, 49)
+ inline breakpoint at (3, 20)
+ inline breakpoint at (3, 30) disabled
+ inline breakpoint at (3, 49) disabled
inline breakpoint at (3, 56) disabled
breakpoint at 4
inline breakpoint at (4, 9)
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/possible-breakpoints-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698