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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-save-to-temp-var-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests saving objects to temporary variables while paused.
2
3 Set timer for test function.
4 Number of expressions: 11
5 Names [temp3..temp7] are reserved
6
7 temp1
8 42
9 temp2
10 "foo string"
11 temp8
12 NaN
13 temp9
14 Infinity
15 temp10
16 -Infinity
17 temp11
18 -0
19 temp12
20 [1, 2, NaN, -0, null, undefined]
21 temp13
22 Object {foo: "bar"}
23 temp14
24 [1, 2, 3, 4]
25 temp15
26 func() {}
27 temp16
28 Error: errr(…)
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698