[Webkit-unassigned] [Bug 63625] New: CSS3: not matching css rule affects element's height.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 07:13:35 PDT 2011


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

           Summary: CSS3: not matching css rule affects element's height.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loislo at chromium.org
                CC: hyatt at apple.com, mitz at webkit.org


<style>
.show-unresolved .test:not(*:only-child)
{
display:none;
color: red;
}
</style>

<body>
<div>---------------</div>
<div class="show-unresolved"><div class="test">passed</div></div>
<div>---------------</div>
</body>

-- 
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