| Index: LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..749d9cf5996b4e9f360abe2294d048af4f151ebf
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt
|
| @@ -0,0 +1,22 @@
|
| +
|
| +Test that evaluation on call frame works across all inspected windows in the call stack.
|
| +
|
| +Set timer for test function.
|
| +Call stack:
|
| + 0) pauseInsideIframe (:6)
|
| + 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:34)
|
| +
|
| +=== Evaluating on iframe ===
|
| +dir() = "overridden dir() in iframe"
|
| +dirxml() = undefined
|
| +table = "local in iframe"
|
| +clear = function clear() { [Command Line API] }
|
| +x: = (program):1:2 Uncaught SyntaxError {stack: (...), message: "Unexpected end of input"}
|
| +
|
| +=== Evaluating on top frame ===
|
| +dir() = undefined
|
| +dirxml() = "overridden dirxml() in top frame"
|
| +table = function table(data, [columns]) { [Command Line API] }
|
| +clear = "local in top frame"
|
| +x: = (program):1:2 Uncaught SyntaxError {stack: (...), message: "Unexpected end of input"}
|
| +
|
|
|