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", | 10 "object": "LayoutBlockFlow (positioned) DIV", |
11 "rect": [8, 136, 100, 100], | 11 "rect": [8, 136, 100, 100], |
12 "reason": "location change" | 12 "reason": "location change" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow DIV", | 15 "object": "LayoutBlockFlow DIV", |
16 "rect": [8, 136, 100, 100], | 16 "rect": [8, 136, 100, 100], |
17 "reason": "location change" | 17 "reason": "bounds change" |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow (positioned) DIV id='outside'", | |
21 "reason": "location change" | |
22 } | 18 } |
23 ] | 19 ] |
24 } | 20 } |
25 ] | 21 ] |
26 } | 22 } |
27 | 23 |
OLD | NEW |