[Webkit-unassigned] [Bug 14975] Computed size for padding is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 03:18:55 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=14975





------- Comment #4 from eric at webkit.org  2008-01-17 03:18 PDT -------
If firefox just returns 0px for all test cases where the element is display:
none than our job is really easy here. :)  we just change the !renderer case to
return new CSSPrimitiveValue(0, CSSPrimitiveValue::CSS_PX);  I don't suspect it
will be quite that easy.


-- 
Configure bugmail: http://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