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..6d1f7dd4f229428052de4709bc363e3233898c39 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt |
| @@ -0,0 +1,12 @@ |
| +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 |
| +setTimeout (async) |
| +scheduleTestFunctiondebugger-test.js:3 |
| +(anonymous)VM:1 |
| + |