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 BODY", | |
11 "rect": [4, 16, 788, 200], | |
12 "reason": "bounds change" | |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow DIV id='t'", | 10 "object": "LayoutBlockFlow DIV id='t'", |
16 "rect": [4, 108, 108, 108], | 11 "rect": [4, 108, 108, 108], |
17 "reason": "style change" | 12 "reason": "style change" |
18 } | 13 } |
19 ] | 14 ] |
20 } | 15 } |
21 ] | 16 ] |
22 } | 17 } |
23 | 18 |
OLD | NEW |