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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async-expected.txt

Issue 2812333002: [DevTools] mark tests before V8 roll (Closed)
Patch Set: Created 3 years, 8 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.callFunctionOn works with awaitPromise flag. 1 Tests that Runtime.callFunctionOn works with awaitPromise flag.
2 2
3 Running test: testArguments 3 Running test: testArguments
4 { 4 {
5 result : { 5 result : {
6 type : string 6 type : string
7 value : undefined|NaN|[object Object]|[object Window] 7 value : undefined|NaN|[object Object]|[object Window]
8 } 8 }
9 } 9 }
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 columnNumber : 0 102 columnNumber : 0
103 exception : { 103 exception : {
104 objectId : 0 104 objectId : 0
105 type : object 105 type : object
106 value : { 106 value : {
107 a : 3 107 a : 3
108 } 108 }
109 } 109 }
110 exceptionId : 0 110 exceptionId : 0
111 lineNumber : 0 111 lineNumber : 0
112 stackTrace : {
113 callFrames : [
114 ]
115 }
116 text : Uncaught (in promise) 112 text : Uncaught (in promise)
117 } 113 }
118 result : { 114 result : {
119 type : object 115 type : object
120 value : { 116 value : {
121 a : 3 117 a : 3
122 } 118 }
123 } 119 }
124 } 120 }
125 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698