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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-outer-border-expected.txt

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Rebaseline on mac and win 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 id='table'", 10 "object": "LayoutTable TABLE id='table'",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 88 },
89 { 89 {
90 "object": "LayoutTableSection TBODY", 90 "object": "LayoutTableSection TBODY",
91 "reason": "layoutObject removal" 91 "reason": "layoutObject removal"
92 }, 92 },
93 { 93 {
94 "object": "LayoutTable TABLE id='table'", 94 "object": "LayoutTable TABLE id='table'",
95 "reason": "layoutObject removal" 95 "reason": "layoutObject removal"
96 }, 96 },
97 { 97 {
98 "object": "LayoutTableCell TD",
99 "reason": "style change"
100 },
101 {
102 "object": "LayoutTableCell TD",
103 "reason": "style change"
104 },
105 {
106 "object": "LayoutTable TABLE id='table' class='green'", 98 "object": "LayoutTable TABLE id='table' class='green'",
107 "reason": "layoutObject insertion" 99 "reason": "layoutObject insertion"
108 }, 100 },
109 { 101 {
110 "object": "LayoutTableSection TBODY", 102 "object": "LayoutTableSection TBODY",
111 "reason": "layoutObject insertion" 103 "reason": "layoutObject insertion"
112 }, 104 },
113 { 105 {
114 "object": "LayoutTableRow TR", 106 "object": "LayoutTableRow TR",
115 "reason": "layoutObject insertion" 107 "reason": "layoutObject insertion"
116 }, 108 },
117 { 109 {
118 "object": "LayoutTableCell TD", 110 "object": "LayoutTableCell TD",
119 "reason": "layoutObject insertion" 111 "reason": "layoutObject insertion"
120 }, 112 },
121 { 113 {
122 "object": "LayoutTableRow TR", 114 "object": "LayoutTableRow TR",
123 "reason": "layoutObject insertion" 115 "reason": "layoutObject insertion"
124 }, 116 },
125 { 117 {
126 "object": "LayoutTableCell TD", 118 "object": "LayoutTableCell TD",
127 "reason": "layoutObject insertion" 119 "reason": "layoutObject insertion"
128 } 120 }
129 ] 121 ]
130 } 122 }
131 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698