Closed Bug 550444 Opened 15 years ago Closed 15 years ago

background color shines through when using border-radius and setting both border color and background color to the same color

Categories

(Firefox :: General, defect)

x86
macOS
defect
Not set
trivial

Tracking

()

RESOLVED DUPLICATE of bug 466572

People

(Reporter: mhollauf, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6

styles of the DIV element:

element.style {
  background-color: #9C3E9A;
  border: 3px solid #5E255C;
  padding: 8px 10px;
  -moz-border-radius: 2em;
}

color of the background: #340633

same with other colors


Reproducible: Always

Steps to Reproduce:
1. Create a div with above styles on a different bg color

Actual Results:  
saw the background shining through as in the image provided

Expected Results:  
Safari renders nicely, nothing shines through

n/a
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.