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

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

Issue 2786463004: Paint backgrounds of a table section/row in one display item (Closed)
Patch Set: - Created 3 years, 8 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 COL id='col'", 10 "object": "LayoutTableCol COL id='col'",
11 "rect": [8, 8, 113, 104], 11 "rect": [8, 8, 113, 104],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTable TABLE", 15 "object": "LayoutTable TABLE",
16 "rect": [8, 108, 113, 4], 16 "rect": [8, 108, 113, 4],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableSection TBODY",
21 "rect": [10, 10, 110, 100],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutTableSection TBODY",
26 "rect": [9, 9, 107, 100],
27 "reason": "bounds change"
28 },
29 {
20 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
21 "rect": [8, 59, 60, 53], 31 "rect": [8, 59, 60, 53],
22 "reason": "bounds change" 32 "reason": "bounds change"
23 }, 33 },
24 { 34 {
25 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
26 "rect": [8, 8, 60, 53], 36 "rect": [8, 8, 60, 53],
27 "reason": "location change" 37 "reason": "location change"
28 }, 38 },
29 { 39 {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 }, 88 },
79 { 89 {
80 "object": "LayoutTable TABLE", 90 "object": "LayoutTable TABLE",
81 "reason": "incremental" 91 "reason": "incremental"
82 }, 92 },
83 { 93 {
84 "object": "LayoutTableCol COL id='col'", 94 "object": "LayoutTableCol COL id='col'",
85 "reason": "style change" 95 "reason": "style change"
86 }, 96 },
87 { 97 {
98 "object": "LayoutTableSection TBODY",
99 "reason": "bounds change"
100 },
101 {
88 "object": "LayoutTableRow TR", 102 "object": "LayoutTableRow TR",
89 "reason": "location change" 103 "reason": "location change"
90 }, 104 },
91 { 105 {
92 "object": "LayoutTableCell TD", 106 "object": "LayoutTableCell TD",
93 "reason": "location change" 107 "reason": "location change"
94 }, 108 },
95 { 109 {
96 "object": "LayoutTableCell TD", 110 "object": "LayoutTableCell TD",
97 "reason": "bounds change" 111 "reason": "bounds change"
98 }, 112 },
99 { 113 {
100 "object": "LayoutTableRow TR", 114 "object": "LayoutTableRow TR",
101 "reason": "location change" 115 "reason": "location change"
102 }, 116 },
103 { 117 {
104 "object": "LayoutTableCell TD", 118 "object": "LayoutTableCell TD",
105 "reason": "bounds change" 119 "reason": "bounds change"
106 }, 120 },
107 { 121 {
108 "object": "LayoutTableCell TD", 122 "object": "LayoutTableCell TD",
109 "reason": "bounds change" 123 "reason": "bounds change"
110 } 124 }
111 ] 125 ]
112 } 126 }
113 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698