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 [8, 108, 100, 100], | 9 [8, 108, 100, 100], |
10 [8, 108, 90, 39] | 10 [8, 108, 90, 39] |
11 ], | 11 ], |
12 "paintInvalidationClients": [ | 12 "paintInvalidationClients": [ |
| 13 "InlineTextBox 'disappear.'", |
| 14 "RootInlineBox", |
| 15 "InlineTextBox 'This div should'", |
| 16 "InlineTextBox 'disappear.'", |
13 "LayoutText #text", | 17 "LayoutText #text", |
| 18 "RootInlineBox", |
| 19 "RootInlineBox", |
14 "LayoutBlockFlow (positioned) DIV id='target'" | 20 "LayoutBlockFlow (positioned) DIV id='target'" |
15 ] | 21 ] |
16 } | 22 } |
17 ] | 23 ] |
18 } | 24 } |
19 | 25 |
OLD | NEW |