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 (relative positioned) DIV id='inner'", | 10 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'", |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "layoutObject removal" | 11 "reason": "layoutObject removal" |
13 } | 12 } |
14 ], | 13 ], |
15 "children": [ | 14 "children": [ |
16 { | 15 { |
17 "position": [278, 278], | 16 "position": [278, 278], |
18 "bounds": [100, 100], | 17 "bounds": [100, 100], |
19 "contentsOpaque": true, | 18 "contentsOpaque": true, |
20 "drawsContent": true, | 19 "drawsContent": true, |
21 "backfaceVisibility": "hidden", | 20 "backfaceVisibility": "hidden", |
22 "backgroundColor": "#008000", | 21 "backgroundColor": "#008000", |
23 "paintInvalidations": [ | 22 "paintInvalidations": [ |
24 { | 23 { |
25 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'", | 24 "object": "LayoutBlockFlow (relative positioned) DIV id='inner'", |
26 "rect": [0, 0, 100, 100], | 25 "rect": [0, 0, 100, 100], |
27 "reason": "layer" | 26 "reason": "layer" |
28 }, | 27 }, |
29 { | 28 { |
30 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'", | 29 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'", |
31 "rect": [0, 0, 100, 100], | 30 "rect": [0, 0, 100, 100], |
| 31 "reason": "became visible" |
| 32 }, |
| 33 { |
| 34 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'", |
| 35 "rect": [0, 0, 100, 100], |
32 "reason": "layer" | 36 "reason": "layer" |
33 }, | |
34 { | |
35 "object": "LayoutBlockFlow (relative positioned) DIV id='outer'", | |
36 "rect": [0, 0, 100, 100], | |
37 "reason": "became visible" | |
38 } | 37 } |
39 ] | 38 ] |
40 } | 39 } |
41 ] | 40 ] |
42 } | 41 } |
43 ] | 42 ] |
44 } | 43 } |
45 | 44 |
OLD | NEW |