WebFontImpl::drawText doesn't save and restore the GraphicsContext around setting the clip, so the GC will have the clip rect still applied after the call returns.
Created attachment 70683 [details] Patch
Comment on attachment 70683 [details] Patch How do we test this? What tests does this affect?