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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/sessions/runtime-evaluate-exception-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/sessions/runtime-evaluate-expected.txt
diff --git a/test/inspector/sessions/runtime-evaluate-expected.txt b/test/inspector/sessions/runtime-evaluate-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f201ff6dde0f180c98b1de6ef83d16073f1eeac2
--- /dev/null
+++ b/test/inspector/sessions/runtime-evaluate-expected.txt
@@ -0,0 +1,25 @@
+Tests that multiple sessions share the context.
+Assigning in 1
+Evaluating in 2
+{
+ id : <messageId>
+ result : {
+ result : {
+ description : 42
+ type : number
+ value : 42
+ }
+ }
+}
+Awaiting in 1
+Resolving in 2
+Should resolve in 1
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : string
+ value : foo
+ }
+ }
+}
« 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