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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 }, 81 },
82 { 82 {
83 "object": "RootInlineBox", 83 "object": "RootInlineBox",
84 "reason": "forced by layout" 84 "reason": "forced by layout"
85 }, 85 },
86 { 86 {
87 "object": "LayoutSVGRoot svg", 87 "object": "LayoutSVGRoot svg",
88 "reason": "forced by layout" 88 "reason": "forced by layout"
89 }, 89 },
90 { 90 {
91 "object": "LayoutSVGHiddenContainer defs",
92 "reason": "location change"
93 },
94 {
95 "object": "LayoutSVGRect rect id='targetRect'", 91 "object": "LayoutSVGRect rect id='targetRect'",
96 "reason": "forced by layout" 92 "reason": "forced by layout"
97 }, 93 },
98 { 94 {
99 "object": "LayoutSVGRect rect id='targetRect1'", 95 "object": "LayoutSVGRect rect id='targetRect1'",
100 "reason": "forced by layout" 96 "reason": "forced by layout"
101 }, 97 },
102 { 98 {
103 "object": "LayoutSVGContainer use id='targetUse'", 99 "object": "LayoutSVGContainer use id='targetUse'",
104 "reason": "bounds change" 100 "reason": "bounds change"
(...skipping 18 matching lines...) Expand all
123 "object": "LayoutSVGContainer g id='targetUse'", 119 "object": "LayoutSVGContainer g id='targetUse'",
124 "reason": "bounds change" 120 "reason": "bounds change"
125 }, 121 },
126 { 122 {
127 "object": "LayoutSVGRect rect id='targetRect1'", 123 "object": "LayoutSVGRect rect id='targetRect1'",
128 "reason": "forced by layout" 124 "reason": "forced by layout"
129 } 125 }
130 ] 126 ]
131 } 127 }
132 128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698