blob: 638c3c9eeb781044d4894ca4cc04ff07ca4855fd [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8" />
<title>visibility: hidden applies to child node of type A</title>
<style>
#parent { visibility: hidden }
</style>
<div id="parent">
<a id="child" href="#">Brie is good</a>
</div>