Update web-platform-tests to revision dd4a8e0b6a3b81d5008478c8d73ba5aa296441b2

This commit is contained in:
WPT Sync Bot 2020-11-20 08:21:46 +00:00
parent 30347a4934
commit fbd8987f23
122 changed files with 841 additions and 429 deletions

View file

@ -39,7 +39,7 @@ test(() => {
}, 'The animation-timeline property shows up in CSSStyleDeclaration enumeration');
test(() => {
let style = getComputedStyle(document.getElementById('target'));
let style = document.getElementById('target').style;
assert_not_equals(style.cssText.indexOf('animation-timeline'), -1);
}, 'The animation-timeline property shows up in CSSStyleDeclaration.cssText');
</script>