[Webkit-unassigned] [Bug 183323] Crash when using different font-feature-settings on a couple of spans. Crashing on exception: -[__NSCFNumber compare:]: nil argument
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 4 20:44:47 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183323
--- Comment #2 from Nitesh <niteshchordiya at gmail.com> ---
Comment on attachment 334987
--> https://bugs.webkit.org/attachment.cgi?id=334987
Sample html to reproduce the issue
><!DOCTYPE html>
><html xmlns="http://www.w3.org/1999/xhtml">
><head>
><title>
> SafariCrashBug
></title>
><meta http-equiv="Content-Type" content="text/html;CHARSET=utf-8"/>
><style type="text/css">
><!--
> .char-Normal-Local-5 {
> font-family:'Adobe Caslon Pro','ACaslonPro-Regular';
> font-kerning:Normal;
> -webkit-font-kerning:Normal;
> font-feature-settings:"liga","case";
> }
> .char-Normal-Local-6 {
> font-family:'Adobe Caslon Pro','ACaslonPro-Regular';
> font-kerning:Normal;
> -webkit-font-kerning:Normal;
> font-feature-settings:"liga","numr";
> }
> -->
></style>
></head>
>
><body>
><div>
> <span class="char-Normal-Local-5">A</span>
> <span class="char-Normal-Local-6">1</span>
></div>
></body>
></html>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180305/a4564820/attachment.html>
More information about the webkit-unassigned
mailing list