| Index: third_party/WebKit/LayoutTests/animations/animation-paused-hardware.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/animation-paused-hardware.html b/third_party/WebKit/LayoutTests/animations/animation-paused-hardware.html
|
| index db49dd44cf12797d875748de4b200521f9033f14..dbc1d7ec9968006420979c8e3459ac6d7dd27739 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/animation-paused-hardware.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/animation-paused-hardware.html
|
| @@ -8,14 +8,14 @@
|
| height: 100px;
|
| width: 100px;
|
| opacity: 1.0;
|
| - -webkit-animation-play-state: paused;
|
| - -webkit-animation-duration: 0.2s;
|
| - -webkit-animation-timing-function: linear;
|
| - -webkit-animation-name: fade;
|
| - -webkit-animation-fill-mode: forwards;
|
| + animation-play-state: paused;
|
| + animation-duration: 0.2s;
|
| + animation-timing-function: linear;
|
| + animation-name: fade;
|
| + animation-fill-mode: forwards;
|
| }
|
|
|
| - @-webkit-keyframes fade {
|
| + @keyframes fade {
|
| to { opacity: 0.3; }
|
| }
|
| </style>
|
|
|