[Webkit-unassigned] [Bug 138738] Memory Leaks by http://www.marca.com/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 14 05:35:25 PST 2014


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

--- Comment #1 from Asadullah Ansari <asadullah.ansari at gmail.com> ---
This issue is localized with simple test cases 

<!DOCTYPE html>
<html>
<head>
<style> 
@font-face {
    font-family: myFirstFont;
    src: url(http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff)
}

div {
    font-family: myFirstFont;
}
</style>
</head>
<body>

<div>With CSS3, websites can finally use fonts other than the pre selected "web-safe" fonts.</div>

<p><b>Note:</b> Internet Explorer 8 and earlier, do not support the @font-face rule with the WOFF format (only support for EOT format).</p>

</body>
</html>


Leaks is due to CSS @font-face .

-- 
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/20141114/344444c0/attachment-0002.html>


More information about the webkit-unassigned mailing list