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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 2 months 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 COLGROUP id='colgroup'", 10 "object": "LayoutTableCol COLGROUP id='colgroup'",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 58 },
59 { 59 {
60 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
61 "rect": [116, 9, 54, 50], 61 "rect": [116, 9, 54, 50],
62 "reason": "bounds change" 62 "reason": "bounds change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutTable TABLE", 65 "object": "LayoutTable TABLE",
66 "rect": [169, 8, 5, 102], 66 "rect": [169, 8, 5, 102],
67 "reason": "incremental" 67 "reason": "incremental"
68 },
69 {
70 "object": "LayoutTable TABLE",
71 "rect": [170, 8, 4, 102],
72 "reason": "incremental"
73 } 68 }
74 ] 69 ]
75 } 70 }
76 ], 71 ],
77 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
78 { 73 {
79 "object": "LayoutTableCell TD", 74 "object": "LayoutTableCell TD",
80 "reason": "style change" 75 "reason": "style change"
81 }, 76 },
82 { 77 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "object": "LayoutTableCell TD", 122 "object": "LayoutTableCell TD",
128 "reason": "bounds change" 123 "reason": "bounds change"
129 }, 124 },
130 { 125 {
131 "object": "LayoutTableCell TD", 126 "object": "LayoutTableCell TD",
132 "reason": "bounds change" 127 "reason": "bounds change"
133 } 128 }
134 ] 129 ]
135 } 130 }
136 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698