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, 8, 60, 54], | 13 "rect": [8, 8, 60, 54], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 }, | 60 }, |
59 { | 61 { |
60 "object": "LayoutTable TABLE", | 62 "object": "LayoutTable TABLE", |
61 "rect": [62, 8, 6, 103], | 63 "rect": [62, 8, 6, 103], |
62 "reason": "incremental" | 64 "reason": "incremental" |
63 }, | 65 }, |
64 { | 66 { |
65 "object": "LayoutTable TABLE", | 67 "object": "LayoutTable TABLE", |
66 "rect": [64, 8, 4, 103], | 68 "rect": [64, 8, 4, 103], |
67 "reason": "incremental" | 69 "reason": "incremental" |
68 }, | |
69 { | |
70 "object": "LayoutTableCell TD", | |
71 "reason": "full" | |
72 }, | |
73 { | |
74 "object": "LayoutTableCell TD", | |
75 "reason": "full" | |
76 } | 70 } |
77 ] | 71 ] |
78 } | 72 } |
| 73 ], |
| 74 "objectPaintInvalidations": [ |
| 75 { |
| 76 "object": "LayoutTableCell TD", |
| 77 "reason": "style change" |
| 78 }, |
| 79 { |
| 80 "object": "LayoutTableCell TD", |
| 81 "reason": "style change" |
| 82 }, |
| 83 { |
| 84 "object": "LayoutTable TABLE", |
| 85 "reason": "incremental" |
| 86 }, |
| 87 { |
| 88 "object": "LayoutTableSection TBODY", |
| 89 "reason": "bounds change" |
| 90 }, |
| 91 { |
| 92 "object": "LayoutTableRow TR id='row'", |
| 93 "reason": "style change" |
| 94 }, |
| 95 { |
| 96 "object": "LayoutTableCell TD", |
| 97 "reason": "forced by layout" |
| 98 }, |
| 99 { |
| 100 "object": "LayoutTableRow TR", |
| 101 "reason": "bounds change" |
| 102 }, |
| 103 { |
| 104 "object": "LayoutTableCell TD", |
| 105 "reason": "location change" |
| 106 } |
79 ] | 107 ] |
80 } | 108 } |
81 | 109 |
OLD | NEW |