Open Bug 1371151 Opened 7 years ago Updated 2 years ago

Should test either valid 'inherit' value returns during animation in w-p-t

Categories

(Core :: DOM: Animation, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: daisuke, Unassigned)

Details

We need to test either valid 'inherit' value returns during animation in web platform test.
( This means to test clone_XX methods in stylo )

e.g. 
`target.animate({ alignContent: ["center", "inherit"] }, { duration: 1000, delay: -500 });`
`getComputedStyle(target).alignContent === (should be same to parent style)`
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.