| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutSVGInlineText #text", | 12 "object": "LayoutSVGInlineText #text", |
| 11 "rect": [10, 3, 46, 22], | 13 "rect": [10, 3, 46, 22], |
| 12 "reason": "layoutObject insertion" | 14 "reason": "layoutObject insertion" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 38 }, | 40 }, |
| 39 { | 41 { |
| 40 "object": "LayoutSVGRect rect", | 42 "object": "LayoutSVGRect rect", |
| 41 "rect": [10, 33, 41, 17], | 43 "rect": [10, 33, 41, 17], |
| 42 "reason": "full" | 44 "reason": "full" |
| 43 }, | 45 }, |
| 44 { | 46 { |
| 45 "object": "LayoutSVGRoot svg", | 47 "object": "LayoutSVGRoot svg", |
| 46 "rect": [10, 33, 41, 17], | 48 "rect": [10, 33, 41, 17], |
| 47 "reason": "bounds change" | 49 "reason": "bounds change" |
| 48 }, | |
| 49 { | |
| 50 "object": "InlineTextBox ''", | |
| 51 "reason": "full" | |
| 52 }, | |
| 53 { | |
| 54 "object": "InlineTextBox 'PASS'", | |
| 55 "reason": "layoutObject insertion" | |
| 56 }, | |
| 57 { | |
| 58 "object": "RootInlineBox", | |
| 59 "reason": "full" | |
| 60 }, | |
| 61 { | |
| 62 "object": "RootInlineBox", | |
| 63 "reason": "full" | |
| 64 } | 50 } |
| 65 ] | 51 ] |
| 66 } | 52 } |
| 53 ], |
| 54 "objectPaintInvalidations": [ |
| 55 { |
| 56 "object": "LayoutSVGInlineText #text", |
| 57 "reason": "layoutObject removal" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutSVGRoot svg", |
| 61 "reason": "bounds change" |
| 62 }, |
| 63 { |
| 64 "object": "LayoutSVGText text id='text1'", |
| 65 "reason": "style change" |
| 66 }, |
| 67 { |
| 68 "object": "RootInlineBox", |
| 69 "reason": "style change" |
| 70 }, |
| 71 { |
| 72 "object": "LayoutSVGInlineText #text", |
| 73 "reason": "layoutObject insertion" |
| 74 }, |
| 75 { |
| 76 "object": "InlineTextBox 'PASS'", |
| 77 "reason": "layoutObject insertion" |
| 78 }, |
| 79 { |
| 80 "object": "LayoutSVGText text id='text2'", |
| 81 "reason": "full" |
| 82 }, |
| 83 { |
| 84 "object": "LayoutSVGRect rect", |
| 85 "reason": "style change" |
| 86 }, |
| 87 { |
| 88 "object": "LayoutSVGRect rect", |
| 89 "reason": "full" |
| 90 } |
| 67 ] | 91 ] |
| 68 } | 92 } |
| 69 | 93 |
| OLD | NEW |