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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-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) 239
2 Tests that Runtime.evaluate works with awaitPromise flag. 1 Tests that Runtime.evaluate works with awaitPromise flag.
3 2
4 Running test: testResolvedPromise 3 Running test: testResolvedPromise
5 { 4 {
6 result : { 5 result : {
7 description : 239 6 description : 239
8 type : number 7 type : number
9 value : 239 8 value : 239
10 } 9 }
11 } 10 }
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 scriptId : 68 scriptId :
70 text : Uncaught 69 text : Uncaught
71 } 70 }
72 result : { 71 result : {
73 description : 239 72 description : 239
74 type : number 73 type : number
75 value : 239 74 value : 239
76 } 75 }
77 } 76 }
78 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698