| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "bounds": [100, 100], | 65 "bounds": [100, 100], |
| 66 "contentsOpaque": true, | 66 "contentsOpaque": true, |
| 67 "drawsContent": true, | 67 "drawsContent": true, |
| 68 "backgroundColor": "#008000", | 68 "backgroundColor": "#008000", |
| 69 "transform": [ | 69 "transform": [ |
| 70 [0.927183854566787, 0.374606593415912, 0, 0], | 70 [0.927183854566787, 0.374606593415912, 0, 0], |
| 71 [-0.374606593415912, 0.927183854566787, 0, 0], | 71 [-0.374606593415912, 0.927183854566787, 0, 0], |
| 72 [0, 0, 1, 0], | 72 [0, 0, 1, 0], |
| 73 [0, 0, 0, 1] | 73 [0, 0, 0, 1] |
| 74 ], | 74 ], |
| 75 "repaintRects": [ | 75 "paintInvalidations": [ |
| 76 [0, 0, 100, 100] | 76 { |
| 77 "object": "LayoutBlockFlow (positioned) DIV class='box middle'
", |
| 78 "rect": [0, 0, 100, 100], |
| 79 "reason": "style change" |
| 80 } |
| 77 ] | 81 ] |
| 78 }, | 82 }, |
| 79 { | 83 { |
| 80 "position": [180, 180], | 84 "position": [180, 180], |
| 81 "bounds": [100, 100], | 85 "bounds": [100, 100], |
| 82 "drawsContent": true | 86 "drawsContent": true |
| 83 } | 87 } |
| 84 ] | 88 ] |
| 85 } | 89 } |
| 86 ] | 90 ] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 111 "bounds": [100, 100], | 115 "bounds": [100, 100], |
| 112 "contentsOpaque": true, | 116 "contentsOpaque": true, |
| 113 "drawsContent": true, | 117 "drawsContent": true, |
| 114 "backgroundColor": "#008000", | 118 "backgroundColor": "#008000", |
| 115 "transform": [ | 119 "transform": [ |
| 116 [0.927183854566787, 0.374606593415912, 0, 0], | 120 [0.927183854566787, 0.374606593415912, 0, 0], |
| 117 [-0.374606593415912, 0.927183854566787, 0, 0], | 121 [-0.374606593415912, 0.927183854566787, 0, 0], |
| 118 [0, 0, 1, 0], | 122 [0, 0, 1, 0], |
| 119 [0, 0, 0, 1] | 123 [0, 0, 0, 1] |
| 120 ], | 124 ], |
| 121 "repaintRects": [ | 125 "paintInvalidations": [ |
| 122 [12, 17, 66, 66], | 126 { |
| 123 [0, 0, 100, 100] | 127 "object": "LayoutBlockFlow (positioned) DIV class='box middle'
", |
| 128 "rect": [0, 0, 100, 100], |
| 129 "reason": "style change" |
| 130 }, |
| 131 { |
| 132 "object": "LayoutBlockFlow (positioned) DIV class='smallbox'", |
| 133 "rect": [12, 17, 66, 66], |
| 134 "reason": "style change" |
| 135 } |
| 124 ] | 136 ] |
| 125 }, | 137 }, |
| 126 { | 138 { |
| 127 "position": [180, 180], | 139 "position": [180, 180], |
| 128 "bounds": [100, 100], | 140 "bounds": [100, 100], |
| 129 "drawsContent": true | 141 "drawsContent": true |
| 130 } | 142 } |
| 131 ] | 143 ] |
| 132 } | 144 } |
| 133 ] | 145 ] |
| 134 } | 146 } |
| 135 ] | 147 ] |
| 136 } | 148 } |
| 137 | 149 |
| OLD | NEW |