| 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 DIV", | 10 "object": "LayoutBlockFlow DIV", |
| 11 "rect": [8, 156, 100, 40], | 11 "rect": [8, 156, 100, 40], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutInline SPAN id='test'", | 15 "object": "LayoutInline SPAN id='test'", |
| 16 "rect": [5, 153, 92, 45], | 16 "rect": [5, 153, 92, 45], |
| 17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutText #text", | |
| 21 "rect": [8, 156, 86, 39], | |
| 22 "reason": "full" | |
| 23 } | 18 } |
| 24 ] | 19 ] |
| 25 } | 20 } |
| 26 ], | 21 ], |
| 27 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 28 { | 23 { |
| 29 "object": "LayoutText #text", | 24 "object": "LayoutText #text", |
| 30 "reason": "layoutObject removal" | 25 "reason": "layoutObject removal" |
| 31 }, | 26 }, |
| 32 { | 27 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "object": "InlineTextBox ' '", | 60 "object": "InlineTextBox ' '", |
| 66 "reason": "full" | 61 "reason": "full" |
| 67 }, | 62 }, |
| 68 { | 63 { |
| 69 "object": "InlineTextBox 'dolor\u00A0'", | 64 "object": "InlineTextBox 'dolor\u00A0'", |
| 70 "reason": "full" | 65 "reason": "full" |
| 71 } | 66 } |
| 72 ] | 67 ] |
| 73 } | 68 } |
| 74 | 69 |
| OLD | NEW |