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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests 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", 10 "object": "LayoutTable TABLE",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "object": "LayoutText #text", 100 "object": "LayoutText #text",
101 "rect": [23, 211, 34, 17], 101 "rect": [23, 211, 34, 17],
102 "reason": "layoutObject removal" 102 "reason": "layoutObject removal"
103 }, 103 },
104 { 104 {
105 "object": "LayoutTable TABLE", 105 "object": "LayoutTable TABLE",
106 "rect": [79, 268, 30, 76], 106 "rect": [79, 268, 30, 76],
107 "reason": "incremental" 107 "reason": "incremental"
108 }, 108 },
109 { 109 {
110 "object": "LayoutTable TABLE",
111 "rect": [83, 268, 26, 76],
112 "reason": "incremental"
113 },
114 {
115 "object": "LayoutTableCell TD", 110 "object": "LayoutTableCell TD",
116 "rect": [8, 210, 14, 20], 111 "rect": [8, 210, 14, 20],
117 "reason": "forced by layout" 112 "reason": "forced by layout"
118 }, 113 },
119 { 114 {
120 "object": "LayoutTableCell TD", 115 "object": "LayoutTableCell TD",
121 "rect": [8, 124, 14, 20], 116 "rect": [8, 124, 14, 20],
122 "reason": "forced by layout" 117 "reason": "forced by layout"
123 }, 118 },
124 { 119 {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "object": "LayoutText #text", 302 "object": "LayoutText #text",
308 "reason": "forced by layout" 303 "reason": "forced by layout"
309 }, 304 },
310 { 305 {
311 "object": "InlineTextBox 'sit amet'", 306 "object": "InlineTextBox 'sit amet'",
312 "reason": "forced by layout" 307 "reason": "forced by layout"
313 } 308 }
314 ] 309 ]
315 } 310 }
316 311
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698