[Webkit-unassigned] [Bug 118523] Element with CSS style "border-width:0.0133cm; " doesn't paint the border line out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 10 00:53:54 PDT 2013


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


Chen Zhixiang <chenzx at cn.fujitsu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Table element with CSS      |Element with CSS style
                   |style                       |"border-width:0.0133cm;"
                   |"border-width:0.0133cm;"    |doesn't paint the border
                   |doesn't paint the border    |line out
                   |line out                    |




--- Comment #2 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-07-10 00:55:55 PST ---
The further trimmed case:

<html><head><style type="text/css">
div { border-width:0.0133cm; border-style:solid; border-color:#000000;}
</style></head><body>
<div>Test Div</div>
</body></html>

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



More information about the webkit-unassigned mailing list