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

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

Issue 2208463003: First step of PaintInvalidator implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 }, 293 },
294 { 294 {
295 "object": "LayoutSVGContainer g id='text2g'", 295 "object": "LayoutSVGContainer g id='text2g'",
296 "reason": "full" 296 "reason": "full"
297 }, 297 },
298 { 298 {
299 "object": "LayoutSVGText text", 299 "object": "LayoutSVGText text",
300 "reason": "location change" 300 "reason": "location change"
301 }, 301 },
302 { 302 {
303 "object": "RootInlineBox",
304 "reason": "location change"
305 },
306 {
303 "object": "LayoutSVGInlineText #text", 307 "object": "LayoutSVGInlineText #text",
304 "reason": "location change" 308 "reason": "location change"
305 }, 309 },
306 { 310 {
307 "object": "InlineTextBox 'PASS '", 311 "object": "InlineTextBox 'PASS '",
308 "reason": "location change" 312 "reason": "location change"
309 }, 313 },
310 { 314 {
311 "object": "LayoutSVGTSpan tspan", 315 "object": "LayoutSVGTSpan tspan",
312 "reason": "location change" 316 "reason": "location change"
(...skipping 16 matching lines...) Expand all
329 }, 333 },
330 { 334 {
331 "object": "LayoutSVGForeignObject foreignObject", 335 "object": "LayoutSVGForeignObject foreignObject",
332 "reason": "location change" 336 "reason": "location change"
333 }, 337 },
334 { 338 {
335 "object": "LayoutBlockFlow P", 339 "object": "LayoutBlockFlow P",
336 "reason": "location change" 340 "reason": "location change"
337 }, 341 },
338 { 342 {
343 "object": "RootInlineBox",
344 "reason": "location change"
345 },
346 {
339 "object": "LayoutText #text", 347 "object": "LayoutText #text",
340 "reason": "location change" 348 "reason": "location change"
341 }, 349 },
342 { 350 {
343 "object": "InlineTextBox 'PASS'", 351 "object": "InlineTextBox 'PASS'",
344 "reason": "location change" 352 "reason": "location change"
345 }, 353 },
346 { 354 {
347 "object": "LayoutSVGViewportContainer svg", 355 "object": "LayoutSVGViewportContainer svg",
348 "reason": "location change" 356 "reason": "location change"
349 }, 357 },
350 { 358 {
351 "object": "LayoutSVGText text", 359 "object": "LayoutSVGText text",
352 "reason": "location change" 360 "reason": "location change"
353 }, 361 },
354 { 362 {
363 "object": "RootInlineBox",
364 "reason": "location change"
365 },
366 {
355 "object": "LayoutSVGInlineText #text", 367 "object": "LayoutSVGInlineText #text",
356 "reason": "location change" 368 "reason": "location change"
357 }, 369 },
358 { 370 {
359 "object": "InlineTextBox 'PASS'", 371 "object": "InlineTextBox 'PASS'",
360 "reason": "location change" 372 "reason": "location change"
361 }, 373 },
362 { 374 {
363 "object": "LayoutSVGContainer g id='text3g'", 375 "object": "LayoutSVGContainer g id='text3g'",
364 "reason": "full" 376 "reason": "full"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "object": "LayoutSVGInlineText #text", 447 "object": "LayoutSVGInlineText #text",
436 "reason": "forced by layout" 448 "reason": "forced by layout"
437 }, 449 },
438 { 450 {
439 "object": "InlineTextBox 'PASS'", 451 "object": "InlineTextBox 'PASS'",
440 "reason": "forced by layout" 452 "reason": "forced by layout"
441 } 453 }
442 ] 454 ]
443 } 455 }
444 456
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698