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