| Index: LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
|
| diff --git a/LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt b/LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
|
| similarity index 60%
|
| copy from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt
|
| copy to LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
|
| index f12bdae3a9b284594b18fcbda06f904760475d50..dbe6f6d5aec2a5b04282e0182a8f8893f281c204 100644
|
| --- a/LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt
|
| +++ b/LayoutTests/compositing/squashing/squashing-inside-perspective-expected.txt
|
| @@ -8,28 +8,34 @@
|
| "children": [
|
| {
|
| "position": [8, 8],
|
| - "bounds": [122, 242],
|
| "children": [
|
| {
|
| - "position": [1, 1],
|
| - "bounds": [120, 240],
|
| + "shouldFlattenTransform": false,
|
| + "transform": [
|
| + [1, 0, 0, 0],
|
| + [0, 1, 0, 0],
|
| + [0, 0, 1, -0.001],
|
| + [0, 0, 0, 1]
|
| + ],
|
| "children": [
|
| {
|
| - "position": [10, 10],
|
| - "bounds": [100, 100],
|
| + "bounds": [200, 200],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| + "backgroundColor": "#00008B",
|
| "transform": [
|
| [1, 0, 0, 0],
|
| [0, 1, 0, 0],
|
| [0, 0, 1, 0],
|
| - [0, 0, 1, 1]
|
| + [0, 74, 200, 1]
|
| ]
|
| }
|
| ]
|
| }
|
| ]
|
| + },
|
| + {
|
| + "position": [8, 8]
|
| }
|
| ]
|
| }
|
|
|