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 "repaintRects": [ | 8 "repaintRects": [ |
9 [3, 400, 45, 19], | 9 [3, 400, 45, 19], |
10 [3, 161, 45, 19], | 10 [3, 161, 45, 19], |
11 [3, 115, 45, 19], | 11 [3, 115, 45, 19], |
12 [3, 66, 45, 19], | 12 [3, 66, 45, 19], |
13 [2, 292, 102, 236], | 13 [2, 292, 102, 236], |
14 [2, 102, 102, 46], | 14 [2, 102, 102, 46], |
15 [2, 52, 102, 238], | 15 [2, 52, 102, 238], |
16 [2, 52, 102, 48], | 16 [2, 52, 102, 48], |
17 [0, 292, 106, 236], | 17 [0, 292, 106, 236], |
18 [0, 150, 106, 380], | 18 [0, 150, 106, 380], |
19 [0, 102, 106, 46], | 19 [0, 102, 106, 46], |
20 [0, 100, 106, 190] | 20 [0, 100, 106, 190] |
21 ], | 21 ], |
22 "paintInvalidationClients": [ | 22 "paintInvalidationClients": [ |
| 23 "RootInlineBox", |
| 24 "InlineTextBox 'ROW1'", |
| 25 "RootInlineBox", |
| 26 "InlineTextBox 'ROW2'", |
23 "LayoutTable (positioned) TABLE id='table'", | 27 "LayoutTable (positioned) TABLE id='table'", |
24 "LayoutTableRow TR", | 28 "LayoutTableRow TR", |
25 "LayoutTableCell TD", | 29 "LayoutTableCell TD", |
26 "LayoutText #text", | 30 "LayoutText #text", |
| 31 "InlineTextBox 'ROW1'", |
27 "LayoutTableRow TR", | 32 "LayoutTableRow TR", |
28 "LayoutTableCell TD", | 33 "LayoutTableCell TD", |
29 "LayoutText #text" | 34 "LayoutText #text", |
| 35 "InlineTextBox 'ROW2'" |
30 ] | 36 ] |
31 } | 37 } |
32 ] | 38 ] |
33 } | 39 } |
34 | 40 |
OLD | NEW |