| 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": [10, 63, 307, 377], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGInlineText #text", | |
| 16 "rect": [10, 63, 307, 377], | |
| 17 "reason": "forced by layout" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGInlineText #text", | |
| 21 "rect": [10, 63, 307, 377], | |
| 22 "reason": "forced by layout" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGInlineText #text", | |
| 26 "rect": [10, 63, 307, 377], | |
| 27 "reason": "forced by layout" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutSVGInlineText #text", | |
| 31 "rect": [10, 63, 307, 377], | |
| 32 "reason": "forced by layout" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGInlineText #text", | |
| 36 "rect": [10, 63, 307, 377], | |
| 37 "reason": "layoutObject insertion" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutSVGTSpan tspan", | |
| 41 "rect": [10, 63, 307, 377], | |
| 42 "reason": "forced by layout" | |
| 43 }, | |
| 44 { | |
| 45 "object": "LayoutSVGTSpan tspan", | |
| 46 "rect": [10, 63, 307, 377], | |
| 47 "reason": "forced by layout" | |
| 48 }, | |
| 49 { | |
| 50 "object": "LayoutSVGTSpan tspan id='modify'", | |
| 51 "rect": [10, 63, 307, 377], | |
| 52 "reason": "forced by layout" | |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutSVGText text", | 10 "object": "LayoutSVGText text", |
| 56 "rect": [10, 63, 307, 377], | 11 "rect": [10, 63, 307, 377], |
| 57 "reason": "style change" | 12 "reason": "style change" |
| 58 } | 13 } |
| 59 ] | 14 ] |
| 60 } | 15 } |
| 61 ], | 16 ], |
| 62 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 63 { | 18 { |
| 64 "object": "LayoutSVGText text", | 19 "object": "LayoutSVGText text", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "object": "LayoutSVGInlineText #text", | 91 "object": "LayoutSVGInlineText #text", |
| 137 "reason": "forced by layout" | 92 "reason": "forced by layout" |
| 138 }, | 93 }, |
| 139 { | 94 { |
| 140 "object": "InlineTextBox 'PASS'", | 95 "object": "InlineTextBox 'PASS'", |
| 141 "reason": "forced by layout" | 96 "reason": "forced by layout" |
| 142 } | 97 } |
| 143 ] | 98 ] |
| 144 } | 99 } |
| 145 | 100 |
| OLD | NEW |