| OLD | NEW |
| (Empty) |
| 1 | |
| 2 Test that evaluation on call frame works across all inspected windows in the cal
l stack. | |
| 3 | |
| 4 Set timer for test function. | |
| 5 Call stack: | |
| 6 0) pauseInsideIframe (:6) | |
| 7 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:34) | |
| 8 | |
| 9 === Evaluating on iframe === | |
| 10 dir() = "overridden dir() in iframe" | |
| 11 dirxml() = undefined | |
| 12 table = "local in iframe" | |
| 13 clear = | |
| 14 x: = VM:1 Uncaught SyntaxError {message: "Unexpected end of input"}pauseInsideIf
rame @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:34 | |
| 15 | |
| 16 === Evaluating on top frame === | |
| 17 dir() = undefined | |
| 18 dirxml() = "overridden dirxml() in top frame" | |
| 19 table = | |
| 20 clear = "local in top frame" | |
| 21 x: = VM:1 Uncaught SyntaxError {message: "Unexpected end of input"}pauseInsideIf
rame @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:34 | |
| 22 | |
| OLD | NEW |