Closed Bug 1120933 Opened 10 years ago Closed 10 years ago

border-style: dashed does not apply to border-radius

Categories

(Core :: Layout, defect)

34 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 382721

People

(Reporter: gojkomazec, Unassigned)

References

()

Details

(Keywords: reproducible, testcase)

Attachments

(2 files)

Attached image Firefox.png
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
Attached image Google Chrome.png
Expected result from Google Chrome
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout
Ever confirmed: true
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
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.

Attachment

General

Creator:
Created:
Updated:
Size: