Bug 117261

Summary: [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
Product: WebKit Reporter: Radu Stavila <stavila>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: michelangelo, mvujovic, stavila
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 7555, 111585    
Bug Blocks: 57312    
Attachments:
Description Flags
HTML showing the problem none

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.