OLD | NEW |
(Empty) | |
| 1 { |
| 2 "bounds": [800, 600], |
| 3 "children": [ |
| 4 { |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true, |
| 8 "repaintRects": [ |
| 9 [1, 1, 100, 100], |
| 10 [1, 1, 100, 100] |
| 11 ], |
| 12 "paintInvalidationClients": [ |
| 13 "LayoutBlockFlow DIV id='target'", |
| 14 "LayoutBlockFlow DIV id='child'" |
| 15 ], |
| 16 "children": [ |
| 17 { |
| 18 "position": [8, 8] |
| 19 }, |
| 20 { |
| 21 "shouldFlattenTransform": false, |
| 22 "children": [ |
| 23 { |
| 24 "position": [8, 8], |
| 25 "bounds": [784, 52], |
| 26 "drawsContent": true, |
| 27 "repaintRects": [ |
| 28 [1, 1, 100, 100], |
| 29 [1, 1, 100, 100], |
| 30 [0, 52, 784, 49] |
| 31 ], |
| 32 "paintInvalidationClients": [ |
| 33 "LayoutBlockFlow DIV id='target'", |
| 34 "LayoutBlockFlow DIV id='child'", |
| 35 "LayoutBlockFlow (relative positioned) DIV" |
| 36 ] |
| 37 }, |
| 38 { |
| 39 "position": [9, 9], |
| 40 "bounds": [100, 100], |
| 41 "drawsContent": true, |
| 42 "repaintRects": [ |
| 43 [0, 0, 100, 100], |
| 44 [0, 0, 100, 100] |
| 45 ], |
| 46 "paintInvalidationClients": [ |
| 47 "LayoutBlockFlow DIV id='target'", |
| 48 "LayoutBlockFlow DIV id='child'" |
| 49 ] |
| 50 } |
| 51 ] |
| 52 } |
| 53 ] |
| 54 } |
| 55 ] |
| 56 } |
| 57 |
OLD | NEW |