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 [700, 0, 100, 100] | 9 [700, 0, 100, 100] |
10 ], | 10 ], |
11 "paintInvalidationClients": [ | 11 "paintInvalidationClients": [ |
12 "LayoutBlockFlow HTML", | 12 "LayoutBlockFlow HTML", |
13 "LayoutBlockFlow BODY", | 13 "LayoutBlockFlow BODY", |
14 "LayoutBlockFlow DIV", | 14 "LayoutBlockFlow DIV", |
15 "LayoutBR BR", | 15 "LayoutBR BR", |
| 16 "InlineTextBox '\n'", |
16 "LayoutBlockFlow (positioned) DIV id='target'", | 17 "LayoutBlockFlow (positioned) DIV id='target'", |
17 "LayoutBR BR" | 18 "LayoutBR BR", |
| 19 "InlineTextBox '\n'" |
18 ] | 20 ] |
19 } | 21 } |
20 ] | 22 ] |
21 } | 23 } |
22 | 24 |
OLD | NEW |