| OLD | NEW |
| 1 CASE 1, original layer tree | 1 CASE 1, original layer tree |
| 2 { | 2 { |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
| 7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 8 "drawsContent": true, | 8 "drawsContent": true, |
| 9 "children": [ | 9 "children": [ |
| 10 { | 10 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "position": [50, 50], | 44 "position": [50, 50], |
| 45 "bounds": [100, 100], | 45 "bounds": [100, 100], |
| 46 "contentsOpaque": true, | 46 "contentsOpaque": true, |
| 47 "drawsContent": true, | 47 "drawsContent": true, |
| 48 "backgroundColor": "#0000FF" | 48 "backgroundColor": "#0000FF" |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "position": [130, 130], | 51 "position": [130, 130], |
| 52 "bounds": [100, 100], | 52 "bounds": [100, 100], |
| 53 "drawsContent": true, | 53 "drawsContent": true, |
| 54 "repaintRects": [ | 54 "paintInvalidations": [ |
| 55 [10, 10, 50, 50] | 55 { |
| 56 "object": "LayoutBlockFlow (positioned) DIV id='inner'", |
| 57 "rect": [10, 10, 50, 50], |
| 58 "reason": "style change" |
| 59 } |
| 56 ] | 60 ] |
| 57 } | 61 } |
| 58 ] | 62 ] |
| 59 } | 63 } |
| 60 ] | 64 ] |
| 61 } | 65 } |
| 62 ] | 66 ] |
| 63 } | 67 } |
| 64 | 68 |
| OLD | NEW |