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

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

Issue 2384533002: [DevTools] Better label for async function call stacks (Closed)
Patch Set: rebased Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698