[Webkit-unassigned] [Bug 119088] [Qt] Crash in SimpleFontData, related to @font-face with non-existing src url

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 07:35:49 PDT 2013


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


Milian Wolff <milian.wolff at kdab.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Qt] Crash in               |[Qt] Crash in
                   |SimpleFontData, related to  |SimpleFontData, related to
                   |@font-face support          |@font-face with
                   |                            |non-existing src url




--- Comment #2 from Milian Wolff <milian.wolff at kdab.com>  2013-07-25 07:35:40 PST ---
This snippet reproduces the crash for me:

<DOCTYPE html>
<html>
  <head>
    <title>bug 119088 test</title>
    <style type="text/css">
    @font-face {
      font-family: "test";
      src: url("file:///doesNotExist.ttf");
    }
    body {
      font-family: test;
    }
    </style>
  <body> test </body>
</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