OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 2016], | 5 "bounds": [800, 2016], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", | |
11 "rect": [100, 1150, 100, 100], | |
12 "reason": "subtree" | |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", | |
16 "rect": [100, 1150, 100, 100], | |
17 "reason": "subtree" | |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='fixed c
lipped'", | 10 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='fixed c
lipped'", |
21 "rect": [100, 1150, 100, 100], | 11 "rect": [100, 1150, 100, 100], |
22 "reason": "subtree" | 12 "reason": "subtree" |
23 } | 13 } |
24 ] | 14 ] |
25 } | 15 } |
26 ], | 16 ], |
27 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
28 { | 18 { |
29 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='fixed clipp
ed'", | 19 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='fixed clipp
ed'", |
30 "reason": "subtree" | 20 "reason": "subtree" |
31 }, | 21 }, |
32 { | 22 { |
33 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", | 23 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", |
34 "reason": "subtree" | 24 "reason": "subtree" |
35 }, | 25 }, |
36 { | 26 { |
37 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", | 27 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
38 "reason": "subtree" | 28 "reason": "subtree" |
39 } | 29 } |
40 ] | 30 ] |
41 } | 31 } |
42 | 32 |
OLD | NEW |