Closed
Bug 1120933
Opened 10 years ago
Closed 10 years ago
border-style: dashed does not apply to border-radius
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 382721
People
(Reporter: gojkomazec, Unassigned)
References
()
Details
(Keywords: reproducible, testcase)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0
Build ID: 20141125180439
Steps to reproduce:
full circle
.full {
width: 5rem;
height: 5rem;
border: 2px #990000 dashed;
border-radius: 50%;
}
half circle
.half {
width: 5rem;
height: 5rem;
border: 2px #990000 dashed;
border-radius: 25%;
}
Actual results:
I got solid circle
Expected results:
Dashed circle
Reporter | ||
Comment 1•10 years ago
|
||
Expected result from Google Chrome
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout
Ever confirmed: true
Keywords: reproducible,
testcase
OS: Windows 7 → All
Product: Firefox → Core
Hardware: x86_64 → All
Summary: CSS rendering issue, dashed border and border-radius strange result → border-style: dashed does not apply to border-radius
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•