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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 1 month 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", 10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 1050], 11 "rect": [0, 0, 785, 1050],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [0, 850, 785, 200], 16 "rect": [0, 850, 785, 200],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableCell TD id='resizeMe'", 20 "object": "LayoutTableCell TD id='resizeMe'",
21 "rect": [8, 117, 769, 205], 21 "rect": [8, 117, 769, 205],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD id='resizeMe'",
26 "rect": [8, 122, 769, 200],
27 "reason": "incremental"
28 },
29 {
30 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
31 "rect": [8, 982, 769, 60], 26 "rect": [8, 982, 769, 60],
32 "reason": "bounds change" 27 "reason": "bounds change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
36 "rect": [8, 922, 769, 60], 31 "rect": [8, 922, 769, 60],
37 "reason": "bounds change" 32 "reason": "bounds change"
38 }, 33 },
39 { 34 {
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "object": "LayoutText #text", 465 "object": "LayoutText #text",
471 "reason": "bounds change" 466 "reason": "bounds change"
472 }, 467 },
473 { 468 {
474 "object": "InlineTextBox '13'", 469 "object": "InlineTextBox '13'",
475 "reason": "bounds change" 470 "reason": "bounds change"
476 } 471 }
477 ] 472 ]
478 } 473 }
479 474
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698