| OLD | NEW |
| 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": [ |
| 11 { | 11 { |
| 12 "object": "LayoutSVGInlineText #text", | 12 "object": "LayoutSVGInlineText #text", |
| 13 "rect": [90, 115, 59, 19], | 13 "rect": [90, 115, 59, 19], |
| 14 "reason": "layoutObject removal" | 14 "reason": "layoutObject removal" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutSVGText text id='status'", | 17 "object": "LayoutSVGText text id='status'", |
| 18 "rect": [90, 115, 59, 19], | 18 "rect": [90, 115, 59, 19], |
| 19 "reason": "full" | 19 "reason": "full" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutSVGInlineText #text", | 22 "object": "LayoutSVGInlineText #text", |
| 23 "rect": [90, 115, 43, 19], | 23 "rect": [90, 115, 43, 19], |
| 24 "reason": "layoutObject insertion" | 24 "reason": "layoutObject insertion" |
| 25 }, | |
| 26 { | |
| 27 "object": "LayoutSVGText text id='status'", | |
| 28 "rect": [89, 114, 3, 21], | |
| 29 "reason": "invalidate paint rectangle" | |
| 30 } | 25 } |
| 31 ] | 26 ] |
| 32 } | 27 } |
| 33 ], | 28 ], |
| 34 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
| 35 { | 30 { |
| 36 "object": "LayoutSVGText text id='status'", | |
| 37 "reason": "invalidate paint rectangle" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutSVGInlineText #text", | 31 "object": "LayoutSVGInlineText #text", |
| 41 "reason": "layoutObject removal" | 32 "reason": "layoutObject removal" |
| 42 }, | 33 }, |
| 43 { | 34 { |
| 44 "object": "LayoutSVGText text id='status'", | 35 "object": "LayoutSVGText text id='status'", |
| 45 "reason": "full" | 36 "reason": "full" |
| 46 }, | 37 }, |
| 47 { | 38 { |
| 48 "object": "RootInlineBox", | 39 "object": "RootInlineBox", |
| 49 "reason": "full" | 40 "reason": "full" |
| 50 }, | 41 }, |
| 51 { | 42 { |
| 52 "object": "LayoutSVGInlineText #text", | 43 "object": "LayoutSVGInlineText #text", |
| 53 "reason": "layoutObject insertion" | 44 "reason": "layoutObject insertion" |
| 54 }, | 45 }, |
| 55 { | 46 { |
| 56 "object": "InlineTextBox 'Passed'", | 47 "object": "InlineTextBox 'Passed'", |
| 57 "reason": "layoutObject insertion" | 48 "reason": "layoutObject insertion" |
| 58 } | 49 } |
| 59 ] | 50 ] |
| 60 } | 51 } |
| 61 | 52 |
| OLD | NEW |