DescriptionASSERTION FAILED: std::isfinite(num) in WebCore::CSSPrimitiveValue::CSSPrimitiveValue
SVG's styling properties like 'font-size' can not handle huge numbers represented by
the 'inf' value and they make the assertion check fail. Simple CSS properties with
such huge values are handled in CSSParser by setting them to zero. With this patch
we apply this behaviour on SVG styling properties, too.
The fix is based on WebKit changeset: http://trac.webkit.org/changeset/166114 (Patch by Martin Hodovan)
R=pdr@chromium.org
BUG=364031
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171796
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|