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

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

Issue 2396203002: Auto-rebaseline for r423638 (Closed)
Patch Set: Created 4 years, 2 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 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 }, 83 },
84 { 84 {
85 "object": "RootInlineBox", 85 "object": "RootInlineBox",
86 "reason": "forced by layout" 86 "reason": "forced by layout"
87 }, 87 },
88 { 88 {
89 "object": "LayoutSVGRoot svg", 89 "object": "LayoutSVGRoot svg",
90 "reason": "forced by layout" 90 "reason": "forced by layout"
91 }, 91 },
92 { 92 {
93 "object": "LayoutSVGHiddenContainer defs",
94 "reason": "location change"
95 },
96 {
93 "object": "LayoutSVGRect rect id='targetRect'", 97 "object": "LayoutSVGRect rect id='targetRect'",
94 "reason": "full" 98 "reason": "full"
95 }, 99 },
96 { 100 {
97 "object": "LayoutSVGRect rect id='targetRect1'", 101 "object": "LayoutSVGRect rect id='targetRect1'",
98 "reason": "full" 102 "reason": "full"
99 }, 103 },
100 { 104 {
101 "object": "LayoutSVGContainer use id='targetUse'", 105 "object": "LayoutSVGContainer use id='targetUse'",
102 "reason": "full" 106 "reason": "full"
(...skipping 18 matching lines...) Expand all
121 "object": "LayoutSVGContainer g id='targetUse'", 125 "object": "LayoutSVGContainer g id='targetUse'",
122 "reason": "full" 126 "reason": "full"
123 }, 127 },
124 { 128 {
125 "object": "LayoutSVGRect rect id='targetRect1'", 129 "object": "LayoutSVGRect rect id='targetRect1'",
126 "reason": "full" 130 "reason": "full"
127 } 131 }
128 ] 132 ]
129 } 133 }
130 134
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698