[Webkit-unassigned] [Bug 38354] Support for Percentage Values in border-radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 17 14:13:54 PDT 2013


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





--- Comment #13 from Csaba Osztrogonac <ossy at webkit.org>  2013-09-17 14:13:01 PST ---
(From update of attachment 65066)
View in context: https://bugs.webkit.org/attachment.cgi?id=65066&action=review

> WebCore/css/CSSParser.cpp:1227
>      case CSSPropertyOutlineOffset:
> -        validPrimitive = validUnit(value, FLength, m_strict);
> +        validPrimitive = validUnit(value, FLength | FPercent, m_strict);

It is a so ugly typo and was a hidden bug for 3 years ...
but Reni's ultimate fuzzer caught it. :)

See https://bugs.webkit.org/show_bug.cgi?id=120469 for details and fix.

-- 
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