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

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

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Improve raster performance 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": [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": "LayoutTableCol COL id='col'", 10 "object": "LayoutTableCol COL id='col'",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 { 54 {
55 "object": "LayoutTable TABLE", 55 "object": "LayoutTable TABLE",
56 "rect": [116, 8, 5, 104], 56 "rect": [116, 8, 5, 104],
57 "reason": "incremental" 57 "reason": "incremental"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ], 61 ],
62 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
63 { 63 {
64 "object": "LayoutTableCell TD", 64 "object": "LayoutTable TABLE",
65 "reason": "style change" 65 "reason": "style change"
66 }, 66 },
67 { 67 {
68 "object": "LayoutTableCell TD",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutTableCell TD",
73 "reason": "style change"
74 },
75 {
76 "object": "LayoutTableCell TD",
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutTable TABLE", 68 "object": "LayoutTable TABLE",
81 "reason": "incremental" 69 "reason": "incremental"
82 }, 70 },
83 { 71 {
84 "object": "LayoutTableCol COL id='col'", 72 "object": "LayoutTableCol COL id='col'",
85 "reason": "style change" 73 "reason": "style change"
86 }, 74 },
87 { 75 {
88 "object": "LayoutTableRow TR", 76 "object": "LayoutTableRow TR",
89 "reason": "location change" 77 "reason": "location change"
(...skipping 14 matching lines...) Expand all
104 "object": "LayoutTableCell TD", 92 "object": "LayoutTableCell TD",
105 "reason": "bounds change" 93 "reason": "bounds change"
106 }, 94 },
107 { 95 {
108 "object": "LayoutTableCell TD", 96 "object": "LayoutTableCell TD",
109 "reason": "bounds change" 97 "reason": "bounds change"
110 } 98 }
111 ] 99 ]
112 } 100 }
113 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698