| 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": "Squashing Containment Layer", | 10 "name": "Squashing Containment Layer", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "name": "LayoutBlockFlow (positioned) DIV id='target'", | 35 "name": "LayoutBlockFlow (positioned) DIV id='target'", |
| 36 "position": [50, 50], | 36 "position": [50, 50], |
| 37 "bounds": [200, 200], | 37 "bounds": [200, 200], |
| 38 "contentsOpaque": true, | 38 "contentsOpaque": true, |
| 39 "drawsContent": true, | 39 "drawsContent": true, |
| 40 "backgroundColor": "#ADD8E6", | 40 "backgroundColor": "#ADD8E6", |
| 41 "paintInvalidations": [ | 41 "paintInvalidations": [ |
| 42 { | 42 { |
| 43 "object": "LayoutBlockFlow (positioned) DIV id='target'", | 43 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
| 44 "rect": [0, 0, 200, 200], | 44 "rect": [0, 0, 200, 200], |
| 45 "reason": "full" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
| 49 "rect": [0, 0, 200, 200], |
| 45 "reason": "subtree" | 50 "reason": "subtree" |
| 46 } | 51 } |
| 47 ] | 52 ] |
| 48 } | 53 } |
| 49 ], | 54 ], |
| 50 "objectPaintInvalidations": [ | 55 "objectPaintInvalidations": [ |
| 51 { | 56 { |
| 52 "object": "LayoutBlockFlow (positioned) DIV id='target'", | 57 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
| 53 "reason": "subtree" | 58 "reason": "subtree" |
| 54 }, | 59 }, |
| 55 { | 60 { |
| 56 "object": "LayoutBlockFlow (positioned) DIV id='target'", | 61 "object": "LayoutBlockFlow (positioned) DIV id='target'", |
| 57 "reason": "subtree" | 62 "reason": "subtree" |
| 58 } | 63 } |
| 59 ] | 64 ] |
| 60 } | 65 } |
| 61 | 66 |
| OLD | NEW |