Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / promise-tracker-expected.txt
1 Tests promise tracker in debugger.
2
3 Set timer for test function.
4 Script execution paused.
5 Promise:
6     id: 0
7     status: resolved
8     parent id: undefined
9     testFunction promise-tracker.html:9
10 Promise:
11     id: 1
12     status: resolved
13     parent id: 0
14     testFunction promise-tracker.html:13
15 Promise:
16     id: 2
17     status: pending
18     parent id: 1
19     testFunction promise-tracker.html:14
20 Promise:
21     status: resolved
22     value: Resolved!
23 Script execution resumed.
24