| 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": "LayoutSVGInlineText #text", | |
| 11 "rect": [103, 26, 160, 113], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGText text", | 10 "object": "LayoutSVGText text", |
| 16 "rect": [103, 26, 160, 113], | 11 "rect": [103, 26, 160, 113], |
| 17 "reason": "full" | 12 "reason": "full" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "LayoutSVGInlineText #text", | |
| 21 "rect": [63, 26, 160, 113], | |
| 22 "reason": "forced by layout" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGText text", | 15 "object": "LayoutSVGText text", |
| 26 "rect": [63, 26, 160, 113], | 16 "rect": [63, 26, 160, 113], |
| 27 "reason": "full" | 17 "reason": "full" |
| 28 } | 18 } |
| 29 ] | 19 ] |
| 30 } | 20 } |
| 31 ], | 21 ], |
| 32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 33 { | 23 { |
| 34 "object": "LayoutSVGText text", | 24 "object": "LayoutSVGText text", |
| 35 "reason": "full" | 25 "reason": "full" |
| 36 }, | 26 }, |
| 37 { | 27 { |
| 38 "object": "RootInlineBox", | 28 "object": "RootInlineBox", |
| 39 "reason": "full" | 29 "reason": "full" |
| 40 }, | 30 }, |
| 41 { | 31 { |
| 42 "object": "LayoutSVGInlineText #text", | 32 "object": "LayoutSVGInlineText #text", |
| 43 "reason": "forced by layout" | 33 "reason": "forced by layout" |
| 44 }, | 34 }, |
| 45 { | 35 { |
| 46 "object": "InlineTextBox 'Foo'", | 36 "object": "InlineTextBox 'Foo'", |
| 47 "reason": "forced by layout" | 37 "reason": "forced by layout" |
| 48 } | 38 } |
| 49 ] | 39 ] |
| 50 } | 40 } |
| 51 | 41 |
| OLD | NEW |