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 (floating) DIV class='green'", | 10 "object": "LayoutBlockFlow (floating) DIV class='green'", |
11 "rect": [8, 84, 100, 100], | 11 "rect": [8, 84, 100, 100], |
| 12 "reason": "style change" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutBlockFlow (floating) DIV class='green'", |
| 16 "rect": [8, 84, 100, 100], |
12 "reason": "layer" | 17 "reason": "layer" |
13 }, | 18 }, |
14 { | 19 { |
15 "object": "LayoutBlockFlow (floating) DIV class='green'", | |
16 "rect": [8, 84, 100, 100], | |
17 "reason": "style change" | |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow (floating) DIV class='red'", | 20 "object": "LayoutBlockFlow (floating) DIV class='red'", |
21 "rect": [8, 84, 100, 100], | 21 "rect": [8, 84, 100, 100], |
22 "reason": "background obscuration change" | 22 "reason": "background obscuration change" |
23 } | 23 } |
24 ] | 24 ] |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 | 28 |
OLD | NEW |