[Webkit-unassigned] [Bug 127361] ASSERTION FAILED: std::isfinite(num) in WebCore::CSSPrimitiveValue::CSSPrimitiveValue
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 6 16:16:57 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127361
Benjamin Poulain <benjamin at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #223372|review? |review-
Flag| |
--- Comment #13 from Benjamin Poulain <benjamin at webkit.org> 2014-02-06 16:14:14 PST ---
(From update of attachment 223372)
View in context: https://bugs.webkit.org/attachment.cgi?id=223372&action=review
Looks good but. The test fails.
> LayoutTests/fast/css/parsing-infinite-floating-value.html:16
> + <head>
> + <script>
> + if (window.testRunner)
> + testRunner.dumpAsText();
> + </script>
> + </head>
> +
> + <body>
> + <p>This test passes if it does not crash.</p>
> +
> + <svg xmlns="http://www.w3.org/2000/svg" >
> + <polyline font-size="8E+617%"></polyline>
> + </svg>
> +
> + </body>
Let's fix the indent here.
Can you please extend the test to non SVG values? It would be useful to test some 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