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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-runScript-async-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 CONSOLE ERROR: Uncaught (in promise) #<Object>
2 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl ag. 1 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl ag.
3 2
4 Running test: testRunAndCompileWithoutAgentEnable 3 Running test: testRunAndCompileWithoutAgentEnable
5 { 4 {
6 code : 0 5 code : 0
7 message : Runtime agent is not enabled 6 message : Runtime agent is not enabled
8 } 7 }
9 { 8 {
10 code : 0 9 code : 0
11 message : Runtime agent is not enabled 10 message : Runtime agent is not enabled
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 text : Uncaught (in promise) 144 text : Uncaught (in promise)
146 } 145 }
147 result : { 146 result : {
148 type : object 147 type : object
149 value : { 148 value : {
150 a : 1 149 a : 1
151 } 150 }
152 } 151 }
153 } 152 }
154 153
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698