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": "LayoutTableCell TD", | 10 "object": "LayoutTableCell TD", |
11 "rect": [8, 8, 60, 54], | 11 "rect": [8, 8, 60, 54], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
| 15 "object": "LayoutTableRow TR id='row'", |
| 16 "rect": [8, 8, 60, 54], |
| 17 "reason": "style change" |
| 18 }, |
| 19 { |
15 "object": "LayoutTableCell TD", | 20 "object": "LayoutTableCell TD", |
16 "rect": [8, 58, 60, 53], | 21 "rect": [8, 58, 60, 53], |
17 "reason": "location change" | 22 "reason": "location change" |
18 }, | 23 }, |
19 { | 24 { |
20 "object": "LayoutTable TABLE", | 25 "object": "LayoutTable TABLE", |
21 "rect": [8, 109, 60, 2], | 26 "rect": [8, 109, 60, 2], |
22 "reason": "incremental" | 27 "reason": "incremental" |
23 }, | 28 }, |
24 { | 29 { |
25 "object": "LayoutTableRow TR id='row'", | |
26 "rect": [10, 10, 56, 50], | |
27 "reason": "style change" | |
28 }, | |
29 { | |
30 "object": "LayoutTableRow TR id='row'", | |
31 "rect": [9, 9, 54, 50], | |
32 "reason": "style change" | |
33 }, | |
34 { | |
35 "object": "LayoutTable TABLE", | 30 "object": "LayoutTable TABLE", |
36 "rect": [62, 8, 6, 103], | 31 "rect": [62, 8, 6, 103], |
37 "reason": "incremental" | 32 "reason": "incremental" |
38 } | 33 } |
39 ] | 34 ] |
40 } | 35 } |
41 ], | 36 ], |
42 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
43 { | 38 { |
44 "object": "LayoutTableCell TD", | 39 "object": "LayoutTableCell TD", |
(...skipping 19 matching lines...) Expand all Loading... |
64 "object": "LayoutTableRow TR", | 59 "object": "LayoutTableRow TR", |
65 "reason": "location change" | 60 "reason": "location change" |
66 }, | 61 }, |
67 { | 62 { |
68 "object": "LayoutTableCell TD", | 63 "object": "LayoutTableCell TD", |
69 "reason": "location change" | 64 "reason": "location change" |
70 } | 65 } |
71 ] | 66 ] |
72 } | 67 } |
73 | 68 |
OLD | NEW |