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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt

Issue 2551963003: Reland of Paint collapsed borders of a table as one display item (Closed)
Patch Set: Created 4 years 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": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTable TABLE",
11 "rect": [8, 8, 166, 102],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutTableCol COLGROUP id='colgroup'", 15 "object": "LayoutTableCol COLGROUP id='colgroup'",
11 "rect": [8, 8, 166, 102], 16 "rect": [8, 8, 166, 102],
12 "reason": "style change" 17 "reason": "style change"
13 }, 18 },
14 { 19 {
15 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
16 "rect": [63, 7, 58, 53], 21 "rect": [63, 7, 58, 53],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 }, 58 },
54 { 59 {
55 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
56 "rect": [63, 59, 54, 51], 61 "rect": [63, 59, 54, 51],
57 "reason": "bounds change" 62 "reason": "bounds change"
58 }, 63 },
59 { 64 {
60 "object": "LayoutTableCell TD", 65 "object": "LayoutTableCell TD",
61 "rect": [116, 9, 54, 50], 66 "rect": [116, 9, 54, 50],
62 "reason": "bounds change" 67 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutTable TABLE",
66 "rect": [169, 8, 5, 102],
67 "reason": "incremental"
68 } 68 }
69 ] 69 ]
70 } 70 }
71 ], 71 ],
72 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
73 { 73 {
74 "object": "LayoutTableCell TD",
75 "reason": "style change"
76 },
77 {
78 "object": "LayoutTableCell TD",
79 "reason": "style change"
80 },
81 {
82 "object": "LayoutTableCell TD",
83 "reason": "style change"
84 },
85 {
86 "object": "LayoutTableCell TD",
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutTableCell TD",
91 "reason": "style change"
92 },
93 {
94 "object": "LayoutTableCell TD",
95 "reason": "style change"
96 },
97 {
98 "object": "LayoutTable TABLE", 74 "object": "LayoutTable TABLE",
99 "reason": "incremental" 75 "reason": "forced by layout"
100 }, 76 },
101 { 77 {
102 "object": "LayoutTableCol COLGROUP id='colgroup'", 78 "object": "LayoutTableCol COLGROUP id='colgroup'",
103 "reason": "style change" 79 "reason": "style change"
104 }, 80 },
105 { 81 {
106 "object": "LayoutTableCell TD", 82 "object": "LayoutTableCell TD",
107 "reason": "bounds change" 83 "reason": "bounds change"
108 }, 84 },
109 { 85 {
(...skipping 12 matching lines...) Expand all
122 "object": "LayoutTableCell TD", 98 "object": "LayoutTableCell TD",
123 "reason": "bounds change" 99 "reason": "bounds change"
124 }, 100 },
125 { 101 {
126 "object": "LayoutTableCell TD", 102 "object": "LayoutTableCell TD",
127 "reason": "bounds change" 103 "reason": "bounds change"
128 } 104 }
129 ] 105 ]
130 } 106 }
131 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698