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

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

Issue 1815833002: Rebaseline, fix, or remove various tests dealing with V8 behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
1 Tests promise tracker events in debugger. 1 Tests promise tracker events in debugger.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 gc: 4 gc:
5 id: 0 5 id: 0
6 gc: 6 gc:
7 id: 1 7 id: 1
8 gc:
9 id: 2
8 new: 10 new:
9 id: 0 11 id: 0
10 testFunction promise-events.html:9
11 new: 12 new:
12 id: 1 13 id: 1
13 testFunction promise-events.html:15
14 new: 14 new:
15 id: 2 15 id: 2
16 testFunction promise-events.html:22
17 new: 16 new:
18 id: 3 17 id: 3
19 testFunction promise-events.html:23
20 update: 18 update:
21 id: 0 19 id: 0
22 status: resolved 20 status: resolved
23 promiseConstructor1 promise-events.html:12
24 update: 21 update:
25 id: 1 22 id: 1
26 status: rejected 23 status: rejected
27 promiseConstructor2 promise-events.html:18
28 update: 24 update:
29 id: 2 25 id: 2
30 parent id: 1 26 parent id: 1
31 update: 27 update:
32 id: 2 28 id: 2
33 status: resolved 29 status: resolved
34 update: 30 update:
35 id: 3 31 id: 3
36 parent id: 2 32 parent id: 2
37 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698