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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-outer-border-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 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 {
98 "object": "LayoutTable TABLE id='table' class='green'", 106 "object": "LayoutTable TABLE id='table' class='green'",
99 "reason": "layoutObject insertion" 107 "reason": "layoutObject insertion"
100 }, 108 },
101 { 109 {
102 "object": "LayoutTableSection TBODY", 110 "object": "LayoutTableSection TBODY",
103 "reason": "layoutObject insertion" 111 "reason": "layoutObject insertion"
104 }, 112 },
105 { 113 {
106 "object": "LayoutTableRow TR", 114 "object": "LayoutTableRow TR",
107 "reason": "layoutObject insertion" 115 "reason": "layoutObject insertion"
108 }, 116 },
109 { 117 {
110 "object": "LayoutTableCell TD", 118 "object": "LayoutTableCell TD",
111 "reason": "layoutObject insertion" 119 "reason": "layoutObject insertion"
112 }, 120 },
113 { 121 {
114 "object": "LayoutTableRow TR", 122 "object": "LayoutTableRow TR",
115 "reason": "layoutObject insertion" 123 "reason": "layoutObject insertion"
116 }, 124 },
117 { 125 {
118 "object": "LayoutTableCell TD", 126 "object": "LayoutTableCell TD",
119 "reason": "layoutObject insertion" 127 "reason": "layoutObject insertion"
120 } 128 }
121 ] 129 ]
122 } 130 }
123 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698