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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint-expected.txt

Issue 2238003002: DevTools: migrate sources panel sidebar to views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 18: Done. 1 CONSOLE MESSAGE: line 18: Done.
2 CONSOLE MESSAGE: line 18: Done. 2 CONSOLE MESSAGE: line 18: Done.
3 Tests setting breakpoints. 3 Tests setting breakpoints.
4 4
5 5
6 Running: testSetConditionalBreakpointThatBreaks 6 Running: testSetConditionalBreakpointThatBreaks
7 Script source was shown. 7 Script source was shown.
8 Set timer for test function. 8 Set timer for test function.
9 Script execution paused. 9 Script execution paused.
10 Call stack: 10 Call stack:
11 0) testFunction (set-conditional-breakpoint.html:17) 11 0) testFunction (set-conditional-breakpoint.html:17)
12 Breakpoint sidebar pane 12 Breakpoint sidebar pane
13 13
14 set-conditional-breakpoint.html:17 var x = Math.sqrt(10); 14 set-conditional-breakpoint.html:17 var x = Math.sqrt(10);
15 Breakpoint sidebar pane 15 Breakpoint sidebar pane
16 16 No Breakpoints
17 Script execution resumed. 17 Script execution resumed.
18 18
19 Running: testSetConditionalBreakpointThatDoesNotBreak 19 Running: testSetConditionalBreakpointThatDoesNotBreak
20 Script source was shown. 20 Script source was shown.
21 Set timer for test function. 21 Set timer for test function.
22 Test function finished. 22 Test function finished.
23 Breakpoint sidebar pane 23 Breakpoint sidebar pane
24 24
25 set-conditional-breakpoint.html:17 var x = Math.sqrt(10); 25 set-conditional-breakpoint.html:17 var x = Math.sqrt(10);
26 Breakpoints removed. 26 Breakpoints removed.
27 Breakpoint sidebar pane 27 Breakpoint sidebar pane
28 No Breakpoints
28 29
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698