| 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": "LayoutSVGRect rect", | 10 "object": "LayoutSVGRect rect", |
| 11 "rect": [10, 2, 46, 22], | 11 "rect": [10, 2, 46, 22], |
| 12 "reason": "style change" | 12 "reason": "style change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGText text id='text1'", | |
| 16 "rect": [10, 2, 46, 22], | |
| 17 "reason": "style change" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGInlineText #text", | 15 "object": "LayoutSVGInlineText #text", |
| 21 "rect": [10, 32, 43, 22], | 16 "rect": [10, 32, 43, 22], |
| 22 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutSVGText text id='text2'", | |
| 26 "rect": [10, 32, 43, 22], | |
| 27 "reason": "full" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutSVGRect rect", | 20 "object": "LayoutSVGRect rect", |
| 31 "rect": [10, 32, 43, 18], | 21 "rect": [10, 32, 43, 18], |
| 32 "reason": "full" | 22 "reason": "full" |
| 33 } | 23 } |
| 34 ] | 24 ] |
| 35 } | 25 } |
| 36 ], | 26 ], |
| 37 "objectPaintInvalidations": [ | 27 "objectPaintInvalidations": [ |
| 38 { | 28 { |
| 39 "object": "LayoutSVGInlineText #text", | 29 "object": "LayoutSVGInlineText #text", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 63 "object": "LayoutSVGRect rect", | 53 "object": "LayoutSVGRect rect", |
| 64 "reason": "style change" | 54 "reason": "style change" |
| 65 }, | 55 }, |
| 66 { | 56 { |
| 67 "object": "LayoutSVGRect rect", | 57 "object": "LayoutSVGRect rect", |
| 68 "reason": "full" | 58 "reason": "full" |
| 69 } | 59 } |
| 70 ] | 60 ] |
| 71 } | 61 } |
| 72 | 62 |
| OLD | NEW |