| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow div id='contentBox'", | 10 "object": "LayoutBlockFlow div id='contentBox'", |
| 11 "rect": [8, 68, 402, 402], | 11 "rect": [8, 68, 402, 402], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGContainer use id='targetUse'", | |
| 16 "rect": [109, 169, 200, 200], | |
| 17 "reason": "bounds change" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGRect rect id='targetRect'", | |
| 21 "rect": [9, 169, 200, 200], | |
| 22 "reason": "forced by layout" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGContainer use id='targetUse'", | |
| 26 "rect": [34, 169, 50, 200], | |
| 27 "reason": "bounds change" | |
| 28 } | 13 } |
| 29 ] | 14 ] |
| 30 } | 15 } |
| 31 ], | 16 ], |
| 32 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 33 { | 18 { |
| 34 "object": "LayoutBlockFlow div id='contentBox'", | 19 "object": "LayoutBlockFlow div id='contentBox'", |
| 35 "reason": "forced by layout" | 20 "reason": "forced by layout" |
| 36 }, | 21 }, |
| 37 { | 22 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 62 "object": "LayoutSVGContainer g id='targetUse'", | 47 "object": "LayoutSVGContainer g id='targetUse'", |
| 63 "reason": "bounds change" | 48 "reason": "bounds change" |
| 64 }, | 49 }, |
| 65 { | 50 { |
| 66 "object": "LayoutSVGRect rect id='targetRect'", | 51 "object": "LayoutSVGRect rect id='targetRect'", |
| 67 "reason": "forced by layout" | 52 "reason": "forced by layout" |
| 68 } | 53 } |
| 69 ] | 54 ] |
| 70 } | 55 } |
| 71 | 56 |
| OLD | NEW |