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

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

Issue 2495343002: Revert of Paint collapsed borders of a table as one display item (Closed)
Patch Set: 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",
11 "rect": [7, 7, 167, 104],
12 "reason": "invalidate paint rectangle"
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 { 64 {
70 "object": "LayoutTable TABLE", 65 "object": "LayoutTable TABLE",
71 "rect": [169, 8, 5, 102], 66 "rect": [169, 8, 5, 102],
72 "reason": "incremental" 67 "reason": "incremental"
73 } 68 }
74 ] 69 ]
75 } 70 }
76 ], 71 ],
77 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
78 { 73 {
79 "object": "LayoutTable TABLE", 74 "object": "LayoutTableCell TD",
80 "reason": "invalidate paint rectangle" 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"
81 }, 96 },
82 { 97 {
83 "object": "LayoutTable TABLE", 98 "object": "LayoutTable TABLE",
84 "reason": "incremental" 99 "reason": "incremental"
85 }, 100 },
86 { 101 {
87 "object": "LayoutTableCol COLGROUP id='colgroup'", 102 "object": "LayoutTableCol COLGROUP id='colgroup'",
88 "reason": "style change" 103 "reason": "style change"
89 }, 104 },
90 { 105 {
(...skipping 16 matching lines...) Expand all
107 "object": "LayoutTableCell TD", 122 "object": "LayoutTableCell TD",
108 "reason": "bounds change" 123 "reason": "bounds change"
109 }, 124 },
110 { 125 {
111 "object": "LayoutTableCell TD", 126 "object": "LayoutTableCell TD",
112 "reason": "bounds change" 127 "reason": "bounds change"
113 } 128 }
114 ] 129 ]
115 } 130 }
116 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698