| Index: third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html b/third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html
|
| index 21960215bad5364fe6cf48f67fa7c53ef75316d0..ed10046e0e01db7d260821361dd797b80c18d603 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.html
|
| @@ -3,9 +3,9 @@
|
| <style>
|
| p {
|
| transform: rotateX(0deg);
|
| - -webkit-animation: 1s empty;
|
| + animation: 1s empty;
|
| }
|
| -@-webkit-keyframes empty {
|
| +@keyframes empty {
|
| }
|
| </style>
|
|
|
|
|