[Webkit-unassigned] [Bug 19542] Crash in Font::glyphDataForCharacter when getting small caps data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 22:42:38 PDT 2008


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





------- Comment #2 from eric at webkit.org  2008-06-13 22:42 PDT -------
This should get the page cleared:

<script>
 var ifr = document.createElement('iframe');
 ifr.onload = function() {
   var win = ifr.contentWindow;
   // Remove, pow pageDestroyed.
   ifr.parentNode.removeChild(ifr);
   // Your Page is now cleared, do as you will to reproduce the rest of the
bug!
 };
 document.body.appendChild(ifr);
</script>

probably setting some font, or something to get it to relayout/resize a form
control in smallcaps should trigger it.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list