OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow DIV class='layoutroot'", | 12 "object": "LayoutBlockFlow DIV class='layoutroot'", |
11 "rect": [28, 48, 200, 200], | 13 "rect": [28, 48, 200, 200], |
12 "reason": "background obscuration change" | 14 "reason": "background obscuration change" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutBlockFlow DIV id='target'", | 17 "object": "LayoutBlockFlow DIV id='target'", |
16 "rect": [128, 48, 100, 200], | 18 "rect": [128, 48, 100, 200], |
17 "reason": "incremental" | 19 "reason": "incremental" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutBlockFlow DIV id='target'", | 22 "object": "LayoutBlockFlow DIV id='target'", |
21 "rect": [78, 48, 50, 100], | 23 "rect": [78, 48, 50, 100], |
22 "reason": "incremental" | 24 "reason": "incremental" |
23 } | 25 } |
24 ] | 26 ] |
25 } | 27 } |
| 28 ], |
| 29 "objectPaintInvalidations": [ |
| 30 { |
| 31 "object": "LayoutBlockFlow DIV class='layoutroot'", |
| 32 "reason": "background obscuration change" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutBlockFlow DIV id='target'", |
| 36 "reason": "incremental" |
| 37 } |
26 ] | 38 ] |
27 } | 39 } |
28 | 40 |
OLD | NEW |