servo/tests/wpt/web-platform-tests/fullscreen/rendering/backdrop-object-ref.html

14 lines
180 B
HTML

<!DOCTYPE html>
<style>
body {
background: blue;
margin: 0;
}
div {
position: fixed;
width: 100px;
height: 100px;
background: green;
}
</style>
<div></div>