Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1247)

Unified Diff: third_party/WebKit/LayoutTests/animations/timing-functions.html

Issue 2927123005: Deprecate step timing with position 'middle' (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698