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. |
+ |