Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This tests that squashed layers' offset from renderer is updated properly. If no t properly updated, the two divs will appear to be aligned vertically in the pix el results, while really the blue div ('squashed') should be offset 100px left o f the green ('host'). | 1 This tests that squashed layers' offset from renderer is updated properly. If no t properly updated, the two divs will appear to be aligned vertically in the pix el results, while really the blue div ('squashed') should be offset 100px left o f the green ('host'). |
| 2 | 2 |
| 3 { | 3 { |
| 4 "bounds": [800, 600], | 4 "bounds": [800, 600], |
| 5 "children": [ | 5 "children": [ |
| 6 { | 6 { |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "children": [ | 10 "children": [ |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 30 "bounds": [100, 100], | 30 "bounds": [100, 100], |
| 31 "drawsContent": true | 31 "drawsContent": true |
| 32 } | 32 } |
| 33 ] | 33 ] |
| 34 } | 34 } |
| 35 ] | 35 ] |
| 36 } | 36 } |
| 37 ] | 37 ] |
| 38 } | 38 } |
| 39 | 39 |
| OLD | NEW |