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

Commit d9a9f29

Browse files
[web-animations-1] Fix typo in test (#19554)
1 parent 2ae499f commit d9a9f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-animations/animation-model/animation-types/property-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ const filterListType = {
22052205
[{ time: 500,
22062206
// Per the spec: The initial value for interpolation is all length values
22072207
// set to 0 and the used color set to transparent.
2208-
expected: 'blur(5px) drop-shadow(rgba(0, 0, 255, 0.4) 5px 5px 5px' }]);
2208+
expected: 'blur(5px) drop-shadow(rgba(0, 0, 255, 0.4) 5px 5px 5px)' }]);
22092209
}, `${property}: interpolate different length of filter-function-list`
22102210
+ ' with drop-shadow function');
22112211

0 commit comments

Comments
 (0)