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, 212, 108], | |
12 "reason": "style change" | |
13 }, | |
14 { | |
15 "object": "LayoutTable TABLE id='table'", | |
16 "rect": [8, 8, 220, 112], | 11 "rect": [8, 8, 220, 112], |
17 "reason": "style change" | 12 "reason": "style change" |
18 }, | 13 }, |
19 { | 14 { |
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", |
(...skipping 25 matching lines...) Expand all Loading... |
51 "rect": [9, 9, 209, 105], | 46 "rect": [9, 9, 209, 105], |
52 "reason": "location change" | 47 "reason": "location change" |
53 }, | 48 }, |
54 { | 49 { |
55 "object": "LayoutTableRow TR", | 50 "object": "LayoutTableRow TR", |
56 "rect": [8, 10, 220, 108], | 51 "rect": [8, 10, 220, 108], |
57 "reason": "location change" | 52 "reason": "location change" |
58 }, | 53 }, |
59 { | 54 { |
60 "object": "LayoutTableSection TBODY", | 55 "object": "LayoutTableSection TBODY", |
61 "rect": [9, 9, 209, 105], | |
62 "reason": "location change" | |
63 }, | |
64 { | |
65 "object": "LayoutTableSection TBODY", | |
66 "rect": [8, 8, 220, 112], | 56 "rect": [8, 8, 220, 112], |
67 "reason": "location change" | 57 "reason": "location change" |
68 } | 58 } |
69 ] | 59 ] |
70 } | 60 } |
71 ] | 61 ] |
72 } | 62 } |
73 | 63 |
OLD | NEW |