| Index: third_party/WebKit/LayoutTests/animations/animation-none-keyword.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/animation-none-keyword.html b/third_party/WebKit/LayoutTests/animations/animation-none-keyword.html
|
| index bb9c51dbae5602854ecd85036109b30ac03fe6f1..da37b38d700cd418f0fba3b655592ca7e06d07c9 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/animation-none-keyword.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/animation-none-keyword.html
|
| @@ -5,12 +5,12 @@
|
| <style>
|
| #test {
|
| max-width: none;
|
| - -webkit-animation-duration: 2s;
|
| - -webkit-animation-timing-function: linear;
|
| - -webkit-animation-name: none-test;
|
| + animation-duration: 2s;
|
| + animation-timing-function: linear;
|
| + animation-name: none-test;
|
| }
|
|
|
| - @-webkit-keyframes none-test {
|
| + @keyframes none-test {
|
| 25% { max-width: 10px; }
|
| 75% { max-width: 10px; }
|
| }
|
|
|