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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/window-resize-vertical-writing-mode-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [913, 235], 5 "bounds": [913, 235],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "object": "LayoutBlockFlow BODY", 141 "object": "LayoutBlockFlow BODY",
142 "rect": [208, 8, 897, 219], 142 "rect": [208, 8, 897, 219],
143 "reason": "bounds change" 143 "reason": "bounds change"
144 }, 144 },
145 { 145 {
146 "object": "LayoutBlockFlow BODY", 146 "object": "LayoutBlockFlow BODY",
147 "rect": [8, 8, 897, 219], 147 "rect": [8, 8, 897, 219],
148 "reason": "bounds change" 148 "reason": "bounds change"
149 }, 149 },
150 { 150 {
151 "object": "LayoutText #text",
152 "rect": [208, 8, 897, 214],
153 "reason": "bounds change"
154 },
155 {
156 "object": "LayoutText #text",
157 "rect": [8, 8, 897, 214],
158 "reason": "bounds change"
159 },
160 {
161 "object": "LayoutView #document", 151 "object": "LayoutView #document",
162 "rect": [513, 235, 600, 15], 152 "rect": [513, 235, 600, 15],
163 "reason": "scroll" 153 "reason": "scroll"
164 }, 154 },
165 { 155 {
166 "object": "LayoutView #document", 156 "object": "LayoutView #document",
167 "rect": [513, 235, 400, 15], 157 "rect": [513, 235, 400, 15],
168 "reason": "scroll" 158 "reason": "scroll"
169 } 159 }
170 ] 160 ]
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "object": "InlineTextBox 'KKKK LLLL MMMM'", 378 "object": "InlineTextBox 'KKKK LLLL MMMM'",
389 "reason": "forced by layout" 379 "reason": "forced by layout"
390 }, 380 },
391 { 381 {
392 "object": "InlineTextBox 'NNNN'", 382 "object": "InlineTextBox 'NNNN'",
393 "reason": "forced by layout" 383 "reason": "forced by layout"
394 } 384 }
395 ] 385 ]
396 } 386 }
397 387
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698