Bug 117261 - [CSS Regions] Assertion failure when changing the flow-into of an element inside its :hover pseudo-class and the element is positioned so that it overflows the region
Summary: [CSS Regions] Assertion failure when changing the flow-into of an element ins...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 7555 111585
Blocks: 57312
  Show dependency treegraph
 
Reported: 2013-06-05 09:51 PDT by Radu Stavila
Modified: 2013-06-13 13:53 PDT (History)
3 users (show)

See Also:


Attachments
HTML showing the problem (1.14 KB, text/html)
2013-06-05 09:51 PDT, Radu Stavila
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Radu Stavila 2013-06-05 09:51:29 PDT
Created attachment 203863 [details]
HTML showing the problem

When hovering over the blue content box in the attached HTML, an assertion failure will occur in RenderLayer::posZOrderList -> ASSERT(!m_zOrderListsDirty);
Comment 1 Michelangelo De Simone 2013-06-13 10:10:58 PDT
Works for me on r151558.
No assert seems to be hit and hover applied.
Comment 2 Max Vujovic 2013-06-13 13:53:54 PDT
Changing this bug to block the CSS Regions master bug, not the other way around.