Bug 103685

Summary: [CSS Regions] Universal child selector on region breaks the rendering of its content
Product: WebKit Reporter: Rebecca Hauck <rhauck>
Component: Layout and RenderingAssignee: Mihai Maerean <mmaerean>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: mibalan, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
test case to reproduce bug none

Description Rebecca Hauck 2012-11-29 16:35:43 PST
Found in Version 25.0.1335.0 canary

1. Open the attached file in a brower. It contains:

    <style type="text/css">
      .region > * {
      -webkit-flow-into: foo;
      }
      .region {
       -webkit-flow-from: foo;
      }
    </style>
  </head>
  <body>
      <div class="region">
        <p>Hello World!</p>
      </div>
  </body>

Result: Nothing is rendered
Comment 1 Rebecca Hauck 2012-11-29 16:36:18 PST
Created attachment 176847 [details]
test case to reproduce bug
Comment 2 Mihai Balan 2013-02-21 10:02:59 PST
This is actually a subset of bug 74144. Closing it as a duplicate.

*** This bug has been marked as a duplicate of bug 74144 ***