| Index: LayoutTests/animations/insert-composited-animation-expected.html
|
| diff --git a/LayoutTests/animations/composited-animation-style-update-expected.html b/LayoutTests/animations/insert-composited-animation-expected.html
|
| similarity index 70%
|
| copy from LayoutTests/animations/composited-animation-style-update-expected.html
|
| copy to LayoutTests/animations/insert-composited-animation-expected.html
|
| index dd034e9ae674aa5349464fce7a4929923fa4451a..5d963b71e60c5c3a6023ea8c2078addf9aa75d9a 100644
|
| --- a/LayoutTests/animations/composited-animation-style-update-expected.html
|
| +++ b/LayoutTests/animations/insert-composited-animation-expected.html
|
| @@ -4,9 +4,8 @@ div {
|
| position: absolute;
|
| width: 100px;
|
| height: 100px;
|
| - font-size: 50px;
|
| background: green;
|
| - transform: translate(1em, 1em);
|
| + transform: translate(50px, 50px);
|
| }
|
| </style>
|
| <div></div>
|
|
|