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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/promise-events-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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Tests promise tracker events in debugger.
2
3 Set timer for test function.
4 gc:
5 id: 0
6 gc:
7 id: 1
8 gc:
9 id: 2
10 new:
11 id: 0
12 new:
13 id: 1
14 new:
15 id: 2
16 new:
17 id: 3
18 update:
19 id: 0
20 status: resolved
21 update:
22 id: 1
23 status: rejected
24 update:
25 id: 2
26 parent id: 1
27 update:
28 id: 2
29 status: resolved
30 update:
31 id: 3
32 parent id: 2
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698