| Index: LayoutTests/animations/fill-mode-forwards2.html
|
| diff --git a/LayoutTests/animations/fill-mode-forwards2.html b/LayoutTests/animations/fill-mode-forwards2.html
|
| index 4c2c97cc6c09dff95faa8d4e35ffb63ddfbf120f..04dde40ac84e538877cf74b3b7e398788ac75af0 100644
|
| --- a/LayoutTests/animations/fill-mode-forwards2.html
|
| +++ b/LayoutTests/animations/fill-mode-forwards2.html
|
| @@ -38,10 +38,10 @@
|
| -webkit-animation-fill-mode: forwards;
|
| }
|
| @-webkit-keyframes pop {
|
| - 0% { -webkit-transform: scale(0.05); opacity: 0; }
|
| - 33% { -webkit-transform: scale(1.00); opacity: 1; }
|
| - 66% { -webkit-transform: scale(1.66); opacity: 1; }
|
| - 100% { -webkit-transform: scale(0.95); opacity: 0.5; }
|
| + 0% { transform: scale(0.05); opacity: 0; }
|
| + 33% { transform: scale(1.00); opacity: 1; }
|
| + 66% { transform: scale(1.66); opacity: 1; }
|
| + 100% { transform: scale(0.95); opacity: 0.5; }
|
| }
|
| </style>
|
| </head>
|
|
|