[Webkit-unassigned] [Bug 106234] Setting font style crashes wxWebKit with jQuery Mobile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 11:21:15 PST 2013


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





--- Comment #2 from George Henne <gh at nsbasic.com>  2013-01-07 11:23:11 PST ---
Sorry - too enthusiastic with my deletions!

<!DOCTYPE HTML>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>

<style type="text/css"> 
// the name of the font or its existence does not matter
@font-face {font-family: xxx; src: url('xxx.ttf');}
</style>
</head>

<body>
<input type=text style="font-family:xxx;" value="This is xxx Font." />
</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