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

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 review comments + add a simple test 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..6d0586db94006839fd67e5eba6f5b19e05292bdf
--- /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: 1
+ status: 1
+ parent id: undefined
+ testFunction :9
aandrey 2014/09/02 14:34:48 why no URL? should be: testFunction (promise-track
Alexandra Mikhaylova 2014/09/03 14:28:54 It's empty on server side for some reason.
+Promise:
+ id: 2
+ status: 1
+ parent id: 1
+ testFunction :13
+Promise:
+ id: 3
+ status: 0
+ parent id: 2
+ testFunction :14
+Script execution resumed.
+

Powered by Google App Engine
This is Rietveld 408576698