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": "LayoutBlockFlow (positioned) DIV", | |
11 "rect": [8, 8, 100, 100], | |
12 "reason": "forced by layout" | |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow DIV id='target'", | 10 "object": "LayoutBlockFlow DIV id='target'", |
16 "rect": [8, 8, 100, 100], | 11 "rect": [8, 8, 100, 100], |
17 "reason": "bounds change" | 12 "reason": "bounds change" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "InlineBox", | 15 "object": "InlineBox", |
21 "reason": "full" | 16 "reason": "full" |
22 }, | 17 }, |
23 { | 18 { |
| 19 "object": "LayoutBlockFlow (positioned) DIV", |
| 20 "reason": "forced by layout" |
| 21 }, |
| 22 { |
24 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
25 "reason": "full" | 24 "reason": "full" |
26 }, | 25 }, |
27 { | 26 { |
28 "object": "RootInlineBox", | 27 "object": "RootInlineBox", |
29 "reason": "full" | 28 "reason": "full" |
30 } | 29 } |
31 ] | 30 ] |
32 } | 31 } |
33 ] | 32 ] |
34 } | 33 } |
35 | 34 |
OLD | NEW |