| 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": "LayoutTable TABLE", | 10 "object": "LayoutTable TABLE", |
| 11 "rect": [8, 8, 114, 54], | 11 "rect": [8, 58, 114, 4], |
| 12 "reason": "forced by layout" | 12 "reason": "incremental" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutTableCell TD id='foo'", | 15 "object": "LayoutTableCell TD id='foo'", |
| 16 "rect": [8, 8, 60, 54], | 16 "rect": [8, 8, 60, 54], |
| 17 "reason": "style change" | 17 "reason": "style change" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutTableCell TD", | 20 "object": "LayoutTableCell TD", |
| 21 "rect": [64, 8, 58, 54], | 21 "rect": [64, 8, 58, 54], |
| 22 "reason": "bounds change" | 22 "reason": "bounds change" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutTableCell TD", | 25 "object": "LayoutTableCell TD", |
| 26 "rect": [62, 8, 55, 52], | 26 "rect": [62, 8, 55, 52], |
| 27 "reason": "bounds change" | 27 "reason": "bounds change" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutTable TABLE", |
| 31 "rect": [116, 8, 6, 54], |
| 32 "reason": "incremental" |
| 28 } | 33 } |
| 29 ] | 34 ] |
| 30 } | 35 } |
| 31 ], | 36 ], |
| 32 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 33 { | 38 { |
| 39 "object": "LayoutTableCell TD id='foo'", |
| 40 "reason": "style change" |
| 41 }, |
| 42 { |
| 43 "object": "LayoutTableCell TD", |
| 44 "reason": "style change" |
| 45 }, |
| 46 { |
| 34 "object": "LayoutTable TABLE", | 47 "object": "LayoutTable TABLE", |
| 35 "reason": "forced by layout" | 48 "reason": "incremental" |
| 36 }, | 49 }, |
| 37 { | 50 { |
| 38 "object": "LayoutTableRow TR", | 51 "object": "LayoutTableRow TR", |
| 39 "reason": "location change" | 52 "reason": "location change" |
| 40 }, | 53 }, |
| 41 { | 54 { |
| 42 "object": "LayoutTableCell TD id='foo'", | 55 "object": "LayoutTableCell TD id='foo'", |
| 43 "reason": "style change" | 56 "reason": "style change" |
| 44 }, | 57 }, |
| 45 { | 58 { |
| 46 "object": "LayoutTableCell TD", | 59 "object": "LayoutTableCell TD", |
| 47 "reason": "bounds change" | 60 "reason": "bounds change" |
| 48 } | 61 } |
| 49 ] | 62 ] |
| 50 } | 63 } |
| 51 | 64 |
| OLD | NEW |