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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 }, 333 },
334 { 334 {
335 "object": "LayoutSVGContainer g id='text2g'", 335 "object": "LayoutSVGContainer g id='text2g'",
336 "reason": "full" 336 "reason": "full"
337 }, 337 },
338 { 338 {
339 "object": "LayoutSVGText text", 339 "object": "LayoutSVGText text",
340 "reason": "location change" 340 "reason": "location change"
341 }, 341 },
342 { 342 {
343 "object": "RootInlineBox",
344 "reason": "location change"
345 },
346 {
343 "object": "LayoutSVGInlineText #text", 347 "object": "LayoutSVGInlineText #text",
344 "reason": "location change" 348 "reason": "location change"
345 }, 349 },
346 { 350 {
347 "object": "InlineTextBox 'PASS '", 351 "object": "InlineTextBox 'PASS '",
348 "reason": "location change" 352 "reason": "location change"
349 }, 353 },
350 { 354 {
351 "object": "LayoutSVGTSpan tspan", 355 "object": "LayoutSVGTSpan tspan",
352 "reason": "location change" 356 "reason": "location change"
(...skipping 16 matching lines...) Expand all
369 }, 373 },
370 { 374 {
371 "object": "LayoutSVGForeignObject foreignObject", 375 "object": "LayoutSVGForeignObject foreignObject",
372 "reason": "location change" 376 "reason": "location change"
373 }, 377 },
374 { 378 {
375 "object": "LayoutBlockFlow P", 379 "object": "LayoutBlockFlow P",
376 "reason": "location change" 380 "reason": "location change"
377 }, 381 },
378 { 382 {
383 "object": "RootInlineBox",
384 "reason": "location change"
385 },
386 {
379 "object": "LayoutText #text", 387 "object": "LayoutText #text",
380 "reason": "location change" 388 "reason": "location change"
381 }, 389 },
382 { 390 {
383 "object": "InlineTextBox 'PASS'", 391 "object": "InlineTextBox 'PASS'",
384 "reason": "location change" 392 "reason": "location change"
385 }, 393 },
386 { 394 {
387 "object": "LayoutSVGViewportContainer svg", 395 "object": "LayoutSVGViewportContainer svg",
388 "reason": "location change" 396 "reason": "location change"
389 }, 397 },
390 { 398 {
391 "object": "LayoutSVGText text", 399 "object": "LayoutSVGText text",
392 "reason": "location change" 400 "reason": "location change"
393 }, 401 },
394 { 402 {
403 "object": "RootInlineBox",
404 "reason": "location change"
405 },
406 {
395 "object": "LayoutSVGInlineText #text", 407 "object": "LayoutSVGInlineText #text",
396 "reason": "location change" 408 "reason": "location change"
397 }, 409 },
398 { 410 {
399 "object": "InlineTextBox 'PASS'", 411 "object": "InlineTextBox 'PASS'",
400 "reason": "location change" 412 "reason": "location change"
401 }, 413 },
402 { 414 {
403 "object": "LayoutSVGContainer g id='text3g'", 415 "object": "LayoutSVGContainer g id='text3g'",
404 "reason": "full" 416 "reason": "full"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "object": "LayoutSVGInlineText #text", 487 "object": "LayoutSVGInlineText #text",
476 "reason": "forced by layout" 488 "reason": "forced by layout"
477 }, 489 },
478 { 490 {
479 "object": "InlineTextBox 'PASS'", 491 "object": "InlineTextBox 'PASS'",
480 "reason": "forced by layout" 492 "reason": "forced by layout"
481 } 493 }
482 ] 494 ]
483 } 495 }
484 496
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698