| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 11 { | 11 { |
| 12 "object": "LayoutBlockFlow DIV", | 12 "object": "LayoutBlockFlow DIV", |
| 13 "rect": [8, 156, 100, 40], | 13 "rect": [8, 156, 100, 40], |
| 14 "reason": "forced by layout" | 14 "reason": "forced by layout" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutInline SPAN id='test'", | 17 "object": "LayoutInline SPAN id='test'", |
| 18 "rect": [5, 153, 92, 45], | 18 "rect": [5, 153, 92, 45], |
| 19 "reason": "forced by layout" | 19 "reason": "forced by layout" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
| 23 "rect": [8, 156, 86, 39], | 23 "rect": [8, 156, 86, 39], |
| 24 "reason": "full" | 24 "reason": "full" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutBlockFlow DIV", | 27 "object": "LayoutText #text", |
| 28 "rect": [43, 174, 3, 22], | 28 "rect": [43, 174, 3, 22], |
| 29 "reason": "invalidate paint rectangle" | 29 "reason": "invalidate paint rectangle" |
| 30 } | 30 } |
| 31 ] | 31 ] |
| 32 } | 32 } |
| 33 ], | 33 ], |
| 34 "objectPaintInvalidations": [ | 34 "objectPaintInvalidations": [ |
| 35 { | 35 { |
| 36 "object": "LayoutText #text", | 36 "object": "LayoutText #text", |
| 37 "reason": "layoutObject removal" | 37 "reason": "layoutObject removal" |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "object": "InlineTextBox 'dolor\u00A0'", | 72 "object": "InlineTextBox 'dolor\u00A0'", |
| 73 "reason": "full" | 73 "reason": "full" |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 "object": "LayoutBlockFlow DIV", | 76 "object": "LayoutBlockFlow DIV", |
| 77 "reason": "invalidate paint rectangle" | 77 "reason": "invalidate paint rectangle" |
| 78 } | 78 } |
| 79 ] | 79 ] |
| 80 } | 80 } |
| 81 | 81 |
| OLD | NEW |