| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [785, 735], | 3 "bounds": [785, 735], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [785, 735], | 7 "bounds": [785, 735], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 } | 60 } |
| 61 ] | 61 ] |
| 62 } | 62 } |
| 63 ], | 63 ], |
| 64 "objectPaintInvalidations": [ | 64 "objectPaintInvalidations": [ |
| 65 { | 65 { |
| 66 "object": "LayoutIFrame IFRAME id='iframe'", | 66 "object": "LayoutIFrame IFRAME id='iframe'", |
| 67 "reason": "layoutObject removal" | 67 "reason": "layoutObject removal" |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "object": "InlineBox", | |
| 71 "reason": "full" | |
| 72 }, | |
| 73 { | |
| 74 "object": "LayoutText #text", | 70 "object": "LayoutText #text", |
| 75 "reason": "layoutObject removal" | 71 "reason": "layoutObject removal" |
| 76 }, | 72 }, |
| 77 { | 73 { |
| 78 "object": "RootInlineBox", | |
| 79 "reason": "full" | |
| 80 }, | |
| 81 { | |
| 82 "object": "LayoutBlockFlow (anonymous)", | 74 "object": "LayoutBlockFlow (anonymous)", |
| 83 "reason": "layoutObject removal" | 75 "reason": "layoutObject removal" |
| 84 }, | 76 }, |
| 85 { | 77 { |
| 86 "object": "LayoutView #document", | 78 "object": "LayoutView #document", |
| 87 "reason": "incremental" | 79 "reason": "incremental" |
| 88 }, | 80 }, |
| 89 { | 81 { |
| 90 "object": "LayoutBlockFlow HTML", | 82 "object": "LayoutBlockFlow HTML", |
| 91 "reason": "forced by layout" | 83 "reason": "forced by layout" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 106 "object": "LayoutImage IMG", | 98 "object": "LayoutImage IMG", |
| 107 "reason": "bounds change" | 99 "reason": "bounds change" |
| 108 }, | 100 }, |
| 109 { | 101 { |
| 110 "object": "LayoutText #text", | 102 "object": "LayoutText #text", |
| 111 "reason": "bounds change" | 103 "reason": "bounds change" |
| 112 } | 104 } |
| 113 ] | 105 ] |
| 114 } | 106 } |
| 115 | 107 |
| OLD | NEW |