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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-paint-with-layout-invalidations-expected.txt

Issue 1025213002: Begin tracking why layout is invalidated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 Tests the Timeline API instrumentation of paint events with layout invalidations . 1 Tests the Timeline API instrumentation of paint events with layout invalidations .
2 2
3 PASS 3 PASS
4 4
5 5
6 Running: testLocalFrame 6 Running: testLocalFrame
7 paint invalidations[ 7 paint invalidations[
8 { 8 {
9 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint-with-layout-invalidations.html:10} 9 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint-with-layout-invalidations.html:10}
10 changedAttribute : undefined 10 changedAttribute : undefined
(...skipping 10 matching lines...) Expand all
21 changedAttribute : undefined 21 changedAttribute : undefined
22 changedClass : undefined 22 changedClass : undefined
23 changedId : undefined 23 changedId : undefined
24 changedPseudo : undefined 24 changedPseudo : undefined
25 extraData : "" 25 extraData : ""
26 nodeName : "DIV id='testElement'" 26 nodeName : "DIV id='testElement'"
27 selectorPart : undefined 27 selectorPart : undefined
28 type : "StyleRecalcInvalidationTracking" 28 type : "StyleRecalcInvalidationTracking"
29 } 29 }
30 { 30 {
31 cause : {reason: Layout forced, stackTrace: .../inspector/tracing/timeli ne-paint-with-layout-invalidations.html:12} 31 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-paint-with-layout-invalidations.html:12}
32 changedAttribute : undefined 32 changedAttribute : undefined
33 changedClass : undefined 33 changedClass : undefined
34 changedId : undefined 34 changedId : undefined
35 changedPseudo : undefined 35 changedPseudo : undefined
36 extraData : undefined 36 extraData : undefined
37 nodeName : "DIV id='testElement'" 37 nodeName : "DIV id='testElement'"
38 selectorPart : undefined 38 selectorPart : undefined
39 type : "LayoutInvalidationTracking" 39 type : "LayoutInvalidationTracking"
40 } 40 }
41 ] 41 ]
42 42
43 Running: testSubframe 43 Running: testSubframe
44 second paint invalidations[ 44 second paint invalidations[
45 { 45 {
46 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint-with-layout-invalidations.html:21} 46 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint-with-layout-invalidations.html:21}
47 changedAttribute : undefined 47 changedAttribute : undefined
48 changedClass : undefined 48 changedClass : undefined
49 changedId : undefined 49 changedId : undefined
50 changedPseudo : undefined 50 changedPseudo : undefined
51 extraData : "" 51 extraData : ""
52 nodeName : "DIV" 52 nodeName : "DIV"
53 selectorPart : undefined 53 selectorPart : undefined
54 type : "StyleRecalcInvalidationTracking" 54 type : "StyleRecalcInvalidationTracking"
55 } 55 }
56 { 56 {
57 cause : {reason: Layout forced, stackTrace: .../inspector/tracing/timeli ne-paint-with-layout-invalidations.html:22} 57 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-paint-with-layout-invalidations.html:22}
58 changedAttribute : undefined 58 changedAttribute : undefined
59 changedClass : undefined 59 changedClass : undefined
60 changedId : undefined 60 changedId : undefined
61 changedPseudo : undefined 61 changedPseudo : undefined
62 extraData : undefined 62 extraData : undefined
63 nodeName : "DIV" 63 nodeName : "DIV"
64 selectorPart : undefined 64 selectorPart : undefined
65 type : "LayoutInvalidationTracking" 65 type : "LayoutInvalidationTracking"
66 } 66 }
67 { 67 {
68 cause : {reason: Layout forced, stackTrace: .../inspector/tracing/timeli ne-paint-with-layout-invalidations.html:22} 68 cause : {reason: Unknown, stackTrace: .../inspector/tracing/timeline-pai nt-with-layout-invalidations.html:22}
69 changedAttribute : undefined 69 changedAttribute : undefined
70 changedClass : undefined 70 changedClass : undefined
71 changedId : undefined 71 changedId : undefined
72 changedPseudo : undefined 72 changedPseudo : undefined
73 extraData : undefined 73 extraData : undefined
74 nodeName : "#document" 74 nodeName : "#document"
75 selectorPart : undefined 75 selectorPart : undefined
76 type : "LayoutInvalidationTracking" 76 type : "LayoutInvalidationTracking"
77 } 77 }
78 ] 78 ]
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698