[Webkit-unassigned] [Bug 34505] RenderLayer::convertToLayerCoords() is called through transformed layers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 2 16:55:42 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34505
--- Comment #1 from James Robinson <jamesr at chromium.org> 2010-02-02 16:55:42 PST ---
The following HTML snippet is sufficient to cause an assertion failure:
<!DOCTYPE html>
<div style="-webkit-transform: rotate(0deg);">
<div style="position:absolute">.</div>
</div>
The callstack is:
FrameView::layout()
RenderLayer::updateLayerPositions()
RenderLayer::updateLayerPositions()
RenderLayer::updateLayerPositions()
RenderLayer::updateLayerPositions()
RenderLayer::convertToLayerCoords()
At a glance, I don't see any code that checks for transforms before calling
convertToLayerCoords().
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list