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

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

Issue 2915593002: [DevTools] mark test as NeedsManualRebaseline before V8 roll (Closed)
Patch Set: Created 3 years, 7 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/TestExpectations ('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 afae367fcb4f813f802a293e1d9904e5b78cbee3..41e13b88b243c0d4b552d4bad0f1c6444f38cb17 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,8 @@ Checks that JavaScriptSourceFrame show inline breakpoints correctly
Running: testAddRemoveBreakpoint
Setting breakpoint
breakpoint at 3
- inline breakpoint at (3, 20)
+ inline breakpoint at (3, 12)
+ inline breakpoint at (3, 20) disabled
inline breakpoint at (3, 30) disabled
inline breakpoint at (3, 49) disabled
inline breakpoint at (3, 56) disabled
@@ -18,20 +19,23 @@ Toggle breakpoint
Running: clickByInlineBreakpoint
Setting breakpoint
breakpoint at 3
- inline breakpoint at (3, 20)
+ inline breakpoint at (3, 12)
+ inline breakpoint at (3, 20) disabled
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, 12)
inline breakpoint at (3, 20)
- inline breakpoint at (3, 30)
+ inline breakpoint at (3, 30) disabled
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, 12) disabled
+ 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
@@ -44,7 +48,8 @@ breakpoint at 4
inline breakpoint at (4, 36) disabled
Setting breakpoint in line 3
breakpoint at 3
- inline breakpoint at (3, 20)
+ inline breakpoint at (3, 12)
+ inline breakpoint at (3, 20) disabled
inline breakpoint at (3, 30) disabled
inline breakpoint at (3, 49) disabled
inline breakpoint at (3, 56) disabled
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698