| 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": [7, 57], | 10 "position": [7, 57], |
| 11 "bounds": [394, 484], | 11 "bounds": [394, 484], |
| 12 "drawsContent": true, | 12 "drawsContent": true, |
| 13 "backfaceVisibility": "hidden", | 13 "backfaceVisibility": "hidden", |
| 14 "backgroundColor": "#FFFF00", | 14 "backgroundColor": "#FFFF00", |
| 15 "repaintRects": [ | 15 "repaintRects": [ |
| 16 [1, 1, 200, 200], | 16 [1, 1, 200, 200], |
| 17 [0, 0, 394, 484], | 17 [0, 0, 394, 484], |
| 18 [0, 0, 200, 200] | 18 [0, 0, 200, 200] |
| 19 ], |
| 20 "paintInvalidationClients": [ |
| 21 "##ALL##", |
| 22 "LayoutBlockFlow DIV id='target'" |
| 19 ] | 23 ] |
| 20 }, | 24 }, |
| 21 { | 25 { |
| 22 "position": [100, 100], | 26 "position": [100, 100], |
| 23 "transformOrigin": [150, 150], | 27 "transformOrigin": [150, 150], |
| 24 "bounds": [440, 300], | 28 "bounds": [440, 300], |
| 25 "drawsContent": true, | 29 "drawsContent": true, |
| 26 "backgroundColor": "#0000FF", | 30 "backgroundColor": "#0000FF", |
| 27 "transform": [ | 31 "transform": [ |
| 28 [0, 1, 0, 0], | 32 [0, 1, 0, 0], |
| 29 [-1, 0, 0, 0], | 33 [-1, 0, 0, 0], |
| 30 [0, 0, 1, 0], | 34 [0, 0, 1, 0], |
| 31 [0, 0, 0, 1] | 35 [0, 0, 0, 1] |
| 32 ] | 36 ] |
| 33 } | 37 } |
| 34 ] | 38 ] |
| 35 } | 39 } |
| 36 ] | 40 ] |
| 37 } | 41 } |
| 38 | 42 |
| OLD | NEW |