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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-shrink-row-repaint-expected.txt

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (Closed)
Patch Set: Created 3 years, 11 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": [785, 850], 5 "bounds": [785, 850],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 1050],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutView #document", 15 "object": "LayoutView #document",
11 "rect": [0, 850, 785, 200], 16 "rect": [0, 850, 785, 200],
12 "reason": "incremental" 17 "reason": "incremental"
13 }, 18 },
14 { 19 {
15 "object": "LayoutTableCell TD id='resizeMe'", 20 "object": "LayoutTableCell TD id='resizeMe'",
16 "rect": [8, 117, 769, 205], 21 "rect": [8, 117, 769, 205],
17 "reason": "incremental" 22 "reason": "incremental"
18 }, 23 },
19 { 24 {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 } 263 }
259 ] 264 ]
260 } 265 }
261 ], 266 ],
262 "objectPaintInvalidations": [ 267 "objectPaintInvalidations": [
263 { 268 {
264 "object": "LayoutView #document", 269 "object": "LayoutView #document",
265 "reason": "incremental" 270 "reason": "incremental"
266 }, 271 },
267 { 272 {
273 "object": "LayoutBlockFlow HTML",
274 "reason": "forced by layout"
275 },
276 {
268 "object": "LayoutTableCell TD id='resizeMe'", 277 "object": "LayoutTableCell TD id='resizeMe'",
269 "reason": "incremental" 278 "reason": "incremental"
270 }, 279 },
271 { 280 {
272 "object": "LayoutTableCell TD", 281 "object": "LayoutTableCell TD",
273 "reason": "bounds change" 282 "reason": "bounds change"
274 }, 283 },
275 { 284 {
276 "object": "RootInlineBox", 285 "object": "RootInlineBox",
277 "reason": "bounds change" 286 "reason": "bounds change"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "object": "LayoutText #text", 465 "object": "LayoutText #text",
457 "reason": "bounds change" 466 "reason": "bounds change"
458 }, 467 },
459 { 468 {
460 "object": "InlineTextBox '13'", 469 "object": "InlineTextBox '13'",
461 "reason": "bounds change" 470 "reason": "bounds change"
462 } 471 }
463 ] 472 ]
464 } 473 }
465 474
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698