OLD | NEW |
(Empty) | |
| 1 Tests console execution context selector. |
| 2 |
| 3 Console context selector: |
| 4 * top |
| 5 ____myframe (data:text/html,chro…) |
| 6 ____⚙ worker-pause.js |
| 7 |
| 8 Selected worker |
| 9 Console context selector: |
| 10 top |
| 11 ____myframe (data:text/html,chro…) |
| 12 * ____⚙ worker-pause.js |
| 13 |
| 14 Selected iframe |
| 15 Console context selector: |
| 16 top |
| 17 * ____myframe (data:text/html,chro…) |
| 18 ____⚙ worker-pause.js |
| 19 |
| 20 Paused in main |
| 21 Console context selector: |
| 22 * top |
| 23 ____myframe (data:text/html,chro…) [disabled] |
| 24 ____⚙ worker-pause.js |
| 25 |
| 26 Resumed |
| 27 Console context selector: |
| 28 * top |
| 29 ____myframe (data:text/html,chro…) |
| 30 ____⚙ worker-pause.js |
| 31 |
| 32 Paused in worker |
| 33 Console context selector: |
| 34 top |
| 35 ____myframe (data:text/html,chro…) |
| 36 * ____⚙ worker-pause.js |
| 37 |
| 38 Resumed |
| 39 Console context selector: |
| 40 top |
| 41 ____myframe (data:text/html,chro…) |
| 42 * ____⚙ worker-pause.js |
| 43 |
| 44 Paused in iframe |
| 45 Console context selector: |
| 46 top [disabled] |
| 47 * ____myframe (data:text/html,chro…) |
| 48 ____⚙ worker-pause.js |
| 49 |
| 50 Resumed |
| 51 Console context selector: |
| 52 top |
| 53 * ____myframe (data:text/html,chro…) |
| 54 ____⚙ worker-pause.js |
| 55 |
| 56 Destroyed iframe |
| 57 Console context selector: |
| 58 * top |
| 59 ____⚙ worker-pause.js |
| 60 |
OLD | NEW |