| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 2016], | 3 "bounds": [800, 2016], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 2016], | 7 "bounds": [800, 2016], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolu
te'", | 12 "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolu
te'", |
| 11 "rect": [8, 700, 100, 100], | 13 "rect": [8, 700, 100, 100], |
| 12 "reason": "subtree" | 14 "reason": "subtree" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolu
te'", | 17 "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolu
te'", |
| 16 "rect": [8, 200, 100, 100], | 18 "rect": [8, 200, 100, 100], |
| 17 "reason": "subtree" | 19 "reason": "subtree" |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolu
te'", | |
| 21 "reason": "style change" | |
| 22 } | 20 } |
| 23 ] | 21 ] |
| 24 } | 22 } |
| 23 ], |
| 24 "objectPaintInvalidations": [ |
| 25 { |
| 26 "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'"
, |
| 27 "reason": "style change" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'"
, |
| 31 "reason": "subtree" |
| 32 } |
| 25 ] | 33 ] |
| 26 } | 34 } |
| 27 | 35 |
| OLD | NEW |