Update web-platform-tests to revision 66dc9c93f2c8ebd7c8fdc28fae20d92713c97806

This commit is contained in:
WPT Sync Bot 2019-06-26 10:22:48 +00:00
parent e488ea750b
commit 12f4ae132e
1651 changed files with 8123 additions and 14152 deletions

View file

@ -430,11 +430,11 @@ test(t => {
'Animated filter list at 50s of the first iteration');
anim.currentTime = anim.effect.getComputedTiming().duration * 2;
assert_equals(getComputedStyle(div).filter,
'sepia(2) contrast(3)',
'sepia(1) contrast(3)',
'Animated filter list at 0s of the third iteration');
anim.currentTime += anim.effect.getComputedTiming().duration / 2;
assert_equals(getComputedStyle(div).filter,
'sepia(2.5) contrast(3.5)',
'sepia(1) contrast(3.5)',
'Animated filter list at 50s of the third iteration');
}, 'iteration composition of different length filter list animation');