Computed value of border-radius shorthand with longhand using calc(mixed units)
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | affected |
People
(Reporter: bugzilla, Unassigned)
Details
(Keywords: testcase)
Tests
http://www.gtalbot.org/BrowserBugsSection/CSS3Values/getComputedStyle-border-radius-001.html
http://www.gtalbot.org/BrowserBugsSection/CSS3Values/getComputedStyle-border-radius-003.html
Actual result for 001:
expected "calc(25% + 10px) calc(25% + 16px) 25% 25px / calc(25% + 20px) calc(25% + 16px) 25% 25px" but got ""
Actual result for 003:
expected "calc(1% + 1px) calc(2% + 2px) calc(3% + 3px) calc(4% + 4px) / calc(5% + 5px) calc(6% + 6px) calc(7% + 7px) calc(8% + 8px)" but got ""
Notes
- Chromium 73.0.3683.75 passes both tests
- Firefox 68.0a1 buildID=20190403060632 fails in both tests (only shorthand fails)
- Both tests are complex
- This is a followup to bug 1516454 because getComputedStyle-border-radius-001.html is an adaptation of the original test
which I mentioned in bug 1516454
- I want to eventually submit both tests to WPT repository and I do not intend to change their filenames when submitting them
- I searched for a duplicate and did not find any.
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
See https://github.com/w3c/csswg-drafts/issues/2529, this was recently resolved to work.
Not a calc issue.
Reporter | ||
Comment 2•6 years ago
|
||
- I want to eventually submit both tests to WPT repository
They have been submitted:
http://web-platform-tests.live/css/css-values/getComputedStyle-border-radius-001.html
http://web-platform-tests.live/css/css-values/getComputedStyle-border-radius-003.html
Reporter | ||
Comment 3•5 years ago
|
||
Description
•