Open
Bug 1930812
Opened 1 day ago
Updated 1 day ago
Block size with specified infinite length has no effect
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: ruslan108040, Unassigned, NeedInfo)
Details
Steps to reproduce:
Set the block size of element to calc(infinity * 1in)
Actual results:
Infinite length is not appearing
Expected results:
Block size and inline size properties should have the same behavior for calc(infinity * 1in)
case
Comment 1•1 day ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Comment 2•1 day ago
|
||
- Can you attach a testcase?
- Go to "about:support" and copy-paste its contents here?
Flags: needinfo?(ruslan108040)
You need to log in
before you can comment on or make changes to this bug.
Description
•