WPT failures in css/css-transforms/transform-2d-getComputedStyle-001.html
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: twisniewski, Assigned: boris)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file, 2 obsolete files)
It seems that we're not passing these because we are expected to return transform:none
, not the actual transform:matrix()
value, when the element has display:none
.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:boris, could you have a look please?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 2•2 years ago
|
||
I may take a look at this.
Assignee | ||
Comment 3•2 years ago
|
||
We probably need to add a special check in https://searchfox.org/mozilla-central/rev/d2a61d9c63beb3ac4b134767e43a7a8c1b91d5cd/layout/style/nsComputedDOMStyle.cpp#2327 for display:none
.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Reuse nsROCSSPrimitiveValue(const nsACString&)
in more places.
No behavior change.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 6•2 years ago
|
||
The spec doesn't mention anything about displen:none, so per the spec,
we should use either matrix() syntax or just make computed value be the
resolved value. Blink and Webkit return none, so for now we accept both
cases. Once the spec issue gets resolved, we can update there.
https://drafts.csswg.org/css-transforms-2/#serialization-of-the-computed-value
Updated•2 years ago
|
Comment 9•2 years ago
|
||
bugherder |
Description
•