| 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'", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
| 24 "reason": "geometry" | 24 "reason": "geometry" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutSVGRoot svg", | 27 "object": "LayoutSVGRoot svg", |
| 28 "reason": "geometry" | 28 "reason": "geometry" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "object": "LayoutSVGRect rect id='targetRect'", | |
| 32 "reason": "geometry" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGRect rect id='targetRect1'", | |
| 36 "reason": "geometry" | |
| 37 }, | |
| 38 { | |
| 39 "object": "LayoutSVGContainer use id='targetUse'", | |
| 40 "reason": "geometry" | |
| 41 }, | |
| 42 { | |
| 43 "object": "LayoutSVGRect rect id='targetRect1'", | |
| 44 "reason": "geometry" | |
| 45 }, | |
| 46 { | |
| 47 "object": "LayoutSVGContainer use", | 31 "object": "LayoutSVGContainer use", |
| 48 "reason": "geometry" | 32 "reason": "geometry" |
| 49 }, | 33 }, |
| 50 { | 34 { |
| 51 "object": "LayoutSVGRect rect id='targetRect'", | 35 "object": "LayoutSVGRect rect id='targetRect'", |
| 52 "reason": "geometry" | 36 "reason": "geometry" |
| 53 }, | 37 }, |
| 54 { | 38 { |
| 55 "object": "LayoutSVGContainer use", | 39 "object": "LayoutSVGContainer use", |
| 56 "reason": "geometry" | 40 "reason": "geometry" |
| 57 }, | 41 }, |
| 58 { | 42 { |
| 59 "object": "LayoutSVGContainer g id='targetUse'", | 43 "object": "LayoutSVGContainer g id='targetUse'", |
| 60 "reason": "geometry" | 44 "reason": "geometry" |
| 61 }, | 45 }, |
| 62 { | 46 { |
| 63 "object": "LayoutSVGRect rect id='targetRect1'", | 47 "object": "LayoutSVGRect rect id='targetRect1'", |
| 64 "reason": "geometry" | 48 "reason": "geometry" |
| 65 } | 49 } |
| 66 ] | 50 ] |
| 67 } | 51 } |
| 68 | 52 |
| OLD | NEW |