| Index: LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt
|
| diff --git a/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt b/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt
|
| index b15c157f986321f72ebac3e26755cc1aa34a2bac..1b13f90e2cf4b8646cfc140281a81ba2fd29b80b 100644
|
| --- a/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt
|
| +++ b/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt
|
| @@ -11,11 +11,12 @@
|
| "position": [108, 108],
|
| "children": [
|
| {
|
| + "transformOrigin": [50, 50],
|
| "shouldFlattenTransform": false,
|
| "transform": [
|
| [1, 0, 0, 0],
|
| [0, 1, 0, 0],
|
| - [-0.25, -0.25, 1, -0.005],
|
| + [0, 0, 1, -0.005],
|
| [0, 0, 0, 1]
|
| ],
|
| "children": [
|
| @@ -126,11 +127,12 @@ After:
|
| "position": [108, 108],
|
| "children": [
|
| {
|
| + "transformOrigin": [50, 50],
|
| "shouldFlattenTransform": false,
|
| "transform": [
|
| [1, 0, 0, 0],
|
| [0, 1, 0, 0],
|
| - [-0.25, -0.25, 1, -0.005],
|
| + [0, 0, 1, -0.005],
|
| [0, 0, 0, 1]
|
| ],
|
| "children": [
|
|
|