ladybird/Tests/LibWeb/Ref/expected/bitmaps-with-scroll-offset-ref.html

20 lines
375 B
HTML
Raw Normal View History

<!DOCTYPE html>
<style>
html { scrollbar-width: none; }
body {
position: relative;
height: 400vh;
}
#background-image {
display: inline-block;
width: 120px;
height: 120px;
background-image: url("../../Assets/120.png");
background-repeat: no-repeat;
}
</style>
<div id="container">
<img src="../../Assets/120.png" />
<div id="background-image"></div>
</div>