Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger / promise-events-expected.txt
blob7732274649ca323b784588633444abc880a8d4af
1 Tests promise tracker events in debugger.
3 Set timer for test function.
4 gc:
5     id: 0
6 gc:
7     id: 1
8 new:
9     id: 0
10     testFunction promise-events.html:9
11 new:
12     id: 1
13     testFunction promise-events.html:15
14 new:
15     id: 2
16     testFunction promise-events.html:22
17 new:
18     id: 3
19     testFunction promise-events.html:23
20 update:
21     id: 0
22     status: resolved
23     promiseConstructor1 promise-events.html:12
24 update:
25     id: 1
26     status: rejected
27     promiseConstructor2 promise-events.html:18
28 update:
29     id: 2
30     parent id: 1
31 update:
32     id: 2
33     status: resolved
34 update:
35     id: 3
36     parent id: 2