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

Unified Diff: LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt

Issue 529723002: [WIP] Protocol for sending information about Promises to frontend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address comments + REBASE Created 6 years, 3 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: LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt b/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9c20af519a813ea1786d553d25c6f59e0510a55e
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt
@@ -0,0 +1,21 @@
+Tests promise tracker in debugger.
+
+Set timer for test function.
+Script execution paused.
+Promise:
+ id: 0
+ status: resolved
+ parent id: undefined
+ testFunction :9
+Promise:
+ id: 1
+ status: resolved
+ parent id: 0
+ testFunction :13
+Promise:
+ id: 2
+ status: pending
+ parent id: 1
+ testFunction :14
+Script execution resumed.
+
« no previous file with comments | « LayoutTests/inspector/sources/debugger/promise-tracker.html ('k') | Source/core/inspector/InspectorDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698