[Webkit-unassigned] [Bug 140185] ASSERTION FAILED: enclosingIntRect(rendererMappedResult) == enclosingIntRect(result.boundingBox()) in WebCore::RenderGeometryMap::mapToContainer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 12:44:01 PST 2015


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

--- Comment #1 from Zalan Bujtas <zalan at apple.com> ---
(const WebCore::FloatRect &) rect = 0x00007fff4fcef738: {
  m_location = (m_x = -32042248, m_y = 68.59375)
  m_size = (m_width = 130, m_height = 13)
}

vs.

(const WebCore::FloatRect &) rect = 0x00007fff4fcef758: {
  m_location = (m_x = -31980808, m_y = 68.59375)
  m_size = (m_width = 130, m_height = 13)
}

m_x looks very different when we compute it through the m_renderer->localToContainerQuad() path.

-- 
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/20150107/f6175747/attachment-0002.html>


More information about the webkit-unassigned mailing list