| 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 "layers": [ |
| 5 "bounds": [800, 600], | |
| 6 "children": [ | |
| 7 { | 5 { |
| 8 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 9 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 10 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true |
| 10 }, |
| 11 { |
| 12 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", |
| 13 "position": [25, 35], |
| 14 "transformOrigin": [45, 35], |
| 15 "bounds": [90, 80], |
| 16 "contentsOpaque": true, |
| 11 "drawsContent": true, | 17 "drawsContent": true, |
| 12 "children": [ | 18 "backgroundColor": "#808080", |
| 13 { | 19 "transform": [ |
| 14 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", | 20 [1, 0, 0, 0], |
| 15 "position": [25, 35], | 21 [0, 1, 0, 0], |
| 16 "transformOrigin": [45, 35], | 22 [0, 0, 1, 0], |
| 17 "bounds": [90, 80], | 23 [0, 0, 1, 1] |
| 18 "contentsOpaque": true, | 24 ] |
| 19 "drawsContent": true, | 25 }, |
| 20 "backgroundColor": "#808080", | 26 { |
| 21 "transform": [ | 27 "name": "Ancestor Clipping Layer", |
| 22 [1, 0, 0, 0], | 28 "position": [225, 35], |
| 23 [0, 1, 0, 0], | 29 "bounds": [90, 80], |
| 24 [0, 0, 1, 0], | 30 "shouldFlattenTransform": false |
| 25 [0, 0, 1, 1] | 31 }, |
| 26 ] | 32 { |
| 27 }, | 33 "name": "LayoutBlockFlow (relative positioned) DIV class='composited inner
'", |
| 28 { | 34 "position": [-15, -25], |
| 29 "name": "Ancestor Clipping Layer", | 35 "bounds": [120, 120], |
| 30 "position": [225, 35], | 36 "drawsContent": true, |
| 31 "bounds": [90, 80], | 37 "backgroundColor": "#00000033", |
| 32 "shouldFlattenTransform": false, | 38 "transform": [ |
| 33 "children": [ | 39 [1, 0, 0, 0], |
| 34 { | 40 [0, 1, 0, 0], |
| 35 "name": "LayoutBlockFlow (relative positioned) DIV class='composit
ed inner'", | 41 [0, 0, 1, 0], |
| 36 "position": [-15, -25], | 42 [0, 0, 1, 1] |
| 37 "bounds": [120, 120], | |
| 38 "drawsContent": true, | |
| 39 "backgroundColor": "#00000033", | |
| 40 "transform": [ | |
| 41 [1, 0, 0, 0], | |
| 42 [0, 1, 0, 0], | |
| 43 [0, 0, 1, 0], | |
| 44 [0, 0, 1, 1] | |
| 45 ] | |
| 46 } | |
| 47 ] | |
| 48 } | |
| 49 ] | 43 ] |
| 50 } | 44 } |
| 51 ] | 45 ] |
| 52 } | 46 } |
| 53 | 47 |
| OLD | NEW |