| OLD | NEW |
| 1 Test CSS clip with composited layers. Left and right sides should look the same. | 1 Test CSS clip with composited layers. Left and right sides should look the same. |
| 2 | 2 |
| 3 { | 3 { |
| 4 "name": "Content Root Layer", |
| 4 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 5 "children": [ | 6 "children": [ |
| 6 { | 7 { |
| 8 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 9 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 10 "contentsOpaque": true, |
| 9 "drawsContent": true, | 11 "drawsContent": true, |
| 10 "children": [ | 12 "children": [ |
| 11 { | 13 { |
| 14 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", |
| 12 "position": [15, 15], | 15 "position": [15, 15], |
| 13 "bounds": [110, 110], | 16 "bounds": [110, 110], |
| 14 "drawsContent": true, | 17 "drawsContent": true, |
| 15 "backgroundColor": "#808080", | 18 "backgroundColor": "#808080", |
| 16 "transform": [ | 19 "transform": [ |
| 17 [1, 0, 0, 0], | 20 [1, 0, 0, 0], |
| 18 [0, 1, 0, 0], | 21 [0, 1, 0, 0], |
| 19 [0, 0, 1, 0], | 22 [0, 0, 1, 0], |
| 20 [0, 0, 1, 1] | 23 [0, 0, 1, 1] |
| 21 ] | 24 ] |
| 22 }, | 25 }, |
| 23 { | 26 { |
| 27 "name": "Ancestor Clipping Layer", |
| 24 "position": [215, 15], | 28 "position": [215, 15], |
| 25 "bounds": [110, 110], | 29 "bounds": [110, 110], |
| 26 "shouldFlattenTransform": false, | 30 "shouldFlattenTransform": false, |
| 27 "children": [ | 31 "children": [ |
| 28 { | 32 { |
| 33 "name": "LayoutBlockFlow (relative positioned) DIV class='composit
ed inner'", |
| 29 "position": [-5, -5], | 34 "position": [-5, -5], |
| 30 "bounds": [120, 120], | 35 "bounds": [120, 120], |
| 31 "drawsContent": true, | 36 "drawsContent": true, |
| 32 "backgroundColor": "#00000033", | 37 "backgroundColor": "#00000033", |
| 33 "transform": [ | 38 "transform": [ |
| 34 [1, 0, 0, 0], | 39 [1, 0, 0, 0], |
| 35 [0, 1, 0, 0], | 40 [0, 1, 0, 0], |
| 36 [0, 0, 1, 0], | 41 [0, 0, 1, 0], |
| 37 [0, 0, 1, 1] | 42 [0, 0, 1, 1] |
| 38 ] | 43 ] |
| 39 } | 44 } |
| 40 ] | 45 ] |
| 41 } | 46 } |
| 42 ] | 47 ] |
| 43 } | 48 } |
| 44 ] | 49 ] |
| 45 } | 50 } |
| 46 | 51 |
| OLD | NEW |