OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "LayoutTable TABLE id='table'", | 10 "object": "LayoutTable TABLE id='table'", |
11 "rect": [8, 8, 220, 112], | 11 "rect": [8, 8, 220, 112], |
12 "reason": "style change" | 12 "reason": "style change" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutTable TABLE id='table'", | |
16 "rect": [8, 8, 212, 108], | |
17 "reason": "style change" | |
18 }, | |
19 { | |
20 "object": "LayoutTableCell TD", | 15 "object": "LayoutTableCell TD", |
21 "rect": [0, 0, 0, 0], | 16 "rect": [0, 0, 0, 0], |
22 "reason": "full" | 17 "reason": "full" |
23 }, | 18 }, |
24 { | 19 { |
25 "object": "LayoutTableCell TD", | 20 "object": "LayoutTableCell TD", |
26 "rect": [0, 0, 0, 0], | 21 "rect": [0, 0, 0, 0], |
27 "reason": "full" | 22 "reason": "full" |
28 }, | 23 }, |
29 { | 24 { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 }, | 58 }, |
64 { | 59 { |
65 "object": "LayoutTableRow TR", | 60 "object": "LayoutTableRow TR", |
66 "rect": [9, 9, 209, 105], | 61 "rect": [9, 9, 209, 105], |
67 "reason": "location change" | 62 "reason": "location change" |
68 }, | 63 }, |
69 { | 64 { |
70 "object": "LayoutTableSection TBODY", | 65 "object": "LayoutTableSection TBODY", |
71 "rect": [8, 8, 220, 112], | 66 "rect": [8, 8, 220, 112], |
72 "reason": "location change" | 67 "reason": "location change" |
73 }, | |
74 { | |
75 "object": "LayoutTableSection TBODY", | |
76 "rect": [9, 9, 209, 105], | |
77 "reason": "location change" | |
78 } | 68 } |
79 ] | 69 ] |
80 } | 70 } |
81 ] | 71 ] |
82 } | 72 } |
83 | 73 |
OLD | NEW |