haikuwebkit/LayoutTests/compositing/backing/non-composited-visibility-c...

19 lines
237 B
HTML

<style>
#headernavbar {
position: fixed;
}
#system {
position: absolute;
}
</style>
</head>
<body>
<div id="headernavbar">
<div>
<div>There should be text below</div>
<div id="system">
This should be visible
</div>
</div>
</div>