Bug 103685 - [CSS Regions] Universal child selector on region breaks the rendering of its content
Summary: [CSS Regions] Universal child selector on region breaks the rendering of its ...
Status: RESOLVED DUPLICATE of bug 74144
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mihai Maerean
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2012-11-29 16:35 PST by Rebecca Hauck
Modified: 2013-02-21 10:02 PST (History)
2 users (show)

See Also:


Attachments
test case to reproduce bug (371 bytes, text/html)
2012-11-29 16:36 PST, Rebecca Hauck
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***