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