[Webkit-unassigned] [Bug 24413] New: border of <td> not displayed when border-color and border-style are used in CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 5 17:10:20 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24413

           Summary: border of <td> not displayed when border-color and
                    border-style are used in CSS
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
               URL: http://www.tizag.com/cssT/border.php
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
1. Go to http://www.tizag.com/cssT/border.php
2. create a HTML table
3. specify a css style to the border of a <td>

II Issue: 
The border doesn't appear

III Conclusion:
When the styles defined for the <td> are defined as
    {border-color: red; border-style: ridge;}
Webkit doesn't display the borders. (see the columns in 1st row of the table in 
testcase)

But, when the styles are defined as
    {border: ridge blue;}
Webkit displays the borders.  (see the columns in 2nd row of the table in
testcase)

IV Other Browsers:
FF3: OK
IE7: OK 

V Nightly tested: 41443

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=6837


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list