| 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": "LayoutTableSection TBODY", |
| 11 "rect": [0, 150, 106, 380], |
| 12 "reason": "incremental" |
| 13 }, |
| 14 { |
| 10 "object": "LayoutTableCell TD", | 15 "object": "LayoutTableCell TD", |
| 11 "rect": [2, 52, 102, 476], | 16 "rect": [2, 52, 102, 476], |
| 12 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 13 } | 18 } |
| 14 ] | 19 ] |
| 15 } | 20 } |
| 16 ], | 21 ], |
| 17 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 18 { | 23 { |
| 24 "object": "LayoutTableSection TBODY", |
| 25 "reason": "incremental" |
| 26 }, |
| 27 { |
| 19 "object": "LayoutTableCell TD", | 28 "object": "LayoutTableCell TD", |
| 20 "reason": "forced by layout" | 29 "reason": "forced by layout" |
| 21 }, | 30 }, |
| 22 { | 31 { |
| 23 "object": "RootInlineBox", | 32 "object": "RootInlineBox", |
| 24 "reason": "forced by layout" | 33 "reason": "forced by layout" |
| 25 }, | 34 }, |
| 26 { | 35 { |
| 27 "object": "LayoutText #text", | 36 "object": "LayoutText #text", |
| 28 "reason": "forced by layout" | 37 "reason": "forced by layout" |
| 29 }, | 38 }, |
| 30 { | 39 { |
| 31 "object": "InlineTextBox 'MIDDLE'", | 40 "object": "InlineTextBox 'MIDDLE'", |
| 32 "reason": "forced by layout" | 41 "reason": "forced by layout" |
| 33 } | 42 } |
| 34 ] | 43 ] |
| 35 } | 44 } |
| 36 | 45 |
| OLD | NEW |