| 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 "children": [ | 10 "children": [ |
| 11 { | 11 { |
| 12 "name": "LayoutTableRow TR", | 12 "name": "LayoutTableRow TR", |
| 13 "position": [8, 8], | 13 "position": [8, 18], |
| 14 "bounds": [69, 23], | 14 "bounds": [234, 0], |
| 15 "drawsContent": true, | 15 "drawsContent": true, |
| 16 "backgroundColor": "#FF0000", | 16 "backgroundColor": "#0000FF" |
| 17 }, |
| 18 { |
| 19 "name": "LayoutTableRow TR", |
| 20 "position": [8, 28], |
| 21 "bounds": [234, 102], |
| 22 "drawsContent": true, |
| 23 "backgroundColor": "#0000FF" |
| 24 }, |
| 25 { |
| 26 "name": "LayoutTableRow TR class='shadow-inset'", |
| 27 "position": [8, 140], |
| 28 "bounds": [234, 102], |
| 29 "drawsContent": true, |
| 30 "backgroundColor": "#0000FF", |
| 17 "paintInvalidations": [ | 31 "paintInvalidations": [ |
| 18 { | 32 { |
| 19 "object": "LayoutTableCell TD id='target'", | 33 "object": "LayoutTableCell TD id='target'", |
| 20 "rect": [0, 0, 35, 24], | 34 "rect": [10, 0, 102, 102], |
| 21 "reason": "style change" | 35 "reason": "style change" |
| 22 } | 36 } |
| 23 ] | 37 ] |
| 24 } | 38 } |
| 25 ] | 39 ] |
| 26 } | 40 } |
| 27 ], | 41 ], |
| 28 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
| 29 { | 43 { |
| 30 "object": "LayoutTableCell TD id='target'", | 44 "object": "LayoutTableCell TD id='target'", |
| 31 "reason": "style change" | 45 "reason": "style change" |
| 32 }, | |
| 33 { | |
| 34 "object": "RootInlineBox", | |
| 35 "reason": "style change" | |
| 36 } | 46 } |
| 37 ] | 47 ] |
| 38 } | 48 } |
| 39 | 49 |
| OLD | NEW |