| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 10 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
| 13 "rect": [50, 50, 75, 75], | 11 "rect": [50, 50, 75, 75], |
| 14 "reason": "subtree" | 12 "reason": "subtree" |
| 15 } | 13 } |
| 16 ], | 14 ] |
| 17 "children": [ | 15 }, |
| 16 { |
| 17 "name": "LayoutBlockFlow (positioned) DIV id='container'", |
| 18 "position": [200, 100], |
| 19 "transformOrigin": [50, 50], |
| 20 "bounds": [125, 125], |
| 21 "drawsContent": true, |
| 22 "backgroundColor": "#0000FF", |
| 23 "paintInvalidations": [ |
| 18 { | 24 { |
| 19 "name": "LayoutBlockFlow (positioned) DIV id='container'", | 25 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
| 20 "position": [200, 100], | 26 "rect": [50, 50, 75, 75], |
| 21 "transformOrigin": [50, 50], | 27 "reason": "style change" |
| 22 "bounds": [125, 125], | |
| 23 "drawsContent": true, | |
| 24 "backgroundColor": "#0000FF", | |
| 25 "paintInvalidations": [ | |
| 26 { | |
| 27 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | |
| 28 "rect": [50, 50, 75, 75], | |
| 29 "reason": "style change" | |
| 30 } | |
| 31 ] | |
| 32 } | 28 } |
| 33 ] | 29 ] |
| 34 } | 30 } |
| 35 ], | 31 ], |
| 36 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
| 37 { | 33 { |
| 38 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 34 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
| 39 "reason": "subtree" | 35 "reason": "subtree" |
| 40 }, | 36 }, |
| 41 { | 37 { |
| 42 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", | 38 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
| 43 "reason": "style change" | 39 "reason": "style change" |
| 44 } | 40 } |
| 45 ] | 41 ] |
| 46 } | 42 } |
| 47 | 43 |
| OLD | NEW |