RESOLVED CONFIGURATION CHANGED63625
CSS3: not matching css rule affects element's height.
https://bugs.webkit.org/show_bug.cgi?id=63625
Summary CSS3: not matching css rule affects element's height.
Ilya Tikhonovsky
Reported 2011-06-29 07:13:35 PDT
<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
Brent Fulgham
Comment 1 2022-07-12 14:52:37 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.
Note You need to log in before you can comment on or make changes to this bug.