| 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": "LayoutTableRow TR id='row'", | 12 "object": "LayoutTableRow TR id='row'", |
| 13 "rect": [0, 202, 106, 100], | 13 "rect": [0, 202, 106, 100], |
| 14 "reason": "incremental" | 14 "reason": "incremental" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutTableCell TD", | 17 "object": "LayoutTableCell TD", |
| 18 "rect": [2, 102, 102, 200], | 18 "rect": [2, 102, 102, 200], |
| 19 "reason": "forced by layout" | 19 "reason": "forced by layout" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
| 23 "rect": [3, 193, 63, 18], | 23 "rect": [3, 193, 63, 18], |
| 24 "reason": "bounds change" | 24 "reason": "forced by layout" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
| 28 "rect": [3, 143, 63, 18], | 28 "rect": [3, 143, 63, 18], |
| 29 "reason": "bounds change" | 29 "reason": "forced by layout" |
| 30 } | 30 } |
| 31 ] | 31 ] |
| 32 } | 32 } |
| 33 ], | 33 ], |
| 34 "objectPaintInvalidations": [ | 34 "objectPaintInvalidations": [ |
| 35 { | 35 { |
| 36 "object": "RootInlineBox", | |
| 37 "reason": "full" | |
| 38 }, | |
| 39 { | |
| 40 "object": "InlineTextBox 'MIDDLE'", | |
| 41 "reason": "full" | |
| 42 }, | |
| 43 { | |
| 44 "object": "LayoutTableRow TR id='row'", | 36 "object": "LayoutTableRow TR id='row'", |
| 45 "reason": "incremental" | 37 "reason": "incremental" |
| 46 }, | 38 }, |
| 47 { | 39 { |
| 48 "object": "LayoutTableCell TD", | 40 "object": "LayoutTableCell TD", |
| 49 "reason": "forced by layout" | 41 "reason": "forced by layout" |
| 50 }, | 42 }, |
| 51 { | 43 { |
| 52 "object": "RootInlineBox", | 44 "object": "RootInlineBox", |
| 53 "reason": "forced by layout" | 45 "reason": "forced by layout" |
| 54 }, | 46 }, |
| 55 { | 47 { |
| 56 "object": "LayoutText #text", | 48 "object": "LayoutText #text", |
| 57 "reason": "bounds change" | 49 "reason": "forced by layout" |
| 58 }, | 50 }, |
| 59 { | 51 { |
| 60 "object": "InlineTextBox 'MIDDLE'", | 52 "object": "InlineTextBox 'MIDDLE'", |
| 61 "reason": "bounds change" | 53 "reason": "forced by layout" |
| 62 } | 54 } |
| 63 ] | 55 ] |
| 64 } | 56 } |
| 65 | 57 |
| OLD | NEW |