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

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

Issue 2121913002: [Typed OM] Add CSSValue -> CSSNumberValue conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/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 593a53b3f1811d3d9556fdf22e24e919416bb739..102f798ac69f08cec5dc61a4f6d0593b4ebdb096 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -128,7 +128,7 @@ animation-delay custom_all
animation-direction custom_all
animation-duration custom_all
animation-fill-mode custom_all
-animation-iteration-count custom_all
+animation-iteration-count typedom_types=[Number], keywords=[infinite], supports_multiple, custom_all
animation-name custom_all
animation-play-state custom_all
animation-timing-function custom_all

Powered by Google App Engine
This is Rietveld 408576698