Bug 20805
| Summary: | doesn't render in chrome | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Matovina <mdmprop> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ap |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
Michael Matovina
this css is not rendering in chrome for some reason
.titlerow { color: #679367;
font-size:9px;
font-family: Verdana, arial, helvetica,sans-serif;
font-weight: light;
background-color:#679367;
}
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dave Hyatt
The foreground color and background color are set to the same value, so the text would not be visible if you put this style on something...
Alexey Proskuryakov
Marking as INVALID per the above comment - there is not enough information to find out what the actual WebKit bug is, if any. Please feel free to re-open if you have a test case that renders differently in Safari/Chrome and other browsers.