Bug 63625
| Summary: | CSS3: not matching css rule affects element's height. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ilya Tikhonovsky <loislo> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | bfulgham, hyatt, mitz |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ilya Tikhonovsky
<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>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.