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

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

Issue 2866363003: DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: removed the test 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 unified diff | Download patch
OLDNEW
1 Tests saving objects to temporary variables while paused. 1 Tests saving objects to temporary variables while paused.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Number of expressions: 11 4 Number of expressions: 11
5 Names [temp3..temp7] are reserved 5 Names [temp3..temp7] are reserved
6 6
7 temp1 7 temp1
8 42 8 42
9 temp2 9 temp2
10 "foo string" 10 "foo string"
11 temp8 11 temp8
12 NaN 12 NaN
13 temp9 13 temp9
14 Infinity 14 Infinity
15 temp10 15 temp10
16 -Infinity 16 -Infinity
17 temp11 17 temp11
18 -0 18 -0
19 temp12 19 temp12
20 (6) [1, 2, NaN, -0, null, undefined] 20 (6) [1, 2, NaN, -0, null, undefined]
21 temp13 21 temp13
22 Object {foo: "bar"} 22 Object {foo: "bar"}
23 temp14 23 temp14
24 (4) [1, 2, 3, 4, callee: function, Symbol(Symbol.iterator): function] 24 (4) [1, 2, 3, 4, callee: ƒ, Symbol(Symbol.iterator): ƒ]
25 temp15 25 temp15
26 function func() {} 26 ƒ func() {}
27 temp16 27 temp16
28 Error: errr 28 Error: errr
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698