| Index: LayoutTests/transitions/transform-op-list-match.html
|
| diff --git a/LayoutTests/transitions/transform-op-list-match.html b/LayoutTests/transitions/transform-op-list-match.html
|
| index 3d83b99562dddd3a932e81c665c7eff6d10f2e30..0aa42f0864deb75249465bd0d682732ce610d280 100644
|
| --- a/LayoutTests/transitions/transform-op-list-match.html
|
| +++ b/LayoutTests/transitions/transform-op-list-match.html
|
| @@ -7,10 +7,10 @@
|
| height: 100px;
|
| width: 100px;
|
| background-color: blue;
|
| - -webkit-transform: translateX(0px) rotate(0deg);
|
| + transform: translateX(0px) rotate(0deg);
|
| -webkit-transition-duration: 2s;
|
| -webkit-transition-timing-function: linear;
|
| - -webkit-transition-property: -webkit-transform;
|
| + -webkit-transition-property: transform;
|
| }
|
| </style>
|
| <script src="../animations/resources/animation-test-helpers.js"></script>
|
|
|