| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutTableCell TD", | 12 "object": "LayoutTableCell TD", |
| 11 "rect": [8, 206, 60, 180], | 13 "rect": [8, 206, 60, 180], |
| 12 "reason": "bounds change" | 14 "reason": "bounds change" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 28 matching lines...) Expand all Loading... |
| 43 }, | 45 }, |
| 44 { | 46 { |
| 45 "object": "LayoutBlockFlow DIV", | 47 "object": "LayoutBlockFlow DIV", |
| 46 "rect": [8, 206, 60, 60], | 48 "rect": [8, 206, 60, 60], |
| 47 "reason": "bounds change" | 49 "reason": "bounds change" |
| 48 }, | 50 }, |
| 49 { | 51 { |
| 50 "object": "LayoutTableCell TD", | 52 "object": "LayoutTableCell TD", |
| 51 "rect": [8, 146, 60, 60], | 53 "rect": [8, 146, 60, 60], |
| 52 "reason": "became visible" | 54 "reason": "became visible" |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutTableCell TD", | |
| 56 "reason": "bounds change" | |
| 57 }, | |
| 58 { | |
| 59 "object": "LayoutTableCell TD id='s'", | |
| 60 "reason": "bounds change" | |
| 61 }, | |
| 62 { | |
| 63 "object": "LayoutTableCell TD id='t'", | |
| 64 "reason": "became visible" | |
| 65 } | 55 } |
| 66 ] | 56 ] |
| 67 } | 57 } |
| 58 ], |
| 59 "objectPaintInvalidations": [ |
| 60 { |
| 61 "object": "LayoutTableCell TD", |
| 62 "reason": "became visible" |
| 63 }, |
| 64 { |
| 65 "object": "LayoutTableCell TD id='t'", |
| 66 "reason": "became visible" |
| 67 }, |
| 68 { |
| 69 "object": "LayoutTableRow TR", |
| 70 "reason": "bounds change" |
| 71 }, |
| 72 { |
| 73 "object": "LayoutTableCell TD", |
| 74 "reason": "bounds change" |
| 75 }, |
| 76 { |
| 77 "object": "LayoutBlockFlow DIV", |
| 78 "reason": "bounds change" |
| 79 }, |
| 80 { |
| 81 "object": "LayoutTableCell TD", |
| 82 "reason": "bounds change" |
| 83 }, |
| 84 { |
| 85 "object": "LayoutTableRow TR", |
| 86 "reason": "bounds change" |
| 87 }, |
| 88 { |
| 89 "object": "LayoutTableCell TD", |
| 90 "reason": "bounds change" |
| 91 }, |
| 92 { |
| 93 "object": "LayoutTableCell TD id='s'", |
| 94 "reason": "bounds change" |
| 95 } |
| 68 ] | 96 ] |
| 69 } | 97 } |
| 70 | 98 |
| OLD | NEW |