OLD | NEW |
1 | 1 |
2 Test that evaluation on call frame works across all inspected windows in the cal
l stack. | 2 Test that evaluation on call frame works across all inspected windows in the cal
l stack. |
3 | 3 |
4 Set timer for test function. | 4 Set timer for test function. |
5 Call stack: | 5 Call stack: |
6 0) pauseInsideIframe (:6) | 6 0) pauseInsideIframe (:6) |
7 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) | 7 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) |
8 | 8 |
9 === Evaluating on iframe === | 9 === Evaluating on iframe === |
10 dir() = "overridden dir() in iframe" | 10 dir() = "overridden dir() in iframe" |
11 dirxml() = undefined | 11 dirxml() = undefined |
12 table = "local in iframe" | 12 table = "local in iframe" |
13 clear = | 13 clear = |
14 x: = VM:1 Uncaught SyntaxError: Unexpected end of input | 14 x: = VM:1 Uncaught SyntaxError: Unexpected end of input |
15 at Object.pauseInsideIframe (<anonymous>:6:5) | 15 at Object.pauseInsideIframe (<anonymous>:6:5) |
16 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)pauseInsi
deIframe @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 | 16 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) |
| 17 pauseInsideIframe @ VM:6 |
| 18 testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 |
17 | 19 |
18 === Evaluating on top frame === | 20 === Evaluating on top frame === |
19 dir() = undefined | 21 dir() = undefined |
20 dirxml() = "overridden dirxml() in top frame" | 22 dirxml() = "overridden dirxml() in top frame" |
21 table = | 23 table = |
22 clear = "local in top frame" | 24 clear = "local in top frame" |
23 x: = VM:1 Uncaught SyntaxError: Unexpected end of input | 25 x: = VM:1 Uncaught SyntaxError: Unexpected end of input |
24 at Object.pauseInsideIframe (<anonymous>:6:5) | 26 at Object.pauseInsideIframe (<anonymous>:6:5) |
25 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)pauseInsi
deIframe @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 | 27 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) |
| 28 pauseInsideIframe @ VM:6 |
| 29 testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 |
26 | 30 |
OLD | NEW |