Bug 20805 - doesn't render in chrome
Summary: doesn't render in chrome
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 11:43 PDT by Michael Matovina
Modified: 2008-09-13 07:51 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Matovina 2008-09-12 11:43:41 PDT
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;	        
           }
Comment 1 Dave Hyatt 2008-09-12 11:47:36 PDT
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...
Comment 2 Alexey Proskuryakov 2008-09-13 07:51:03 PDT
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.