| 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 BODY", | 10 "object": "LayoutBlockFlow BODY", |
| 11 "rect": [0, 0, 800, 600], | 11 "rect": [0, 0, 800, 600], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutSVGRect rect", |
| 16 "rect": [211, 11, 180, 180], |
| 17 "reason": "bounds change" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutSVGRect rect", |
| 21 "rect": [210, 10, 180, 180], |
| 22 "reason": "bounds change" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutSVGRect rect", |
| 26 "rect": [11, 11, 180, 180], |
| 27 "reason": "bounds change" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutSVGRect rect", |
| 31 "rect": [10, 10, 180, 180], |
| 32 "reason": "bounds change" |
| 13 } | 33 } |
| 14 ] | 34 ] |
| 15 } | 35 } |
| 16 ], | 36 ], |
| 17 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 18 { | 38 { |
| 19 "object": "LayoutBlockFlow BODY", | 39 "object": "LayoutBlockFlow BODY", |
| 20 "reason": "forced by layout" | 40 "reason": "forced by layout" |
| 21 }, | 41 }, |
| 22 { | 42 { |
| 23 "object": "RootInlineBox", | 43 "object": "RootInlineBox", |
| 24 "reason": "forced by layout" | 44 "reason": "forced by layout" |
| 25 }, | 45 }, |
| 26 { | 46 { |
| 27 "object": "LayoutEmbeddedObject OBJECT", | 47 "object": "LayoutEmbeddedObject OBJECT", |
| 28 "reason": "style change" | 48 "reason": "style change" |
| 49 }, |
| 50 { |
| 51 "object": "LayoutSVGRoot svg", |
| 52 "reason": "location change" |
| 53 }, |
| 54 { |
| 55 "object": "LayoutSVGRect rect", |
| 56 "reason": "bounds change" |
| 57 }, |
| 58 { |
| 59 "object": "LayoutSVGRect rect", |
| 60 "reason": "bounds change" |
| 29 } | 61 } |
| 30 ] | 62 ] |
| 31 } | 63 } |
| 32 | 64 |
| OLD | NEW |