Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt

Issue 1827993002: [DevTools] Remove promise inspector experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 Tests promise tracker in debugger.
2
3 Set timer for test function.
4 Promise (new):
5 id: 0
6 status: pending
7 testFunction promise-tracker.html:10
8 creationTime: true
9 Promise (update):
10 id: 0
11 status: resolved
12 settlementTime: true
13 Promise (new):
14 id: 1
15 status: pending
16 testFunction promise-tracker.html:14
17 creationTime: true
18 Promise (update):
19 id: 1
20 status: pending
21 Promise (new):
22 id: 2
23 status: pending
24 testFunction promise-tracker.html:15
25 creationTime: true
26 Promise (update):
27 id: 2
28 status: pending
29 parent id: 1
30 Promise (update):
31 id: 1
32 status: resolved
33 settlementTime: true
34 Script execution paused.
35 Got promise by id: true
36 Resolved object class: Promise
37 Promise:
38 status: resolved
39 value: Resolved!
40 Promise (gc):
41 Promise (gc):
42 Promise (gc):
43 Script execution resumed.
44
OLDNEW

Powered by Google App Engine