| Index: third_party/WebKit/LayoutTests/animations/animation-on-inline-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/animation-on-inline-crash.html b/third_party/WebKit/LayoutTests/animations/animation-on-inline-crash.html
|
| index 48f1bbb327fb2eced7710d444ccfd5d194f52854..62d3d909c9675b84de96240be98c2ae997222331 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/animation-on-inline-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/animation-on-inline-crash.html
|
| @@ -1,10 +1,10 @@
|
| <style>
|
| .box {
|
| position: relative;
|
| - -webkit-animation-delay: 5ms;
|
| - -webkit-animation-name: anim;
|
| + animation-delay: 5ms;
|
| + animation-name: anim;
|
| }
|
| - @-webkit-keyframes anim {
|
| + @keyframes anim {
|
| from { transform: translateX(10px); }
|
| }
|
| </style>
|
|
|