Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt

Issue 2859053007: [DevTools] prepare frontend for new async stacks (Closed)
Patch Set: added rebased test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests that call stack sidebar contains correct labels for async await functions. 1 Tests that call stack sidebar contains correct labels for async await functions.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 footest.js:6 4 footest.js:6
5 boo awaits foo 5 await in foo (async)
6 bootest.js:12 6 bootest.js:12
7 testFunction awaits boo 7 await in boo (async)
8 testFunctiontest.js:18 8 testFunctiontest.js:18
9 setTimeout (async) 9 setTimeout (async)
10 scheduleTestFunctiondebugger-test.js:3 10 scheduleTestFunctiondebugger-test.js:3
11 (anonymous)VM:1 11 (anonymous)VM:1
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698