OLD | NEW |
| 1 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 2 CONSOLE ERROR: line 3484: The given range isn't in document. |
1 | 3 |
2 Test that evaluation on call frame works across all inspected windows in the cal
l stack. | 4 Test that evaluation on call frame works across all inspected windows in the cal
l stack. |
3 | 5 |
4 Set timer for test function. | 6 Set timer for test function. |
5 Call stack: | 7 Call stack: |
6 0) pauseInsideIframe (:6) | 8 0) pauseInsideIframe (:6) |
7 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) | 9 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) |
8 | 10 |
9 === Evaluating on iframe === | 11 === Evaluating on iframe === |
10 dir() = "overridden dir() in iframe" | 12 dir() = "overridden dir() in iframe" |
(...skipping 10 matching lines...) Expand all Loading... |
21 dir() = undefined | 23 dir() = undefined |
22 dirxml() = "overridden dirxml() in top frame" | 24 dirxml() = "overridden dirxml() in top frame" |
23 table = | 25 table = |
24 clear = "local in top frame" | 26 clear = "local in top frame" |
25 x: = VM:1 Uncaught SyntaxError: Unexpected end of input | 27 x: = VM:1 Uncaught SyntaxError: Unexpected end of input |
26 at Object.pauseInsideIframe (<anonymous>:6:5) | 28 at Object.pauseInsideIframe (<anonymous>:6:5) |
27 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) | 29 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) |
28 pauseInsideIframe @ VM:6 | 30 pauseInsideIframe @ VM:6 |
29 testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 | 31 testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 |
30 | 32 |
OLD | NEW |