1
0
Fork 0
firefox/layout/reftests/backgrounds/background-size-auto-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

24 lines
378 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>background-size: auto; reference</title>
<style type="text/css">
#outer
{
border: 1px solid black;
width: 64px;
height: 128px;
}
#inner
{
width: 32px;
height: 32px;
background-image: url(aqua-32x32.png);
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div id="outer"><div id="inner"></div></div>
</body>
</html>