| Index: third_party/WebKit/LayoutTests/animations/timing-functions.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/timing-functions.html b/third_party/WebKit/LayoutTests/animations/timing-functions.html
|
| index cb03f8134bfe1486b1437884fde99f9bd5020db3..be5f0418c224464d3bea890a39f8a6c03491af2e 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/timing-functions.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/timing-functions.html
|
| @@ -70,7 +70,7 @@
|
| }
|
| /*
|
| * The step-middle functions are invalid except through the Web Animations API
|
| - * and should behave like 'ease', unless step-middle has been added to the CSS specification.
|
| + * (where they are deprecated) and should behave like 'ease'.
|
| */
|
| #middlebox1 {
|
| animation-timing-function: steps(3, middle);
|
|
|