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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges-expected.txt

Issue 1774503003: LayoutTests: prepare for V8 changes wrt var declaration break locations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use NeedsManualRebaseline Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 foo: 14:4 1 foo: 14:4
2 blackboxedBoo: 3:12 2 blackboxedBoo: 3:12
3 notBlackboxedFoo: 3:12 3 notBlackboxedFoo: 3:12
4 blackboxedFoo: 10:12 4 blackboxedFoo: 10:12
5 notBlackboxedBoo: 17:12 5 notBlackboxedBoo: 17:12
6 testFunction: 8:4 6 testFunction: 8:4
7 7
8 Try to set positions: [{"line":0,"column":0},{"line":0,"column":0}] 8 Try to set positions: [{"line":0,"column":0},{"line":0,"column":0}]
9 Input positions array is not sorted or contains duplicate values. 9 Input positions array is not sorted or contains duplicate values.
10 Try to set positions: [{"line":0,"column":1},{"line":0,"column":0}] 10 Try to set positions: [{"line":0,"column":1},{"line":0,"column":0}]
11 Input positions array is not sorted or contains duplicate values. 11 Input positions array is not sorted or contains duplicate values.
12 Try to set positions: [{"line":0,"column":-1}] 12 Try to set positions: [{"line":0,"column":-1}]
13 Position missing 'column' or 'column' < 0. 13 Position missing 'column' or 'column' < 0.
14 action: stepOut 14 action: stepOut
15 notBlackboxedFoo: 4:4 15 notBlackboxedFoo: 4:4
16 blackboxedFoo: 10:12 16 blackboxedFoo: 10:12
17 notBlackboxedBoo: 17:12 17 notBlackboxedBoo: 17:12
18 testFunction: 8:4 18 testFunction: 8:4
19 19
20 action: stepOut 20 action: stepOut
21 notBlackboxedBoo: 18:4 21 notBlackboxedBoo: 18:4
22 testFunction: 8:4 22 testFunction: 8:4
23 23
24 action: stepOut 24 action: stepOut
25 testFunction: 9:4 25 testFunction: 9:4
26 26
27 action: stepInto 27 action: stepInto
28 notBlackboxedBoo: 16:4 28 notBlackboxedBoo: 16:12
29 testFunction: 9:4 29 testFunction: 9:4
30 30
31 action: stepOver 31 action: stepOver
32 action: stepInto 32 action: stepInto
33 notBlackboxedFoo: 2:4 33 notBlackboxedFoo: 2:12
34 blackboxedFoo: 10:12 34 blackboxedFoo: 10:12
35 notBlackboxedBoo: 17:12 35 notBlackboxedBoo: 17:12
36 testFunction: 9:4 36 testFunction: 9:4
37 37
38 action: stepOver 38 action: stepOver
39 action: stepInto 39 action: stepInto
40 foo: 14:4 40 foo: 14:4
41 blackboxedBoo: 3:12 41 blackboxedBoo: 3:12
42 notBlackboxedFoo: 3:12 42 notBlackboxedFoo: 3:12
43 blackboxedFoo: 10:12 43 blackboxedFoo: 10:12
44 notBlackboxedBoo: 17:12 44 notBlackboxedBoo: 17:12
45 testFunction: 9:4 45 testFunction: 9:4
46 46
47 action: stepOver 47 action: stepOver
48 action: stepInto 48 action: stepInto
49 foo: 16:0 49 foo: 16:0
50 blackboxedBoo: 3:12 50 blackboxedBoo: 3:12
51 notBlackboxedFoo: 3:12 51 notBlackboxedFoo: 3:12
52 blackboxedFoo: 10:12 52 blackboxedFoo: 10:12
53 notBlackboxedBoo: 17:12 53 notBlackboxedBoo: 17:12
54 testFunction: 9:4 54 testFunction: 9:4
55 55
56 56
OLDNEW
« 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