Files
ladybird/Tests/LibWeb/Ref/expected/wpt-import/fullscreen/rendering/backdrop-object-ref.html
2026-02-23 18:44:26 +00:00

15 lines
180 B
HTML

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