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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests 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": "LayoutTable TABLE", 10 "object": "LayoutTable TABLE",
11 "rect": [8, 159, 114, 2], 11 "rect": [8, 159, 114, 2],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTable TABLE",
16 "rect": [8, 160, 114, 1],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutTableSection TBODY id='tbody'", 15 "object": "LayoutTableSection TBODY id='tbody'",
21 "rect": [10, 10, 110, 100], 16 "rect": [10, 10, 110, 100],
22 "reason": "style change" 17 "reason": "style change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutTableSection TBODY id='tbody'", 20 "object": "LayoutTableSection TBODY id='tbody'",
26 "rect": [9, 9, 107, 100], 21 "rect": [9, 9, 107, 100],
27 "reason": "style change" 22 "reason": "style change"
28 }, 23 },
29 { 24 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 68 },
74 { 69 {
75 "object": "LayoutTableCell TD", 70 "object": "LayoutTableCell TD",
76 "rect": [63, 59, 54, 51], 71 "rect": [63, 59, 54, 51],
77 "reason": "bounds change" 72 "reason": "bounds change"
78 }, 73 },
79 { 74 {
80 "object": "LayoutTable TABLE", 75 "object": "LayoutTable TABLE",
81 "rect": [115, 8, 7, 153], 76 "rect": [115, 8, 7, 153],
82 "reason": "incremental" 77 "reason": "incremental"
83 },
84 {
85 "object": "LayoutTable TABLE",
86 "rect": [117, 8, 5, 153],
87 "reason": "incremental"
88 } 78 }
89 ] 79 ]
90 } 80 }
91 ], 81 ],
92 "objectPaintInvalidations": [ 82 "objectPaintInvalidations": [
93 { 83 {
94 "object": "LayoutTableCell TD", 84 "object": "LayoutTableCell TD",
95 "reason": "style change" 85 "reason": "style change"
96 }, 86 },
97 { 87 {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "object": "LayoutTableCell TD", 144 "object": "LayoutTableCell TD",
155 "reason": "bounds change" 145 "reason": "bounds change"
156 }, 146 },
157 { 147 {
158 "object": "LayoutTableCell TD", 148 "object": "LayoutTableCell TD",
159 "reason": "bounds change" 149 "reason": "bounds change"
160 } 150 }
161 ] 151 ]
162 } 152 }
163 153
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698