mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision d3cf77a7b8c20c678b725238eaa8a72eca3787ae
This commit is contained in:
parent
880f3b8b7a
commit
efca990ffe
541 changed files with 8000 additions and 2276 deletions
|
@ -93,6 +93,9 @@ function getPseudoElement(test, type) {
|
|||
[`.pseudo::${type}`]: 'animation: anim 10s; ' +
|
||||
'content: \'\';' });
|
||||
const div = createDiv(test);
|
||||
if (type == 'marker') {
|
||||
div.style.display = 'list-item';
|
||||
}
|
||||
div.classList.add('pseudo');
|
||||
const anims = document.getAnimations();
|
||||
assert_true(anims.length >= 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue