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

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

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 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 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/timeline-paint-with-layout-invalidations.htm l:9} 9 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations.htm l:9}
10 changedAttribute : undefined 10 changedAttribute : undefined
11 changedClass : undefined 11 changedClass : undefined
12 changedId : undefined 12 changedId : undefined
13 changedPseudo : undefined 13 changedPseudo : undefined
14 extraData : "" 14 extraData : ""
15 nodeName : "BODY" 15 nodeName : "BODY"
16 selectorPart : undefined 16 selectorPart : undefined
17 type : "StyleRecalcInvalidationTracking" 17 type : "StyleRecalcInvalidationTracking"
18 } 18 }
19 {
20 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations.htm l:10}
21 changedAttribute : undefined
22 changedClass : undefined
23 changedId : undefined
24 changedPseudo : undefined
25 extraData : ""
26 nodeName : "DIV id='testElement'"
27 selectorPart : undefined
28 type : "StyleRecalcInvalidationTracking"
29 }
30 {
31 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-paint/timeline-paint-with-layout-invalidations.html:11}
32 changedAttribute : undefined
33 changedClass : undefined
34 changedId : undefined
35 changedPseudo : undefined
36 extraData : undefined
37 nodeName : "DIV id='testElement'"
38 selectorPart : undefined
39 type : "LayoutInvalidationTracking"
40 }
41 ] 19 ]
42 20
43 Running: testSubframe 21 Running: testSubframe
44 second paint invalidations[ 22 second paint invalidations[
45 { 23 {
46 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations.htm l:17} 24 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations.htm l:17}
47 changedAttribute : undefined 25 changedAttribute : undefined
48 changedClass : undefined 26 changedClass : undefined
49 changedId : undefined 27 changedId : undefined
50 changedPseudo : undefined 28 changedPseudo : undefined
(...skipping 19 matching lines...) Expand all
70 changedClass : undefined 48 changedClass : undefined
71 changedId : undefined 49 changedId : undefined
72 changedPseudo : undefined 50 changedPseudo : undefined
73 extraData : undefined 51 extraData : undefined
74 nodeName : "#document" 52 nodeName : "#document"
75 selectorPart : undefined 53 selectorPart : undefined
76 type : "LayoutInvalidationTracking" 54 type : "LayoutInvalidationTracking"
77 } 55 }
78 ] 56 ]
79 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698