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": "LayoutTableCell TD", | 15 "object": "LayoutTableCell TD", |
16 "rect": [8, 58, 60, 53], | 16 "rect": [8, 58, 60, 53], |
17 "reason": "location change" | 17 "reason": "location change" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutTable TABLE", | 20 "object": "LayoutTable TABLE", |
21 "rect": [8, 109, 60, 2], | 21 "rect": [8, 109, 60, 2], |
22 "reason": "incremental" | 22 "reason": "incremental" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutTableRow TR id='row'", | 25 "object": "LayoutTableSection TBODY", |
26 "rect": [10, 10, 56, 50], | 26 "rect": [10, 10, 56, 100], |
27 "reason": "style change" | 27 "reason": "bounds change" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutTableRow TR id='row'", | 30 "object": "LayoutTableSection TBODY", |
31 "rect": [9, 9, 54, 50], | 31 "rect": [9, 9, 54, 100], |
32 "reason": "style change" | 32 "reason": "bounds change" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutTable TABLE", | 35 "object": "LayoutTable TABLE", |
36 "rect": [62, 8, 6, 103], | 36 "rect": [62, 8, 6, 103], |
37 "reason": "incremental" | 37 "reason": "incremental" |
38 } | 38 } |
39 ] | 39 ] |
40 } | 40 } |
41 ], | 41 ], |
42 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
43 { | 43 { |
44 "object": "LayoutTableCell TD", | 44 "object": "LayoutTableSection TBODY", |
45 "reason": "style change" | 45 "reason": "style change" |
46 }, | 46 }, |
47 { | 47 { |
48 "object": "LayoutTableCell TD", | 48 "object": "LayoutTableSection TBODY", |
49 "reason": "style change" | 49 "reason": "style change" |
50 }, | 50 }, |
51 { | 51 { |
52 "object": "LayoutTable TABLE", | 52 "object": "LayoutTable TABLE", |
53 "reason": "incremental" | 53 "reason": "incremental" |
54 }, | 54 }, |
55 { | 55 { |
| 56 "object": "LayoutTableSection TBODY", |
| 57 "reason": "bounds change" |
| 58 }, |
| 59 { |
56 "object": "LayoutTableRow TR id='row'", | 60 "object": "LayoutTableRow TR id='row'", |
57 "reason": "style change" | 61 "reason": "style change" |
58 }, | 62 }, |
59 { | 63 { |
60 "object": "LayoutTableCell TD", | 64 "object": "LayoutTableCell TD", |
61 "reason": "forced by layout" | 65 "reason": "forced by layout" |
62 }, | 66 }, |
63 { | 67 { |
64 "object": "LayoutTableRow TR", | 68 "object": "LayoutTableRow TR", |
65 "reason": "location change" | 69 "reason": "location change" |
66 }, | 70 }, |
67 { | 71 { |
68 "object": "LayoutTableCell TD", | 72 "object": "LayoutTableCell TD", |
69 "reason": "location change" | 73 "reason": "location change" |
70 } | 74 } |
71 ] | 75 ] |
72 } | 76 } |
73 | 77 |
OLD | NEW |