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='item1'", | 12 "object": "LayoutBlockFlow DIV class='item1'", |
11 "rect": [24, 52, 52, 152], | 13 "rect": [24, 52, 52, 152], |
12 "reason": "style change" | 14 "reason": "style change" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 26 matching lines...) Expand all Loading... |
41 "rect": [149, 53, 50, 100], | 43 "rect": [149, 53, 50, 100], |
42 "reason": "bounds change" | 44 "reason": "bounds change" |
43 }, | 45 }, |
44 { | 46 { |
45 "object": "LayoutBlockFlow DIV", | 47 "object": "LayoutBlockFlow DIV", |
46 "rect": [125, 53, 50, 100], | 48 "rect": [125, 53, 50, 100], |
47 "reason": "bounds change" | 49 "reason": "bounds change" |
48 } | 50 } |
49 ] | 51 ] |
50 } | 52 } |
| 53 ], |
| 54 "objectPaintInvalidations": [ |
| 55 { |
| 56 "object": "LayoutBlockFlow DIV class='item1'", |
| 57 "reason": "style change" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutBlockFlow DIV", |
| 61 "reason": "bounds change" |
| 62 }, |
| 63 { |
| 64 "object": "LayoutBlockFlow DIV class='item2'", |
| 65 "reason": "style change" |
| 66 }, |
| 67 { |
| 68 "object": "LayoutBlockFlow DIV", |
| 69 "reason": "bounds change" |
| 70 } |
51 ] | 71 ] |
52 } | 72 } |
53 | 73 |
OLD | NEW |