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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt

Issue 2404723002: Auto-rebaseline for r424089 (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 "layers": [
3 "bounds": [600, 250],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [600, 250], 5 "bounds": [600, 250],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true,
10 "paintInvalidations": [ 8 "paintInvalidations": [
11 { 9 {
12 "object": "LayoutBlockFlow (positioned) DIV class='container'", 10 "object": "LayoutBlockFlow (positioned) DIV class='container'",
13 "rect": [0, 0, 600, 500], 11 "rect": [0, 0, 600, 500],
14 "reason": "forced by layout" 12 "reason": "forced by layout"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "object": "RootInlineBox", 60 "object": "RootInlineBox",
63 "reason": "forced by layout" 61 "reason": "forced by layout"
64 }, 62 },
65 { 63 {
66 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", 64 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
67 "reason": "forced by layout" 65 "reason": "forced by layout"
68 } 66 }
69 ] 67 ]
70 } 68 }
71 { 69 {
72 "name": "Content Root Layer", 70 "layers": [
73 "bounds": [400, 250],
74 "children": [
75 { 71 {
76 "name": "LayoutView #document", 72 "name": "LayoutView #document",
77 "bounds": [400, 250], 73 "bounds": [400, 250],
78 "contentsOpaque": true, 74 "contentsOpaque": true,
79 "drawsContent": true, 75 "drawsContent": true,
80 "paintInvalidations": [ 76 "paintInvalidations": [
81 { 77 {
82 "object": "LayoutBlockFlow (positioned) DIV class='container'", 78 "object": "LayoutBlockFlow (positioned) DIV class='container'",
83 "rect": [0, 0, 600, 250], 79 "rect": [0, 0, 600, 250],
84 "reason": "forced by layout" 80 "reason": "forced by layout"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "object": "RootInlineBox", 123 "object": "RootInlineBox",
128 "reason": "forced by layout" 124 "reason": "forced by layout"
129 }, 125 },
130 { 126 {
131 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", 127 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
132 "reason": "forced by layout" 128 "reason": "forced by layout"
133 } 129 }
134 ] 130 ]
135 } 131 }
136 { 132 {
137 "name": "Content Root Layer", 133 "layers": [
138 "bounds": [400, 600],
139 "children": [
140 { 134 {
141 "name": "LayoutView #document", 135 "name": "LayoutView #document",
142 "bounds": [400, 600], 136 "bounds": [400, 600],
143 "contentsOpaque": true, 137 "contentsOpaque": true,
144 "drawsContent": true, 138 "drawsContent": true,
145 "paintInvalidations": [ 139 "paintInvalidations": [
146 { 140 {
147 "object": "LayoutBlockFlow (positioned) DIV class='container'", 141 "object": "LayoutBlockFlow (positioned) DIV class='container'",
148 "rect": [0, 0, 400, 600], 142 "rect": [0, 0, 400, 600],
149 "reason": "full" 143 "reason": "full"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "object": "RootInlineBox", 191 "object": "RootInlineBox",
198 "reason": "forced by layout" 192 "reason": "forced by layout"
199 }, 193 },
200 { 194 {
201 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", 195 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
202 "reason": "forced by layout" 196 "reason": "forced by layout"
203 } 197 }
204 ] 198 ]
205 } 199 }
206 { 200 {
207 "name": "Content Root Layer", 201 "layers": [
208 "bounds": [800, 600],
209 "children": [
210 { 202 {
211 "name": "LayoutView #document", 203 "name": "LayoutView #document",
212 "bounds": [800, 600], 204 "bounds": [800, 600],
213 "contentsOpaque": true, 205 "contentsOpaque": true,
214 "drawsContent": true, 206 "drawsContent": true,
215 "paintInvalidations": [ 207 "paintInvalidations": [
216 { 208 {
217 "object": "LayoutBlockFlow (positioned) DIV class='container'", 209 "object": "LayoutBlockFlow (positioned) DIV class='container'",
218 "rect": [0, 0, 800, 600], 210 "rect": [0, 0, 800, 600],
219 "reason": "full" 211 "reason": "full"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "object": "RootInlineBox", 254 "object": "RootInlineBox",
263 "reason": "forced by layout" 255 "reason": "forced by layout"
264 }, 256 },
265 { 257 {
266 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", 258 "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
267 "reason": "forced by layout" 259 "reason": "forced by layout"
268 } 260 }
269 ] 261 ]
270 } 262 }
271 263
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698