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": "LayoutTable TABLE", | |
11 "rect": [8, 8, 113, 104], | |
12 "reason": "invalidate paint rectangle" | |
13 }, | |
14 { | |
15 "object": "LayoutTableCol COL id='col'", | 10 "object": "LayoutTableCol COL id='col'", |
16 "rect": [8, 8, 113, 104], | 11 "rect": [8, 8, 113, 104], |
17 "reason": "style change" | 12 "reason": "style change" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "LayoutTable TABLE", | 15 "object": "LayoutTable TABLE", |
21 "rect": [8, 108, 113, 4], | 16 "rect": [8, 108, 113, 4], |
22 "reason": "incremental" | 17 "reason": "incremental" |
23 }, | 18 }, |
24 { | 19 { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 { | 54 { |
60 "object": "LayoutTable TABLE", | 55 "object": "LayoutTable TABLE", |
61 "rect": [116, 8, 5, 104], | 56 "rect": [116, 8, 5, 104], |
62 "reason": "incremental" | 57 "reason": "incremental" |
63 } | 58 } |
64 ] | 59 ] |
65 } | 60 } |
66 ], | 61 ], |
67 "objectPaintInvalidations": [ | 62 "objectPaintInvalidations": [ |
68 { | 63 { |
69 "object": "LayoutTable TABLE", | 64 "object": "LayoutTableCell TD", |
70 "reason": "invalidate paint rectangle" | 65 "reason": "style change" |
| 66 }, |
| 67 { |
| 68 "object": "LayoutTableCell TD", |
| 69 "reason": "style change" |
| 70 }, |
| 71 { |
| 72 "object": "LayoutTableCell TD", |
| 73 "reason": "style change" |
| 74 }, |
| 75 { |
| 76 "object": "LayoutTableCell TD", |
| 77 "reason": "style change" |
71 }, | 78 }, |
72 { | 79 { |
73 "object": "LayoutTable TABLE", | 80 "object": "LayoutTable TABLE", |
74 "reason": "incremental" | 81 "reason": "incremental" |
75 }, | 82 }, |
76 { | 83 { |
77 "object": "LayoutTableCol COL id='col'", | 84 "object": "LayoutTableCol COL id='col'", |
78 "reason": "style change" | 85 "reason": "style change" |
79 }, | 86 }, |
80 { | 87 { |
(...skipping 16 matching lines...) Expand all Loading... |
97 "object": "LayoutTableCell TD", | 104 "object": "LayoutTableCell TD", |
98 "reason": "bounds change" | 105 "reason": "bounds change" |
99 }, | 106 }, |
100 { | 107 { |
101 "object": "LayoutTableCell TD", | 108 "object": "LayoutTableCell TD", |
102 "reason": "bounds change" | 109 "reason": "bounds change" |
103 } | 110 } |
104 ] | 111 ] |
105 } | 112 } |
106 | 113 |
OLD | NEW |