Mypal/layout/reftests/backgrounds/background-size-body-cover.html

17 lines
255 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<html>
<head>
<title>background-size: cover; on body</title>
<style type="text/css">
body
{
background-image: url(aqua-32x32.png);
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body>
</body>
</html>