Update web-platform-tests to revision e710d1d6bbe007a6a9344f79e17b445cf97cc623

This commit is contained in:
WPT Sync Bot 2019-10-09 10:23:00 +00:00
parent ec408e9a57
commit 5a5336aaf0
1981 changed files with 64719 additions and 2377 deletions

View file

@ -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');