OLD | NEW |
(Empty) | |
| 1 CONSOLE MESSAGE: line 13: log from target page |
| 2 CONSOLE MESSAGE: line 2: log from an iframe |
| 3 CONSOLE MESSAGE: line 1: log from worker |
| 4 Tests how execution context and target are selected. |
| 5 |
| 6 |
| 7 Adding swContext |
| 8 Context options: swContext,top,iframe-logger.html,⚙ worker-logger.js |
| 9 |
| 10 Switched to context:swContext |
| 11 top console-log-multiple-execution-contexts.html:13 log from target page |
| 12 iframe-logger.html iframe-logger.html:2 log from an iframe |
| 13 ⚙ worker-logger.js resources/worker-logger.js:1 log from worker |
| 14 resources/worker-logger.js:1 log from worker |
| 15 |
| 16 Switched to context:top |
| 17 console-log-multiple-execution-contexts.html:13 log from target page |
| 18 iframe-logger.html iframe-logger.html:2 log from an iframe |
| 19 ⚙ worker-logger.js resources/worker-logger.js:1 log from worker |
| 20 resources/worker-logger.js:1 log from worker |
| 21 |
| 22 Switched to context:iframe-logger.html |
| 23 top console-log-multiple-execution-contexts.html:13 log from target page |
| 24 iframe-logger.html:2 log from an iframe |
| 25 ⚙ worker-logger.js resources/worker-logger.js:1 log from worker |
| 26 resources/worker-logger.js:1 log from worker |
| 27 |
| 28 Switched to context:⚙ worker-logger.js |
| 29 top console-log-multiple-execution-contexts.html:13 log from target page |
| 30 iframe-logger.html iframe-logger.html:2 log from an iframe |
| 31 resources/worker-logger.js:1 log from worker |
| 32 resources/worker-logger.js:1 log from worker |
| 33 |
OLD | NEW |