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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-generator-details-expected.txt

Issue 2910623002: [DevTools] ../debugger-ui/function-generator-details.html NeedsManualRebaseline (Closed)
Patch Set: a Created 3 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
« 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 Tests that Debugger.getGeneratorObjectDetails command returns correct result. 1 Tests that Debugger.getGeneratorObjectDetails command returns correct result.
2 2
3 3
4 Running: testIterNotStarted 4 Running: testIterNotStarted
5 iterNotStarted: type = object, subtype = generator 5 iterNotStarted: type = object, subtype = generator
6 [[GeneratorStatus]] = suspended 6 [[GeneratorStatus]] = suspended
7 [[GeneratorFunction]] = function* gen() 7 [[GeneratorFunction]] = function* gen()
8 { 8 {
9 yield 1; 9 yield 1;
10 yield 2; 10 yield 2;
(...skipping 26 matching lines...) Expand all
37 [[GeneratorFunction]] = function* gen() 37 [[GeneratorFunction]] = function* gen()
38 { 38 {
39 yield 1; 39 yield 1;
40 yield 2; 40 yield 2;
41 yield 3; 41 yield 3;
42 } 42 }
43 [[GeneratorReceiver]] = Window 43 [[GeneratorReceiver]] = Window
44 lineNumber = 13 44 lineNumber = 13
45 columnNumber = 13 45 columnNumber = 13
46 script is valid: yes 46 script is valid: yes
47 [[Scopes]] = Scopes[2]
48 47
49 Running: testIterObjGenerator 48 Running: testIterObjGenerator
50 iterObjGenerator: type = object, subtype = generator 49 iterObjGenerator: type = object, subtype = generator
51 [[GeneratorStatus]] = suspended 50 [[GeneratorStatus]] = suspended
52 [[GeneratorFunction]] = function* () 51 [[GeneratorFunction]] = function* ()
53 { 52 {
54 yield 11; 53 yield 11;
55 yield 12; 54 yield 12;
56 yield 13; 55 yield 13;
57 } 56 }
(...skipping 10 matching lines...) Expand all
68 yield 21; 67 yield 21;
69 yield 22; 68 yield 22;
70 yield 23; 69 yield 23;
71 } 70 }
72 [[GeneratorReceiver]] = Window 71 [[GeneratorReceiver]] = Window
73 lineNumber = 38 72 lineNumber = 38
74 columnNumber = 4 73 columnNumber = 4
75 script is valid: yes 74 script is valid: yes
76 [[Scopes]] = Scopes[2] 75 [[Scopes]] = Scopes[2]
77 76
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