RESOLVED FIXED 127730
iOS DumpRenderTree.app dies loading fonts
https://bugs.webkit.org/show_bug.cgi?id=127730
Summary iOS DumpRenderTree.app dies loading fonts
David Farler
Reported 2014-01-27 16:53:43 PST
DumpRenderTree is dying on launch because Ahem isn't in the __DATA section and is trying to load a font called "ltcher100". That other font looks like a typo for WeightWatcher100, which is missing from the list of fonts to load. Adding these two gets DumpRenderTree doing its thing in the simulator again.
Attachments
Patch (3.62 KB, patch)
2014-01-27 16:56 PST, David Farler
no flags
David Farler
Comment 1 2014-01-27 16:56:27 PST
Daniel Bates
Comment 2 2014-01-27 17:26:00 PST
Comment on attachment 222381 [details] Patch OK
David Farler
Comment 3 2014-01-27 17:30:07 PST
Comment on attachment 222381 [details] Patch Thanks -
WebKit Commit Bot
Comment 4 2014-01-27 17:58:21 PST
Comment on attachment 222381 [details] Patch Clearing flags on attachment: 222381 Committed r162898: <http://trac.webkit.org/changeset/162898>
WebKit Commit Bot
Comment 5 2014-01-27 17:58:23 PST
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 6 2014-01-28 10:44:34 PST
Seems unfortunate to use different mechanisms on Mac and on iOS. Couldn't we just do the same thing as on Mac, and load fonts from files? If not, we should switch Mac to loading from __DATA for consistency.
Note You need to log in before you can comment on or make changes to this bug.