| 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 "paintInvalidationClients": [ | 8 "paintInvalidations": [ |
| 9 "LayoutBlockFlow DIV id='target'", | 9 { |
| 10 "LayoutBlockFlow DIV id='child'" | 10 "object": "LayoutBlockFlow DIV id='child'", |
| 11 "rect": [0, 0, 0, 0], |
| 12 "reason": "layer" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutBlockFlow DIV id='target'", |
| 16 "rect": [0, 0, 0, 0], |
| 17 "reason": "layer" |
| 18 } |
| 11 ], | 19 ], |
| 12 "children": [ | 20 "children": [ |
| 13 { | 21 { |
| 14 "position": [8, 8] | 22 "position": [8, 8] |
| 15 }, | 23 }, |
| 16 { | 24 { |
| 17 "shouldFlattenTransform": false, | 25 "shouldFlattenTransform": false, |
| 18 "children": [ | 26 "children": [ |
| 19 { | 27 { |
| 20 "position": [8, 8], | 28 "position": [8, 8], |
| 21 "bounds": [784, 52], | 29 "bounds": [784, 52], |
| 22 "drawsContent": true, | 30 "drawsContent": true, |
| 23 "repaintRects": [ | 31 "paintInvalidations": [ |
| 24 [1, 1, 100, 100], | 32 { |
| 25 [1, 1, 100, 100], | 33 "object": "LayoutBlockFlow (relative positioned) DIV", |
| 26 [0, 52, 784, 49] | 34 "rect": [0, 52, 784, 49], |
| 27 ], | 35 "reason": "incremental" |
| 28 "paintInvalidationClients": [ | 36 }, |
| 29 "LayoutBlockFlow DIV id='target'", | 37 { |
| 30 "LayoutBlockFlow DIV id='child'", | 38 "object": "LayoutBlockFlow DIV id='child'", |
| 31 "LayoutBlockFlow (relative positioned) DIV" | 39 "rect": [1, 1, 100, 100], |
| 40 "reason": "layer" |
| 41 }, |
| 42 { |
| 43 "object": "LayoutBlockFlow DIV id='target'", |
| 44 "rect": [1, 1, 100, 100], |
| 45 "reason": "layer" |
| 46 } |
| 32 ] | 47 ] |
| 33 }, | 48 }, |
| 34 { | 49 { |
| 35 "position": [9, 9], | 50 "position": [9, 9], |
| 36 "bounds": [100, 100], | 51 "bounds": [100, 100], |
| 37 "drawsContent": true, | 52 "drawsContent": true, |
| 38 "repaintRects": [ | 53 "paintInvalidations": [ |
| 39 [0, 0, 100, 100], | 54 { |
| 40 [0, 0, 100, 100] | 55 "object": "LayoutBlockFlow DIV id='child'", |
| 41 ], | 56 "rect": [0, 0, 100, 100], |
| 42 "paintInvalidationClients": [ | 57 "reason": "location change" |
| 43 "LayoutBlockFlow DIV id='target'", | 58 }, |
| 44 "LayoutBlockFlow DIV id='child'" | 59 { |
| 60 "object": "LayoutBlockFlow DIV id='target'", |
| 61 "rect": [0, 0, 100, 100], |
| 62 "reason": "location change" |
| 63 } |
| 45 ] | 64 ] |
| 46 } | 65 } |
| 47 ] | 66 ] |
| 48 } | 67 } |
| 49 ] | 68 ] |
| 50 } | 69 } |
| 51 ] | 70 ] |
| 52 } | 71 } |
| 53 | 72 |
| OLD | NEW |