| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bcf8a9622296aa18a5efceb1bd33ed790af72578
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +Tests that call stack sidebar contains correct urls for call frames.
|
| +
|
| +Set timer for test function.
|
| +Script execution paused.
|
| +async-call-stack-url.html:14functionFoo
|
| +setTimeout (async)
|
| +async-call-stack-url.html:9testFunction
|
| +setTimeout (async)
|
| +debugger-test.js:3scheduleTestFunction
|
| +VM:1(anonymous function)
|
| +Script execution resumed.
|
| +
|
|
|