Perma html/rendering/replaced-elements/attributes-for-embedded-content-and-images/picture-aspect-ratio.html | Make sure style gets invalidated correctly when the source gets removed. when Gecko 88 merges to Beta on 2021-03-22
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | unaffected |
firefox88 | + | verified |
People
(Reporter: aryx, Assigned: aryx)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
TEST-UNEXPECTED-FAIL | /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/picture-aspect-ratio.html | Make sure style gets invalidated correctly when the source gets removed. - assert_equals: expected (string) "auto 250 / 50" but got (undefined) undefined
TEST-UNEXPECTED-FAIL | /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/picture-aspect-ratio.html | If we don't have width/height on the source, we fall back to width/height on the <img>. - assert_equals: expected (string) "auto 200 / 100" but got (undefined) undefined
![]() |
Assignee | |
Comment 1•4 years ago
|
||
The test got added in bug 1690596 and reorganized in bug 1694476. Because
'aspect-ratio' is disabled outside Nightly (controlled by preference
layout.css.aspect-ratio.enabled), the test steps fail with Beta and Release
configurations.
'aspect-ratio' will ship once bug 1672073 has been resolved.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
bugherder |
Updated•4 years ago
|
![]() |
Assignee | |
Comment 4•4 years ago
|
||
Verified fixed with today's central-as-beta simulation.
Updated•4 years ago
|
Updated•4 years ago
|
Description
•