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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/text/text-rescale-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 { 231 {
232 "object": "LayoutText #text", 232 "object": "LayoutText #text",
233 "rect": [0, 0, 1, 1], 233 "rect": [0, 0, 1, 1],
234 "reason": "bounds change" 234 "reason": "bounds change"
235 } 235 }
236 ] 236 ]
237 } 237 }
238 ], 238 ],
239 "objectPaintInvalidations": [ 239 "objectPaintInvalidations": [
240 { 240 {
241 "object": "RootInlineBox",
242 "reason": "full"
243 },
244 {
245 "object": "InlineTextBox 'PASS '",
246 "reason": "full"
247 },
248 {
249 "object": "InlineFlowBox",
250 "reason": "full"
251 },
252 {
253 "object": "InlineTextBox 'PASS'",
254 "reason": "full"
255 },
256 {
257 "object": "RootInlineBox",
258 "reason": "full"
259 },
260 {
261 "object": "InlineTextBox 'PASS'",
262 "reason": "full"
263 },
264 {
265 "object": "RootInlineBox",
266 "reason": "full"
267 },
268 {
269 "object": "InlineTextBox 'PASS '",
270 "reason": "full"
271 },
272 {
273 "object": "InlineFlowBox",
274 "reason": "full"
275 },
276 {
277 "object": "InlineTextBox 'PASS'",
278 "reason": "full"
279 },
280 {
281 "object": "RootInlineBox",
282 "reason": "full"
283 },
284 {
285 "object": "InlineTextBox 'PASS'",
286 "reason": "full"
287 },
288 {
289 "object": "RootInlineBox",
290 "reason": "full"
291 },
292 {
293 "object": "InlineTextBox 'PASS '",
294 "reason": "full"
295 },
296 {
297 "object": "InlineFlowBox",
298 "reason": "full"
299 },
300 {
301 "object": "InlineTextBox 'PASS'",
302 "reason": "full"
303 },
304 {
305 "object": "RootInlineBox",
306 "reason": "full"
307 },
308 {
309 "object": "InlineTextBox 'PASS'",
310 "reason": "full"
311 },
312 {
241 "object": "LayoutSVGRoot (positioned) svg", 313 "object": "LayoutSVGRoot (positioned) svg",
242 "reason": "bounds change" 314 "reason": "bounds change"
243 }, 315 },
244 { 316 {
245 "object": "LayoutSVGContainer g id='text1g'", 317 "object": "LayoutSVGContainer g id='text1g'",
246 "reason": "full" 318 "reason": "full"
247 }, 319 },
248 { 320 {
249 "object": "LayoutSVGText text", 321 "object": "LayoutSVGText text",
250 "reason": "forced by layout" 322 "reason": "forced by layout"
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "object": "LayoutSVGInlineText #text", 489 "object": "LayoutSVGInlineText #text",
418 "reason": "bounds change" 490 "reason": "bounds change"
419 }, 491 },
420 { 492 {
421 "object": "InlineTextBox 'PASS'", 493 "object": "InlineTextBox 'PASS'",
422 "reason": "bounds change" 494 "reason": "bounds change"
423 } 495 }
424 ] 496 ]
425 } 497 }
426 498
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698