| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 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", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 "rect": [63, 8, 58, 54], | 41 "rect": [63, 8, 58, 54], |
| 42 "reason": "location change" | 42 "reason": "location change" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "LayoutTableCell TD id='foo'", | 45 "object": "LayoutTableCell TD id='foo'", |
| 46 "rect": [0, 0, 0, 0], | 46 "rect": [0, 0, 0, 0], |
| 47 "reason": "full" | 47 "reason": "full" |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "object": "LayoutTableCell TD id='foo'", | 50 "object": "LayoutTableCell TD id='foo'", |
| 51 "rect": [8, 8, 55, 52], | |
| 52 "reason": "location change" | |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutTableCell TD id='foo'", | |
| 56 "rect": [8, 8, 59, 54], | 51 "rect": [8, 8, 59, 54], |
| 57 "reason": "location change" | 52 "reason": "location change" |
| 58 }, | 53 }, |
| 59 { | 54 { |
| 60 "object": "LayoutTableRow TR", | 55 "object": "LayoutTableRow TR", |
| 61 "rect": [9, 9, 107, 50], | 56 "rect": [9, 9, 107, 50], |
| 62 "reason": "location change" | 57 "reason": "location change" |
| 63 }, | 58 }, |
| 64 { | 59 { |
| 65 "object": "LayoutTableRow TR", | 60 "object": "LayoutTableRow TR", |
| 66 "rect": [10, 10, 110, 50], | 61 "rect": [10, 10, 110, 50], |
| 67 "reason": "location change" | 62 "reason": "location change" |
| 68 }, | 63 }, |
| 69 { | 64 { |
| 70 "object": "LayoutTableSection TBODY", | 65 "object": "LayoutTableSection TBODY", |
| 71 "rect": [9, 9, 107, 50], | 66 "rect": [9, 9, 107, 50], |
| 72 "reason": "location change" | 67 "reason": "location change" |
| 73 }, | 68 }, |
| 74 { | 69 { |
| 75 "object": "LayoutTableSection TBODY", | 70 "object": "LayoutTableSection TBODY", |
| 76 "rect": [10, 10, 110, 50], | 71 "rect": [10, 10, 110, 50], |
| 77 "reason": "location change" | 72 "reason": "location change" |
| 78 } | 73 } |
| 79 ] | 74 ] |
| 80 } | 75 } |
| 81 ] | 76 ] |
| 82 } | 77 } |
| 83 | 78 |
| OLD | NEW |