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

Side by Side Diff: test/inspector/sessions/runtime-evaluate-expected.txt

Issue 2906153002: [inspector] Support multiple sessions per context group (Closed)
Patch Set: using set per kozy@ Created 3 years, 6 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
« no previous file with comments | « test/inspector/sessions/runtime-evaluate-exception-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests that multiple sessions share the context.
2 Assigning in 1
3 Evaluating in 2
4 {
5 id : <messageId>
6 result : {
7 result : {
8 description : 42
9 type : number
10 value : 42
11 }
12 }
13 }
14 Awaiting in 1
15 Resolving in 2
16 Should resolve in 1
17 {
18 id : <messageId>
19 result : {
20 result : {
21 type : string
22 value : foo
23 }
24 }
25 }
OLDNEW
« no previous file with comments | « test/inspector/sessions/runtime-evaluate-exception-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698