`cqh` is unexpectedly synced with other containers
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: saschanaz, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Open the attachment and see the result.
Expected: The height of second gray line should be 2x larger than the first one (as the container is 2x larger) as in Chrome and Safari
Actual: Same height on Firefox
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
Hi Emilio, is this something you can take a look or has there been a similar report? (I couldn't find one)
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
No behavior change, but using Self is shorter and while I'm touching
this code might as well clean it up a little bit.
Assignee | ||
Comment 3•2 years ago
|
||
Much like with font-relative units, when they're used for a
non-inherited property we need to avoid using the rule cache.
This is because two elements matching the same rules won't get
guaranteed-equal non-inherited style structs.
Depends on D177732
Assignee | ||
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3a6c9c215f51
https://hg.mozilla.org/mozilla-central/rev/710b5b1b445f
Updated•2 years ago
|
Reproducible on a 2023-05-10 Nightly build on Windows 10.
Verified as fixed on Firefox 115.0b4(build ID: 20230611180300) and Nightly 116.0a1(build ID: 20230612211509) on Windows 10, macOS 12, Ubuntu 22.
Description
•