tenfourfox/layout/reftests/backgrounds/background-size-body-single-not-fixed.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
264 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>background-size: contain; on body</title>
<style type="text/css">
body
{
background-image: url(aqua-32x32.png);
background-attachment: scroll;
background-repeat: no-repeat;
}
</style>
</head>
<body>
</body>
</html>