Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
[web-animations-1] Fix typo in test (#19554)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer authored Oct 7, 2019
1 parent 2ae499f commit d9a9f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ const filterListType = {
[{ time: 500,
// Per the spec: The initial value for interpolation is all length values
// set to 0 and the used color set to transparent.
expected: 'blur(5px) drop-shadow(rgba(0, 0, 255, 0.4) 5px 5px 5px' }]);
expected: 'blur(5px) drop-shadow(rgba(0, 0, 255, 0.4) 5px 5px 5px)' }]);
}, `${property}: interpolate different length of filter-function-list`
+ ' with drop-shadow function');

Expand Down

0 comments on commit d9a9f29

Please sign in to comment.