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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-viewbox-rescale-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": "LayoutSVGInlineText #text", 10 "object": "LayoutSVGInlineText #text",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "object": "InlineFlowBox", 163 "object": "InlineFlowBox",
164 "reason": "full" 164 "reason": "full"
165 }, 165 },
166 { 166 {
167 "object": "LayoutSVGInlineText #text", 167 "object": "LayoutSVGInlineText #text",
168 "reason": "forced by layout" 168 "reason": "forced by layout"
169 }, 169 },
170 { 170 {
171 "object": "InlineTextBox 'PASS'", 171 "object": "InlineTextBox 'PASS'",
172 "reason": "forced by layout" 172 "reason": "forced by layout"
173 },
174 {
175 "object": "LayoutSVGInlineText #text",
176 "reason": "location change"
177 } 173 }
178 ] 174 ]
179 } 175 }
180 176
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698