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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-paint-and-multiple-style-invalidations-expected.txt

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 the Timeline API instrumentation of multiple style recalc invalidations an d ensures they are all collected on the paint event.
2
3 PASS
4 PASS
5 PASS
6 first style recalc[
7 {
8 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:10}
9 changedAttribute : undefined
10 changedClass : "red"
11 changedId : undefined
12 changedPseudo : undefined
13 extraData : undefined
14 nodeName : "DIV id='testElementOne' class='red'"
15 selectorPart : undefined
16 synthetic : true
17 type : "StyleRecalcInvalidationTracking"
18 }
19 ]
20 second style recalc[
21 {
22 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:12}
23 changedAttribute : undefined
24 changedClass : "snow"
25 changedId : undefined
26 changedPseudo : undefined
27 extraData : undefined
28 nodeName : "DIV id='testElementOne' class='snow'"
29 selectorPart : undefined
30 synthetic : true
31 type : "StyleRecalcInvalidationTracking"
32 }
33 {
34 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:12}
35 changedAttribute : undefined
36 changedClass : "red"
37 changedId : undefined
38 changedPseudo : undefined
39 extraData : undefined
40 nodeName : "DIV id='testElementOne' class='snow'"
41 selectorPart : undefined
42 synthetic : true
43 type : "StyleRecalcInvalidationTracking"
44 }
45 ]
46 first paint[
47 {
48 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:10}
49 changedAttribute : undefined
50 changedClass : "red"
51 changedId : undefined
52 changedPseudo : undefined
53 extraData : undefined
54 nodeName : "DIV id='testElementOne' class='red'"
55 selectorPart : undefined
56 synthetic : true
57 type : "StyleRecalcInvalidationTracking"
58 }
59 {
60 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:12}
61 changedAttribute : undefined
62 changedClass : "snow"
63 changedId : undefined
64 changedPseudo : undefined
65 extraData : undefined
66 nodeName : "DIV id='testElementOne' class='snow'"
67 selectorPart : undefined
68 synthetic : true
69 type : "StyleRecalcInvalidationTracking"
70 }
71 {
72 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:12}
73 changedAttribute : undefined
74 changedClass : "red"
75 changedId : undefined
76 changedPseudo : undefined
77 extraData : undefined
78 nodeName : "DIV id='testElementOne' class='snow'"
79 selectorPart : undefined
80 synthetic : true
81 type : "StyleRecalcInvalidationTracking"
82 }
83 ]
84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698