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

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

Issue 2556633002: Revert of 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, 166, 102],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutTableCol COLGROUP id='colgroup'", 10 "object": "LayoutTableCol COLGROUP id='colgroup'",
16 "rect": [8, 8, 166, 102], 11 "rect": [8, 8, 166, 102],
17 "reason": "style change" 12 "reason": "style change"
18 }, 13 },
19 { 14 {
20 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
21 "rect": [63, 7, 58, 53], 16 "rect": [63, 7, 58, 53],
22 "reason": "bounds change" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 53 },
59 { 54 {
60 "object": "LayoutTableCell TD", 55 "object": "LayoutTableCell TD",
61 "rect": [63, 59, 54, 51], 56 "rect": [63, 59, 54, 51],
62 "reason": "bounds change" 57 "reason": "bounds change"
63 }, 58 },
64 { 59 {
65 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
66 "rect": [116, 9, 54, 50], 61 "rect": [116, 9, 54, 50],
67 "reason": "bounds change" 62 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutTable TABLE",
66 "rect": [169, 8, 5, 102],
67 "reason": "incremental"
68 } 68 }
69 ] 69 ]
70 } 70 }
71 ], 71 ],
72 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
73 { 73 {
74 "object": "LayoutTableCell TD",
75 "reason": "style change"
76 },
77 {
78 "object": "LayoutTableCell TD",
79 "reason": "style change"
80 },
81 {
82 "object": "LayoutTableCell TD",
83 "reason": "style change"
84 },
85 {
86 "object": "LayoutTableCell TD",
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutTableCell TD",
91 "reason": "style change"
92 },
93 {
94 "object": "LayoutTableCell TD",
95 "reason": "style change"
96 },
97 {
74 "object": "LayoutTable TABLE", 98 "object": "LayoutTable TABLE",
75 "reason": "forced by layout" 99 "reason": "incremental"
76 }, 100 },
77 { 101 {
78 "object": "LayoutTableCol COLGROUP id='colgroup'", 102 "object": "LayoutTableCol COLGROUP id='colgroup'",
79 "reason": "style change" 103 "reason": "style change"
80 }, 104 },
81 { 105 {
82 "object": "LayoutTableCell TD", 106 "object": "LayoutTableCell TD",
83 "reason": "bounds change" 107 "reason": "bounds change"
84 }, 108 },
85 { 109 {
(...skipping 12 matching lines...) Expand all
98 "object": "LayoutTableCell TD", 122 "object": "LayoutTableCell TD",
99 "reason": "bounds change" 123 "reason": "bounds change"
100 }, 124 },
101 { 125 {
102 "object": "LayoutTableCell TD", 126 "object": "LayoutTableCell TD",
103 "reason": "bounds change" 127 "reason": "bounds change"
104 } 128 }
105 ] 129 ]
106 } 130 }
107 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698