Bug 113935

Summary: [CSS Regions] <dialog> elements do not flow content from a named flow
Product: WebKit Reporter: Catalin badea <badea>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: mibalan, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Test with html5:dialog and css-regions enabled. none

Description Catalin badea 2013-04-04 05:53:47 PDT
Created attachment 196471 [details]
Test with html5:dialog and css-regions enabled.

Steps to reproduce:
1. Create a named flow using '-webkit-flow-into:' and '-webkit-flow-from:'.
2. Add a dialog element to the region chain using '-webkit-flow-from'.
3. Notice that the flowed content ignores the dialog element.

Tested on Chrome Canary.
Comment 1 Mihai Balan 2013-05-16 07:48:20 PDT
Closing as RESOLVED/INVALID as the <dialog> bits have been removed from WebKit since the Blink split.