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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-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-breakpoint-decorations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt
similarity index 54%
copy from third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt
index 9ed2e778baa023b5a94da1016a4fff569b264761..42bc8e4cf45d458fd9be077e96ee73f086a8db95 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger/source-frame-breakpoint-decorations-expected.txt
@@ -8,21 +8,31 @@ Toggle breakpoint
Running: testTwoBreakpointsResolvedInOneLine
Setting breakpoint
-breakpoint at 2 conditional
+breakpoint at 2
Toggle breakpoint
Running: testDecorationInGutter
Adding regular disabled breakpoint
breakpoint at 2 disabled
Adding conditional disabled breakpoint
-breakpoint at 2 disabled conditional
+breakpoint at 0 disabled conditional
+breakpoint at 2 disabled
Adding regular enabled breakpoint
breakpoint at 2
+ inline breakpoint at (2, 0) disabled
+ inline breakpoint at (2, 4)
Adding conditional enabled breakpoint
-breakpoint at 2 conditional
+breakpoint at 2
+ inline breakpoint at (2, 0) disabled
+ inline breakpoint at (2, 4)
Disable breakpoints
-breakpoint at 2 disabled conditional
+breakpoint at 0 disabled
+breakpoint at 2 disabled
+ inline breakpoint at (2, 0) disabled
+ inline breakpoint at (2, 4) disabled
Enable breakpoints
-breakpoint at 2 conditional
+breakpoint at 0 disabled
+breakpoint at 2
Remove breakpoints
+breakpoint at 0 disabled

Powered by Google App Engine
This is Rietveld 408576698