gecko-dev/gfx/webrender/tests/bug_203b.html

14 строки
184 B
HTML

<style>
div {
position: fixed;
width: 100px;
height: 100px;
background: red;
left: 0px;
top: 0px;
}
</style>
<body>
<div></div>
<h1>content</h1>
</body>