File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -880,14 +880,6 @@ RefPtr<StyleValue const> CSSStyleProperties::style_value_for_computed_property(L
880880 auto const & animation_duration_computed_value = get_computed_value (PropertyID::AnimationDuration);
881881
882882 if (animation_timeline_computed_value.as_value_list ().size () == 1 && animation_timeline_computed_value.as_value_list ().values ()[0 ]->to_keyword () == Keyword::Auto) {
883-
884- // FIXME: We can remove these two branches once parse_comma_separated_value_list always returns StyleValueList.
885- if (animation_duration_computed_value.to_keyword () == Keyword::Auto)
886- return TimeStyleValue::create (Time::make_seconds (0 ));
887-
888- if (!animation_duration_computed_value.is_value_list ())
889- return animation_duration_computed_value;
890-
891883 StyleValueVector resolved_durations;
892884
893885 for (auto const & duration : animation_duration_computed_value.as_value_list ().values ()) {
You can’t perform that action at this time.
0 commit comments