| 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
|
|
|