| Summary: | ASSERTION FAILED: enclosingIntRect(rendererMappedResult) == enclosingIntRect(result.boundingBox()) in WebCore::RenderGeometryMap::mapToContainer | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Renata Hodovan <rhodovan.u-szeged> | ||||
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED WORKSFORME | ||||||
| Severity: | Normal | CC: | bfulgham, simon.fraser, zalan | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 116980 | ||||||
| Attachments: |
|
||||||
|
Description
Renata Hodovan
2015-01-07 10:42:53 PST
(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.
|