mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b'c9946198c9ee19db3b4974a388fae45da844a94a'
This commit is contained in:
parent
8dfd613aa1
commit
06e9d5a631
366 changed files with 8783 additions and 2336 deletions
|
@ -62,6 +62,7 @@
|
|||
promise_test(async t => {
|
||||
target.classList.add('anim-1');
|
||||
const anim = target.getAnimations()[0];
|
||||
await anim.ready;
|
||||
t.add_cleanup(() => {
|
||||
target.classList.remove('anim-1');
|
||||
});
|
||||
|
@ -92,6 +93,8 @@
|
|||
promise_test(async t => {
|
||||
target.classList.add('anim-2');
|
||||
const anim = target.getAnimations()[0];
|
||||
await anim.ready;
|
||||
|
||||
t.add_cleanup(() => {
|
||||
target.classList.remove('anim-2');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue