| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV", | 10 "name": "LayoutBlockFlow (positioned) DIV", |
| 11 "position": [0, 100], | 11 "position": [0, 100], |
| 12 "bounds": [200, 200], | 12 "bounds": [200, 200], |
| 13 "contentsOpaque": true, | 13 "contentsOpaque": true, |
| 14 "drawsContent": true, | 14 "drawsContent": true, |
| 15 "backgroundColor": "#0000FF", | 15 "backgroundColor": "#0000FF", |
| 16 "paintInvalidations": [ | 16 "paintInvalidations": [ |
| 17 { | 17 { |
| 18 "object": "LayoutBlockFlow (positioned) DIV", | 18 "object": "LayoutBlockFlow (positioned) DIV", |
| 19 "rect": [0, 0, 200, 200], | 19 "rect": [0, 0, 200, 200], |
| 20 "reason": "full" | 20 "reason": "full" |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "object": "LayoutBlockFlow (positioned) DIV", | 23 "object": "LayoutBlockFlow (positioned) DIV", |
| 24 "rect": [0, 0, 200, 200], |
| 25 "reason": "full" |
| 26 }, |
| 27 { |
| 28 "object": "LayoutBlockFlow (positioned) DIV", |
| 24 "rect": [185, 0, 15, 200], | 29 "rect": [185, 0, 15, 200], |
| 25 "reason": "scroll" | 30 "reason": "scroll" |
| 26 } | 31 } |
| 27 ] | 32 ] |
| 28 } | 33 } |
| 29 ], | 34 ], |
| 30 "objectPaintInvalidations": [ | 35 "objectPaintInvalidations": [ |
| 31 { | 36 { |
| 32 "object": "LayoutBlockFlow (positioned) DIV", | 37 "object": "LayoutBlockFlow (positioned) DIV", |
| 33 "reason": "scroll" | 38 "reason": "scroll" |
| 34 } | 39 } |
| 35 ] | 40 ] |
| 36 } | 41 } |
| 37 | 42 |
| OLD | NEW |