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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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": "LayoutTableCell TD class='half'", 10 "object": "LayoutTableCell TD class='half'",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "object": "LayoutTableCell TD class='green half'", 55 "object": "LayoutTableCell TD class='green half'",
56 "rect": [8, 128, 60, 30], 56 "rect": [8, 128, 60, 30],
57 "reason": "bounds change" 57 "reason": "bounds change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutTableCell TD class='red half'", 60 "object": "LayoutTableCell TD class='red half'",
61 "rect": [8, 128, 60, 30], 61 "rect": [8, 128, 60, 30],
62 "reason": "bounds change" 62 "reason": "bounds change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBlockFlow DIV id='top' class='blue half'",
66 "rect": [8, 98, 60, 30],
67 "reason": "became invisible"
68 },
69 {
70 "object": "LayoutTableCell TD", 65 "object": "LayoutTableCell TD",
71 "rect": [8, 98, 60, 30], 66 "rect": [8, 98, 60, 30],
72 "reason": "became invisible" 67 "reason": "became invisible"
73 }, 68 },
74 { 69 {
75 "object": "LayoutTableCell TD class='red half'", 70 "object": "LayoutTableCell TD class='red half'",
76 "rect": [8, 98, 60, 30], 71 "rect": [8, 98, 60, 30],
77 "reason": "bounds change" 72 "reason": "bounds change"
78 }, 73 },
79 { 74 {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "object": "LayoutTableRow TR", 181 "object": "LayoutTableRow TR",
187 "reason": "location change" 182 "reason": "location change"
188 }, 183 },
189 { 184 {
190 "object": "LayoutTableCell TD class='half'", 185 "object": "LayoutTableCell TD class='half'",
191 "reason": "bounds change" 186 "reason": "bounds change"
192 } 187 }
193 ] 188 ]
194 } 189 }
195 190
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698