Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..27d63d9cff5bd3ea14f7ec3b218c4a648ad73c0b |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt |
| @@ -0,0 +1,13 @@ |
| +Tests that call stack sidebar contains correct labels for async await functions. |
| + |
| +Set timer for test function. |
| +footest.js:6 |
| +boo awaits foo |
| +bootest.js:12 |
| +testFunction awaits boo |
| +testFunctiontest.js:18 |
| +testFunction awaits boo |
|
dgozman
2016/10/20 01:19:01
awaits boo 2 times?
kozy
2016/10/20 01:39:33
Done.
|
| +setTimeout (async) |
| +scheduleTestFunctiondebugger-test.js:3 |
| +(anonymous)VM:1 |
| + |