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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-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": "LayoutTableRow TR id='row1'", 10 "object": "LayoutTableRow TR id='row1'",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 { 44 {
45 "object": "LayoutTableCell TD", 45 "object": "LayoutTableCell TD",
46 "rect": [20, 20, 54, 51], 46 "rect": [20, 20, 54, 51],
47 "reason": "style change" 47 "reason": "style change"
48 } 48 }
49 ] 49 ]
50 } 50 }
51 ], 51 ],
52 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
53 { 53 {
54 "object": "LayoutTableCell TD",
55 "reason": "style change"
56 },
57 {
58 "object": "LayoutTableCell TD",
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutTableCell TD",
63 "reason": "style change"
64 },
65 {
66 "object": "LayoutTableRow TR id='row1'", 54 "object": "LayoutTableRow TR id='row1'",
67 "reason": "style change" 55 "reason": "style change"
68 }, 56 },
69 { 57 {
70 "object": "LayoutTableCell TD", 58 "object": "LayoutTableCell TD",
71 "reason": "style change" 59 "reason": "style change"
72 }, 60 },
73 { 61 {
74 "object": "LayoutTableCell TD", 62 "object": "LayoutTableCell TD",
75 "reason": "style change" 63 "reason": "style change"
76 }, 64 },
77 { 65 {
78 "object": "LayoutTableCell TD", 66 "object": "LayoutTableCell TD",
79 "reason": "style change" 67 "reason": "style change"
80 }, 68 },
81 { 69 {
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": "LayoutTableRow TR id='row1'", 70 "object": "LayoutTableRow TR id='row1'",
95 "reason": "style change" 71 "reason": "style change"
96 }, 72 },
97 { 73 {
98 "object": "LayoutTableCell TD", 74 "object": "LayoutTableCell TD",
99 "reason": "style change" 75 "reason": "style change"
100 }, 76 },
101 { 77 {
102 "object": "LayoutTableCell TD", 78 "object": "LayoutTableCell TD",
103 "reason": "style change" 79 "reason": "style change"
104 }, 80 },
105 { 81 {
106 "object": "LayoutTableCell TD", 82 "object": "LayoutTableCell TD",
107 "reason": "style change" 83 "reason": "style change"
108 } 84 }
109 ] 85 ]
110 } 86 }
111 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698