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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-evaluate-return-by-value-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.evaluate returns an error for non serialable types. 1 Tests that Runtime.evaluate returns an error for non serialable types.
2 2
3 Running test: testSymbol 3 Running test: testSymbol
4 { 4 {
5 error : { 5 error : {
6 code : -32000 6 code : -32000
7 message : Object couldn't be returned by value 7 message : Object couldn't be returned by value
8 } 8 }
9 id : 0 9 id : <messageId>
10 } 10 }
11 11
12 Running test: testObjectWithChain 12 Running test: testObjectWithChain
13 { 13 {
14 error : { 14 error : {
15 code : -32000 15 code : -32000
16 message : Object reference chain is too long 16 message : Object reference chain is too long
17 } 17 }
18 id : 0 18 id : <messageId>
19 } 19 }
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698