| 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", | 10 "object": "LayoutSVGInlineText #text", |
| 11 "rect": [10, 3, 46, 22], | 11 "rect": [10, 3, 46, 22], |
| 12 "reason": "layoutObject insertion" | 12 "reason": "layoutObject insertion" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGRect rect", | 15 "object": "LayoutSVGRect rect", |
| 16 "rect": [10, 3, 46, 22], | 16 "rect": [10, 3, 46, 22], |
| 17 "reason": "style change" | 17 "reason": "style change" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutSVGRoot svg", | |
| 21 "rect": [10, 3, 46, 22], | |
| 22 "reason": "bounds change" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGText text id='text1'", | 20 "object": "LayoutSVGText text id='text1'", |
| 26 "rect": [10, 3, 46, 22], | 21 "rect": [10, 3, 46, 22], |
| 27 "reason": "style change" | 22 "reason": "style change" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| 30 "object": "LayoutSVGInlineText #text", | 25 "object": "LayoutSVGInlineText #text", |
| 31 "rect": [10, 33, 41, 22], | 26 "rect": [10, 33, 41, 22], |
| 32 "reason": "layoutObject removal" | 27 "reason": "layoutObject removal" |
| 33 }, | 28 }, |
| 34 { | 29 { |
| 35 "object": "LayoutSVGText text id='text2'", | 30 "object": "LayoutSVGText text id='text2'", |
| 36 "rect": [10, 33, 41, 22], | 31 "rect": [10, 33, 41, 22], |
| 37 "reason": "full" | 32 "reason": "full" |
| 38 }, | 33 }, |
| 39 { | 34 { |
| 40 "object": "LayoutSVGRect rect", | 35 "object": "LayoutSVGRect rect", |
| 41 "rect": [10, 33, 41, 17], | 36 "rect": [10, 33, 41, 17], |
| 42 "reason": "full" | 37 "reason": "full" |
| 43 }, | |
| 44 { | |
| 45 "object": "LayoutSVGRoot svg", | |
| 46 "rect": [10, 33, 41, 17], | |
| 47 "reason": "bounds change" | |
| 48 } | 38 } |
| 49 ] | 39 ] |
| 50 } | 40 } |
| 51 ], | 41 ], |
| 52 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
| 53 { | 43 { |
| 54 "object": "LayoutSVGInlineText #text", | 44 "object": "LayoutSVGInlineText #text", |
| 55 "reason": "layoutObject removal" | 45 "reason": "layoutObject removal" |
| 56 }, | 46 }, |
| 57 { | 47 { |
| 58 "object": "LayoutSVGRoot svg", | |
| 59 "reason": "bounds change" | |
| 60 }, | |
| 61 { | |
| 62 "object": "LayoutSVGText text id='text1'", | 48 "object": "LayoutSVGText text id='text1'", |
| 63 "reason": "style change" | 49 "reason": "style change" |
| 64 }, | 50 }, |
| 65 { | 51 { |
| 66 "object": "RootInlineBox", | 52 "object": "RootInlineBox", |
| 67 "reason": "style change" | 53 "reason": "style change" |
| 68 }, | 54 }, |
| 69 { | 55 { |
| 70 "object": "LayoutSVGInlineText #text", | 56 "object": "LayoutSVGInlineText #text", |
| 71 "reason": "layoutObject insertion" | 57 "reason": "layoutObject insertion" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 82 "object": "LayoutSVGRect rect", | 68 "object": "LayoutSVGRect rect", |
| 83 "reason": "style change" | 69 "reason": "style change" |
| 84 }, | 70 }, |
| 85 { | 71 { |
| 86 "object": "LayoutSVGRect rect", | 72 "object": "LayoutSVGRect rect", |
| 87 "reason": "full" | 73 "reason": "full" |
| 88 } | 74 } |
| 89 ] | 75 ] |
| 90 } | 76 } |
| 91 | 77 |
| OLD | NEW |