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

Unified Diff: test/inspector/runtime/create-context-expected.txt

Issue 2737603006: [inspector] added createContextGroup for tests (Closed)
Patch Set: a Created 3 years, 9 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/runtime/create-context.js ('k') | test/inspector/task-runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/create-context-expected.txt
diff --git a/test/inspector/runtime/create-context-expected.txt b/test/inspector/runtime/create-context-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d22d9f6b8448a94a027895c74a44c0b0a24c696f
--- /dev/null
+++ b/test/inspector/runtime/create-context-expected.txt
@@ -0,0 +1,58 @@
+Checks createContext().
+{
+ method : Runtime.executionContextCreated
+ params : {
+ context : {
+ id : 1
+ name :
+ origin :
+ }
+ }
+}
+{
+ method : Runtime.executionContextCreated
+ params : {
+ context : {
+ id : 2
+ name :
+ origin :
+ }
+ }
+}
+{
+ id : <messageId>
+ result : {
+ }
+}
+#debugger;
+
+setTimeout(#x => x * 3, 0)
+
+Reported script's execution id: 2
+{
+ method : Runtime.executionContextCreated
+ params : {
+ context : {
+ id : 1
+ name :
+ origin :
+ }
+ }
+}
+{
+ method : Runtime.executionContextCreated
+ params : {
+ context : {
+ id : 2
+ name :
+ origin :
+ }
+ }
+}
+#debugger;
+
+#debugger;
+
+setTimeout(#x => x * 3, 0)
+
+Reported script's execution id: 2
« no previous file with comments | « test/inspector/runtime/create-context.js ('k') | test/inspector/task-runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698