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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt

Issue 2483953002: Separate forced subtree invalidation reasons for location change and SVG resource change (Closed)
Patch Set: rebaseline-cl Created 4 years, 1 month 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 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 }, 86 },
87 { 87 {
88 "object": "RootInlineBox", 88 "object": "RootInlineBox",
89 "reason": "forced by layout" 89 "reason": "forced by layout"
90 }, 90 },
91 { 91 {
92 "object": "LayoutSVGRoot svg", 92 "object": "LayoutSVGRoot svg",
93 "reason": "forced by layout" 93 "reason": "forced by layout"
94 }, 94 },
95 { 95 {
96 "object": "LayoutSVGHiddenContainer defs",
97 "reason": "location change"
98 },
99 {
100 "object": "LayoutSVGRect rect id='targetRect'", 96 "object": "LayoutSVGRect rect id='targetRect'",
101 "reason": "forced by layout" 97 "reason": "forced by layout"
102 }, 98 },
103 { 99 {
104 "object": "LayoutSVGContainer use id='targetUse'", 100 "object": "LayoutSVGContainer use id='targetUse'",
105 "reason": "bounds change" 101 "reason": "bounds change"
106 }, 102 },
107 { 103 {
108 "object": "LayoutSVGRect rect id='targetRect'", 104 "object": "LayoutSVGRect rect id='targetRect'",
109 "reason": "forced by layout" 105 "reason": "forced by layout"
110 }, 106 },
111 { 107 {
112 "object": "LayoutSVGContainer use", 108 "object": "LayoutSVGContainer use",
113 "reason": "bounds change" 109 "reason": "bounds change"
114 }, 110 },
115 { 111 {
116 "object": "LayoutSVGContainer g id='targetUse'", 112 "object": "LayoutSVGContainer g id='targetUse'",
117 "reason": "bounds change" 113 "reason": "bounds change"
118 }, 114 },
119 { 115 {
120 "object": "LayoutSVGRect rect id='targetRect'", 116 "object": "LayoutSVGRect rect id='targetRect'",
121 "reason": "forced by layout" 117 "reason": "forced by layout"
122 } 118 }
123 ] 119 ]
124 } 120 }
125 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698