blob: f620650a02b1f4274bef304797ea2fcc4dbf171a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Background Test Reference</title>
<link rel="author" title="schenney" href="mailto:schenney@chromium.org">
<style>
div {
height: 400px;
width: 600px;
position: relative;
background-color: red;
background-repeat: repeat;
background-position: bottom center;
background-image: url("support/50x50-green.png");
}
</style>
</head>
<body>
<div></div>
</body>
</html>