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

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

Issue 731293006: Implement style invalidation tracking (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More tests Created 6 years 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 | Annotate | Revision Log
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
7 Running: testMultipleStyleRecalcsChange
8 first style recalc[
9 {
10 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:10}
11 changedAttribute : undefined
12 changedClass : "red"
13 changedId : undefined
14 changedPseudo : undefined
15 extraData : undefined
16 nodeName : "DIV id='testElementOne' class='red'"
17 selectorPart : undefined
18 synthetic : true
19 type : "StyleRecalcInvalidationTracking"
20 }
21 ]
22 second style recalc[
23 {
24 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:12}
25 changedAttribute : undefined
26 changedClass : "snow"
27 changedId : undefined
28 changedPseudo : undefined
29 extraData : undefined
30 nodeName : "DIV id='testElementOne' class='snow'"
31 selectorPart : undefined
32 synthetic : true
33 type : "StyleRecalcInvalidationTracking"
34 }
35 {
36 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:12}
37 changedAttribute : undefined
38 changedClass : "red"
39 changedId : undefined
40 changedPseudo : undefined
41 extraData : undefined
42 nodeName : "DIV id='testElementOne' class='snow'"
43 selectorPart : undefined
44 synthetic : true
45 type : "StyleRecalcInvalidationTracking"
46 }
47 ]
48 first paint[
49 {
50 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:10}
51 changedAttribute : undefined
52 changedClass : "red"
53 changedId : undefined
54 changedPseudo : undefined
55 extraData : undefined
56 nodeName : "DIV id='testElementOne' class='red'"
57 selectorPart : undefined
58 synthetic : true
59 type : "StyleRecalcInvalidationTracking"
60 }
61 {
62 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:12}
63 changedAttribute : undefined
64 changedClass : "snow"
65 changedId : undefined
66 changedPseudo : undefined
67 extraData : undefined
68 nodeName : "DIV id='testElementOne' class='snow'"
69 selectorPart : undefined
70 synthetic : true
71 type : "StyleRecalcInvalidationTracking"
72 }
73 {
74 cause : {reason: Element has pending invalidation list, stackTrace: .../ inspector/tracing/timeline-paint-and-multiple-style-invalidations.html:12}
75 changedAttribute : undefined
76 changedClass : "red"
77 changedId : undefined
78 changedPseudo : undefined
79 extraData : undefined
80 nodeName : "DIV id='testElementOne' class='snow'"
81 selectorPart : undefined
82 synthetic : true
83 type : "StyleRecalcInvalidationTracking"
84 }
85 ]
86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698