[CSS Animations] Firefox only web platform test failures
Categories
(Core :: CSS Transitions and Animations, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: automatedtester, Assigned: boris)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The following tests are failing in Firefox but passing in chrome and safari
/css/css-animations/idlharness.html [1 subtests]
[edit by dholbert: for clarity, I'm snipping out a handful of tests that were briefly reported on the dashboard as Firefox-only failures (due to test bugs, I think), and hence ended up in this initial comment, but aren't actually listed as Firefox-only failures anymore]
see https://jgraham.github.io/wptdash/?bugComponent=core%3A%3Acss+parsing+and+computation
Reporter | ||
Comment 1•6 years ago
|
||
The true failure is in /css/css-animations/idlharness.html [1 subtests]
Comment 2•6 years ago
|
||
So far as I can tell we're missing [PutForwards=cssText]
on the style
attribute on CSSKeyframeRule
.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Add SameObject
and PutForwards=cssText
to style attribute.
It's ok to add SameObject directly because we always return the same
data member after creating.
Besides, there is no need to manually update cpp function to support
PutForwards, so this update should be fine.
Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
Description
•