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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "object": "InlineFlowBox", 153 "object": "InlineFlowBox",
154 "reason": "full" 154 "reason": "full"
155 }, 155 },
156 { 156 {
157 "object": "LayoutSVGInlineText #text", 157 "object": "LayoutSVGInlineText #text",
158 "reason": "forced by layout" 158 "reason": "forced by layout"
159 }, 159 },
160 { 160 {
161 "object": "InlineTextBox 'PASS'", 161 "object": "InlineTextBox 'PASS'",
162 "reason": "forced by layout" 162 "reason": "forced by layout"
163 },
164 {
165 "object": "LayoutSVGInlineText #text",
166 "reason": "location change"
167 } 163 }
168 ] 164 ]
169 } 165 }
170 166
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698