[Webkit-unassigned] [Bug 103685] New: [CSS Regions] Universal child selector on region breaks the rendering of its content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 16:33:25 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103685

           Summary: [CSS Regions] Universal child selector on region
                    breaks the rendering of its content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rhauck at adobe.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list