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

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

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: Rebaseline on Linux 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 layout invalidations on a deleted node . 1 Tests the Timeline API instrumentation of layout invalidations on a deleted node .
2 2
3 3
4 4
5 Running: testLocalFrame 5 Running: testLocalFrame
6 paint invalidations[ 6 paint invalidations[
7 { 7 {
8 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations-on- deleted-node.html:9} 8 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations-on- deleted-node.html:9}
9 changedAttribute : undefined 9 changedAttribute : undefined
10 changedClass : undefined 10 changedClass : undefined
11 changedId : undefined 11 changedId : undefined
12 changedPseudo : undefined 12 changedPseudo : undefined
13 extraData : "" 13 extraData : ""
14 nodeName : "BODY" 14 nodeName : "BODY"
15 selectorPart : undefined 15 selectorPart : undefined
16 type : "StyleRecalcInvalidationTracking" 16 type : "StyleRecalcInvalidationTracking"
17 } 17 }
18 {
19 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations-on- deleted-node.html:11}
20 changedAttribute : undefined
21 changedClass : undefined
22 changedId : undefined
23 changedPseudo : undefined
24 extraData : ""
25 nodeName : "DIV id='testElement'"
26 selectorPart : undefined
27 type : "StyleRecalcInvalidationTracking"
28 }
29 {
30 cause : {reason: Style changed, stackTrace: .../inspector/tracing/timeli ne-paint/timeline-paint-with-layout-invalidations-on-deleted-node.html:12}
31 changedAttribute : undefined
32 changedClass : undefined
33 changedId : undefined
34 changedPseudo : undefined
35 extraData : undefined
36 nodeName : "DIV id='testElement'"
37 selectorPart : undefined
38 type : "LayoutInvalidationTracking"
39 }
40 {
41 cause : {reason: Removed from layout, stackTrace: .../inspector/tracing/ timeline-paint/timeline-paint-with-layout-invalidations-on-deleted-node.html:13}
42 changedAttribute : undefined
43 changedClass : undefined
44 changedId : undefined
45 changedPseudo : undefined
46 extraData : undefined
47 nodeName : "#text"
48 selectorPart : undefined
49 type : "LayoutInvalidationTracking"
50 }
51 {
52 cause : {reason: Removed from layout, stackTrace: .../inspector/tracing/ timeline-paint/timeline-paint-with-layout-invalidations-on-deleted-node.html:13}
53 changedAttribute : undefined
54 changedClass : undefined
55 changedId : undefined
56 changedPseudo : undefined
57 extraData : undefined
58 nodeName : "DIV id='testElement'"
59 selectorPart : undefined
60 type : "LayoutInvalidationTracking"
61 }
62 ] 18 ]
63 19
64 Running: testSubframe 20 Running: testSubframe
65 second paint invalidations[ 21 second paint invalidations[
66 { 22 {
67 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations-on- deleted-node.html:20} 23 cause : {reason: Inline CSS style declaration was mutated, stackTrace: . ../inspector/tracing/timeline-paint/timeline-paint-with-layout-invalidations-on- deleted-node.html:20}
68 changedAttribute : undefined 24 changedAttribute : undefined
69 changedClass : undefined 25 changedClass : undefined
70 changedId : undefined 26 changedId : undefined
71 changedPseudo : undefined 27 changedPseudo : undefined
(...skipping 19 matching lines...) Expand all
91 changedClass : undefined 47 changedClass : undefined
92 changedId : undefined 48 changedId : undefined
93 changedPseudo : undefined 49 changedPseudo : undefined
94 extraData : undefined 50 extraData : undefined
95 nodeName : "DIV" 51 nodeName : "DIV"
96 selectorPart : undefined 52 selectorPart : undefined
97 type : "LayoutInvalidationTracking" 53 type : "LayoutInvalidationTracking"
98 } 54 }
99 ] 55 ]
100 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698