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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt

Issue 2502353003: 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, 104, 204],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutTableCell TD id='target'", 15 "object": "LayoutTableCell TD id='target'",
11 "rect": [8, 8, 104, 204], 16 "rect": [8, 8, 104, 204],
12 "reason": "border box change" 17 "reason": "border box change"
13 } 18 }
14 ] 19 ]
15 } 20 }
16 ], 21 ],
17 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
18 { 23 {
24 "object": "LayoutTable TABLE",
25 "reason": "forced by layout"
26 },
27 {
19 "object": "LayoutTableCell TD id='target'", 28 "object": "LayoutTableCell TD id='target'",
20 "reason": "border box change" 29 "reason": "border box change"
21 } 30 }
22 ] 31 ]
23 } 32 }
24 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698