mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update web-platform-tests to revision dd4a8e0b6a3b81d5008478c8d73ba5aa296441b2
This commit is contained in:
parent
30347a4934
commit
fbd8987f23
122 changed files with 841 additions and 429 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue