| 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 "children": [ | 8 "children": [ |
| 9 { | 9 { |
| 10 "position": [38, 38], | 10 "position": [38, 38], |
| 11 "bounds": [90, 90], | 11 "bounds": [90, 90], |
| 12 "drawsContent": true, | 12 "drawsContent": true, |
| 13 "backfaceVisibility": "hidden", | 13 "backfaceVisibility": "hidden", |
| 14 "backgroundColor": "#008000", | 14 "backgroundColor": "#008000", |
| 15 "repaintRects": [ | 15 "paintInvalidations": [ |
| 16 [0, 0, 70, 70], | 16 { |
| 17 [-30, -30, 50, 100], | 17 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
| 18 [-30, -30, 50, 50] | 18 "rect": [0, 0, 70, 70], |
| 19 ], | 19 "reason": "full" |
| 20 "paintInvalidationClients": [ | 20 }, |
| 21 "##ALL##", | 21 { |
| 22 "LayoutBlockFlow (positioned) DIV id='composited-box'", | 22 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
| 23 "LayoutBlockFlow DIV class='child'" | 23 "rect": [-30, -30, 50, 100], |
| 24 "reason": "style change" |
| 25 }, |
| 26 { |
| 27 "object": "LayoutBlockFlow DIV class='child'", |
| 28 "rect": [-30, -30, 50, 50], |
| 29 "reason": "style change" |
| 30 } |
| 24 ], | 31 ], |
| 25 "children": [ | 32 "children": [ |
| 26 { | 33 { |
| 27 "bounds": [90, 90], | 34 "bounds": [90, 90], |
| 28 "children": [ | 35 "children": [ |
| 29 { | 36 { |
| 30 "position": [-30, 20], | 37 "position": [-30, 20], |
| 31 "bounds": [50, 50], | 38 "bounds": [50, 50], |
| 32 "contentsOpaque": true, | 39 "contentsOpaque": true, |
| 33 "drawsContent": true, | 40 "drawsContent": true, |
| 34 "backfaceVisibility": "hidden", | 41 "backfaceVisibility": "hidden", |
| 35 "backgroundColor": "#008000" | 42 "backgroundColor": "#008000" |
| 36 } | 43 } |
| 37 ] | 44 ] |
| 38 } | 45 } |
| 39 ] | 46 ] |
| 40 } | 47 } |
| 41 ] | 48 ] |
| 42 } | 49 } |
| 43 ] | 50 ] |
| 44 } | 51 } |
| 45 | 52 |
| OLD | NEW |