mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update web-platform-tests to revision 256b4685b8e702c14ed854347f23f4979edbfc8e
This commit is contained in:
parent
bac9903fbe
commit
45c91aa0cb
134 changed files with 1297 additions and 426 deletions
|
@ -121,6 +121,15 @@ const tests = {
|
|||
},
|
||||
});
|
||||
},
|
||||
pseudoElement: MakeInEffectTest({
|
||||
setup: elem => elem.animate(
|
||||
{opacity: [0.5, 1]},
|
||||
{duration: 100 * MS_PER_SEC, pseudoElement: '::before'}
|
||||
),
|
||||
test: effect => {
|
||||
effect.pseudoElement = null;
|
||||
},
|
||||
}),
|
||||
iterationComposite: UsePropertyTest(effect => {
|
||||
// Get iterationComposite
|
||||
effect.iterationComposite;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue