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

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

Issue 2556633002: Revert 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", 10 "object": "LayoutTable TABLE",
11 "rect": [8, 8, 114, 153], 11 "rect": [8, 159, 114, 2],
12 "reason": "forced by layout" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableSection TBODY id='tbody'", 15 "object": "LayoutTableSection TBODY id='tbody'",
16 "rect": [10, 10, 110, 100], 16 "rect": [10, 10, 110, 100],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableSection TBODY id='tbody'", 20 "object": "LayoutTableSection TBODY id='tbody'",
21 "rect": [9, 9, 107, 100], 21 "rect": [9, 9, 107, 100],
22 "reason": "style change" 22 "reason": "style change"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 }, 63 },
64 { 64 {
65 "object": "LayoutTableCell TD", 65 "object": "LayoutTableCell TD",
66 "rect": [63, 109, 54, 51], 66 "rect": [63, 109, 54, 51],
67 "reason": "bounds change" 67 "reason": "bounds change"
68 }, 68 },
69 { 69 {
70 "object": "LayoutTableCell TD", 70 "object": "LayoutTableCell TD",
71 "rect": [63, 59, 54, 51], 71 "rect": [63, 59, 54, 51],
72 "reason": "bounds change" 72 "reason": "bounds change"
73 },
74 {
75 "object": "LayoutTable TABLE",
76 "rect": [115, 8, 7, 153],
77 "reason": "incremental"
73 } 78 }
74 ] 79 ]
75 } 80 }
76 ], 81 ],
77 "objectPaintInvalidations": [ 82 "objectPaintInvalidations": [
78 { 83 {
84 "object": "LayoutTableCell TD",
85 "reason": "style change"
86 },
87 {
88 "object": "LayoutTableCell TD",
89 "reason": "style change"
90 },
91 {
92 "object": "LayoutTableCell TD",
93 "reason": "style change"
94 },
95 {
96 "object": "LayoutTableCell TD",
97 "reason": "style change"
98 },
99 {
100 "object": "LayoutTableCell TD",
101 "reason": "style change"
102 },
103 {
104 "object": "LayoutTableCell TD",
105 "reason": "style change"
106 },
107 {
79 "object": "LayoutTable TABLE", 108 "object": "LayoutTable TABLE",
80 "reason": "forced by layout" 109 "reason": "incremental"
81 }, 110 },
82 { 111 {
83 "object": "LayoutTableSection TBODY id='tbody'", 112 "object": "LayoutTableSection TBODY id='tbody'",
84 "reason": "style change" 113 "reason": "style change"
85 }, 114 },
86 { 115 {
87 "object": "LayoutTableRow TR", 116 "object": "LayoutTableRow TR",
88 "reason": "location change" 117 "reason": "location change"
89 }, 118 },
90 { 119 {
(...skipping 24 matching lines...) Expand all
115 "object": "LayoutTableCell TD", 144 "object": "LayoutTableCell TD",
116 "reason": "bounds change" 145 "reason": "bounds change"
117 }, 146 },
118 { 147 {
119 "object": "LayoutTableCell TD", 148 "object": "LayoutTableCell TD",
120 "reason": "bounds change" 149 "reason": "bounds change"
121 } 150 }
122 ] 151 ]
123 } 152 }
124 153
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698