OLD | NEW |
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": "InlineFlowBox", | 10 "object": "InlineFlowBox", |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 "object": "LayoutBlockFlow DIV", | 390 "object": "LayoutBlockFlow DIV", |
391 "rect": [43, 174, 3, 22], | 391 "rect": [43, 174, 3, 22], |
392 "reason": "invalidate paint rectangle" | 392 "reason": "invalidate paint rectangle" |
393 }, | 393 }, |
394 { | 394 { |
395 "object": "LayoutInline SPAN id='test'", | 395 "object": "LayoutInline SPAN id='test'", |
396 "rect": [5, 153, 92, 45], | 396 "rect": [5, 153, 92, 45], |
397 "reason": "outline" | 397 "reason": "outline" |
398 }, | 398 }, |
399 { | 399 { |
400 "object": "LayoutInline SPAN id='test'", | |
401 "rect": [5, 153, 89, 45], | |
402 "reason": "outline" | |
403 }, | |
404 { | |
405 "object": "LayoutText #text", | 400 "object": "LayoutText #text", |
406 "rect": [0, 0, 0, 0], | 401 "rect": [0, 0, 0, 0], |
407 "reason": "layoutObject removal" | 402 "reason": "layoutObject removal" |
408 }, | 403 }, |
409 { | 404 { |
410 "object": "LayoutText #text", | 405 "object": "LayoutText #text", |
411 "rect": [8, 156, 86, 39], | 406 "rect": [8, 156, 86, 39], |
412 "reason": "full" | 407 "reason": "full" |
413 }, | 408 }, |
414 { | 409 { |
415 "object": "LayoutText #text", | |
416 "rect": [8, 156, 83, 39], | |
417 "reason": "full" | |
418 }, | |
419 { | |
420 "object": "RootInlineBox", | 410 "object": "RootInlineBox", |
421 "rect": [0, 0, 0, 0], | 411 "rect": [0, 0, 0, 0], |
422 "reason": "full" | 412 "reason": "full" |
423 }, | 413 }, |
424 { | 414 { |
425 "object": "RootInlineBox", | 415 "object": "RootInlineBox", |
426 "rect": [0, 0, 0, 0], | 416 "rect": [0, 0, 0, 0], |
427 "reason": "full" | 417 "reason": "full" |
428 }, | 418 }, |
429 { | 419 { |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 { | 544 { |
555 "object": "RootInlineBox", | 545 "object": "RootInlineBox", |
556 "rect": [0, 0, 0, 0], | 546 "rect": [0, 0, 0, 0], |
557 "reason": "full" | 547 "reason": "full" |
558 } | 548 } |
559 ] | 549 ] |
560 } | 550 } |
561 ] | 551 ] |
562 } | 552 } |
563 | 553 |
OLD | NEW |