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

Side by Side Diff: test/inspector/runtime/clear-of-command-line-api-expected.txt

Issue 2379303002: Revert "[inspector] added inspector test runner [part 3-5]" (Closed)
Patch Set: Created 4 years, 2 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
(Empty)
1 Tests that CommandLineAPI is presented only while evaluation.
2
3 {
4 result : {
5 description : 15
6 type : number
7 value : 15
8 }
9 }
10 {
11 result : {
12 description : 0
13 type : number
14 value : 0
15 }
16 }
17 setPropertyForMethod()
18 {
19 result : {
20 description : 14
21 type : number
22 value : 14
23 }
24 }
25 {
26 result : {
27 description : 0
28 type : number
29 value : 0
30 }
31 }
32 {
33 result : {
34 description : 42
35 type : number
36 value : 42
37 }
38 }
39 defineValuePropertyForMethod()
40 {
41 result : {
42 description : 14
43 type : number
44 value : 14
45 }
46 }
47 {
48 result : {
49 description : 0
50 type : number
51 value : 0
52 }
53 }
54 {
55 result : {
56 description : 42
57 type : number
58 value : 42
59 }
60 }
61 definePropertiesForMethod()
62 {
63 result : {
64 description : 14
65 type : number
66 value : 14
67 }
68 }
69 {
70 result : {
71 description : 0
72 type : number
73 value : 0
74 }
75 }
76 {
77 result : {
78 description : 42
79 type : number
80 value : 42
81 }
82 }
83 defineAccessorPropertyForMethod()
84 {
85 result : {
86 description : 14
87 type : number
88 value : 14
89 }
90 }
91 {
92 result : {
93 description : 0
94 type : number
95 value : 0
96 }
97 }
98 {
99 result : {
100 description : 42
101 type : number
102 value : 42
103 }
104 }
105 redefineGetOwnPropertyDescriptors()
106 {
107 result : {
108 description : 14
109 type : number
110 value : 14
111 }
112 }
113 {
114 result : {
115 description : 0
116 type : number
117 value : 0
118 }
119 }
120 {
121 result : {
122 description : 42
123 type : number
124 value : 42
125 }
126 }
127
OLDNEW
« no previous file with comments | « test/inspector/runtime/clear-of-command-line-api.js ('k') | test/inspector/runtime/compile-script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698