| Index: LayoutTests/transforms/current-transformation-matrix.html
|
| diff --git a/LayoutTests/transforms/combine-transforms-properties-motion-path.html b/LayoutTests/transforms/current-transformation-matrix.html
|
| similarity index 71%
|
| copy from LayoutTests/transforms/combine-transforms-properties-motion-path.html
|
| copy to LayoutTests/transforms/current-transformation-matrix.html
|
| index 20eb0ca770019d405e66e730d972f4cae3b02304..ff1fd40cfd713372361200d6e9251fa40c24a3fc 100644
|
| --- a/LayoutTests/transforms/combine-transforms-properties-motion-path.html
|
| +++ b/LayoutTests/transforms/current-transformation-matrix.html
|
| @@ -13,11 +13,12 @@ div {
|
| translate: 200px 10px;
|
| rotate: 90deg;
|
| scale: 1 2;
|
| - motion: path("m 0 0 v -20 h 20") 0rad 100%;
|
| + motion: path("m 0 0 v -30 h 40") 0rad 100%;
|
| + transform: scale(3, 4);
|
| }
|
| #expected {
|
| background-color: green;
|
| - transform: translate(240px, 30px) rotate(90deg) scale(1, 2);
|
| + transform: translate(200px, 10px) rotate(90deg) scale(1, 2) translate(-10px, -80px) scale(3, 4);
|
| }
|
| </style>
|
|
|
|
|