OLD | NEW |
1 Tests that the execution context is changed to match new selected node. | 1 Tests that the execution context is changed to match new selected node. |
2 | 2 |
3 | 3 |
4 Context has changed: | |
5 true | |
6 Context matches node frameId: | |
7 true | |
8 Context has changed: | |
9 true | |
10 Context matches node frameId: | |
11 true | |
12 | 4 |
| 5 Running: initialize |
| 6 Execution Context: main |
| 7 matches: true |
| 8 |
| 9 Running: selectIframeInnerNode |
| 10 Execution Context: iframe |
| 11 matches: true |
| 12 |
| 13 Running: selectMainFrameNode |
| 14 Execution Context: main |
| 15 matches: true |
| 16 |
| 17 Running: selectIframeNode |
| 18 Execution Context: main |
| 19 matches: true |
| 20 |
| 21 Running: selectIframeImmediateChild |
| 22 Execution Context: iframe |
| 23 matches: true |
| 24 |
OLD | NEW |