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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 }, 101 },
102 { 102 {
103 "object": "HorizontalScrollbar", 103 "object": "HorizontalScrollbar",
104 "reason": "scroll" 104 "reason": "scroll"
105 }, 105 },
106 { 106 {
107 "object": "VerticalScrollbar", 107 "object": "VerticalScrollbar",
108 "reason": "scroll" 108 "reason": "scroll"
109 }, 109 },
110 { 110 {
111 "object": "LayoutView #document",
112 "reason": "scroll"
113 },
114 {
115 "object": "LayoutView #document",
116 "reason": "scroll"
117 },
118 {
111 "object": "LayoutBlockFlow HTML", 119 "object": "LayoutBlockFlow HTML",
112 "reason": "location change" 120 "reason": "location change"
113 }, 121 },
114 { 122 {
115 "object": "LayoutBlockFlow BODY", 123 "object": "LayoutBlockFlow BODY",
116 "reason": "forced by layout" 124 "reason": "forced by layout"
117 }, 125 },
118 { 126 {
119 "object": "RootInlineBox", 127 "object": "RootInlineBox",
120 "reason": "forced by layout" 128 "reason": "forced by layout"
121 }, 129 },
122 { 130 {
123 "object": "LayoutEmbeddedObject OBJECT", 131 "object": "LayoutEmbeddedObject OBJECT",
124 "reason": "forced by layout" 132 "reason": "forced by layout"
125 }, 133 },
126 { 134 {
127 "object": "LayoutText #text", 135 "object": "LayoutText #text",
128 "reason": "location change" 136 "reason": "location change"
129 }, 137 },
130 { 138 {
131 "object": "LayoutView #document", 139 "object": "LayoutView #document",
132 "reason": "scroll"
133 },
134 {
135 "object": "LayoutView #document",
136 "reason": "scroll"
137 },
138 {
139 "object": "LayoutView #document",
140 "reason": "location change" 140 "reason": "location change"
141 }, 141 },
142 { 142 {
143 "object": "LayoutSVGRoot svg", 143 "object": "LayoutSVGRoot svg",
144 "reason": "bounds change" 144 "reason": "bounds change"
145 }, 145 },
146 { 146 {
147 "object": "LayoutSVGRect rect", 147 "object": "LayoutSVGRect rect",
148 "reason": "bounds change" 148 "reason": "bounds change"
149 }, 149 },
150 { 150 {
151 "object": "LayoutSVGRect rect", 151 "object": "LayoutSVGRect rect",
152 "reason": "bounds change" 152 "reason": "bounds change"
153 } 153 }
154 ] 154 ]
155 } 155 }
156 156
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698