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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

Issue 2529043002: [CSS Typed OM] Add a property test generator for testing the inline StylePropertyMap (Closed)
Patch Set: Add expectation files Created 4 years, 1 month 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/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index fbe02bbf4e3d97f6f7adb39eb1073064f1696bdc..a904c26bff65eee6955a02e51fbb6c6c63aef34f 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -119,7 +119,7 @@
// Animation Priority properties
animation-delay custom_all
-animation-direction custom_all
+animation-direction keywords=[normal|reverse|alternate|alternate-reverse], supports_multiple, custom_all
dstockwell 2016/11/29 06:26:35 supports_multiple is a really weird name btw, some
meade_UTC10 2016/12/01 03:50:41 I'll follow the naming up in a separate patch. As
animation-duration custom_all
animation-fill-mode custom_all
animation-iteration-count keywords=[infinite], supports_multiple, custom_all

Powered by Google App Engine
This is Rietveld 408576698