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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-await-promise-expected.txt

Issue 2954093003: [DevTools] Migrate inspector-protocol/runtime tests to new harness (Closed)
Patch Set: fail: Created 3 years, 5 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 that Runtime.awaitPromise works. 1 Tests that Runtime.awaitPromise works.
2 2
3 Running test: testResolvedPromise 3 Running test: testResolvedPromise
4 { 4 {
5 result : { 5 result : {
6 description : 239 6 description : 239
7 type : number 7 type : number
8 value : 239 8 value : 239
9 } 9 }
10 } 10 }
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 value : 239 59 value : 239
60 } 60 }
61 exceptionId : 0 61 exceptionId : 0
62 lineNumber : 0 62 lineNumber : 0
63 stackTrace : { 63 stackTrace : {
64 callFrames : [ 64 callFrames : [
65 ] 65 ]
66 parent : { 66 parent : {
67 callFrames : [ 67 callFrames : [
68 [0] : { 68 [0] : {
69 columnNumber : 4 69 columnNumber : 6
70 functionName : rejectPromise 70 functionName : rejectPromise
71 lineNumber : 21 71 lineNumber : 14
72 scriptId : 0 72 scriptId : 0
73 url : 73 url :
74 } 74 }
75 [1] : { 75 [1] : {
76 columnNumber : 0 76 columnNumber : 0
77 functionName : 77 functionName :
78 lineNumber : 0 78 lineNumber : 0
79 scriptId : 0 79 scriptId : 0
80 url : 80 url :
81 } 81 }
(...skipping 25 matching lines...) Expand all
107 type : undefined 107 type : undefined
108 } 108 }
109 } 109 }
110 110
111 Running test: testGarbageCollectedPromise 111 Running test: testGarbageCollectedPromise
112 { 112 {
113 code : -32000 113 code : -32000
114 message : Promise was collected 114 message : Promise was collected
115 } 115 }
116 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698