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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/bugzilla-6278-expected.txt

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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": "InlineTextBox 'Curabitur pretium, quam quis semper'", 10 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "rect": [252, 132, 50, 199], 131 "rect": [252, 132, 50, 199],
132 "reason": "incremental" 132 "reason": "incremental"
133 }, 133 },
134 { 134 {
135 "object": "LayoutTableCell TD id='col1'", 135 "object": "LayoutTableCell TD id='col1'",
136 "rect": [10, 331, 242, 36], 136 "rect": [10, 331, 242, 36],
137 "reason": "incremental" 137 "reason": "incremental"
138 }, 138 },
139 { 139 {
140 "object": "LayoutTableCell TD id='target'", 140 "object": "LayoutTableCell TD id='target'",
141 "rect": [304, 132, 2, 199],
142 "reason": "location change"
143 },
144 {
145 "object": "LayoutTableCell TD id='target'",
146 "rect": [254, 132, 52, 235], 141 "rect": [254, 132, 52, 235],
147 "reason": "location change" 142 "reason": "location change"
148 }, 143 },
149 { 144 {
150 "object": "LayoutText #text", 145 "object": "LayoutText #text",
151 "rect": [250, 132, 36, 144], 146 "rect": [250, 132, 36, 144],
152 "reason": "incremental" 147 "reason": "incremental"
153 }, 148 },
154 { 149 {
155 "object": "LayoutText #text", 150 "object": "LayoutText #text",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 { 194 {
200 "object": "RootInlineBox", 195 "object": "RootInlineBox",
201 "rect": [0, 0, 0, 0], 196 "rect": [0, 0, 0, 0],
202 "reason": "full" 197 "reason": "full"
203 } 198 }
204 ] 199 ]
205 } 200 }
206 ] 201 ]
207 } 202 }
208 203
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698