blob: 80d3f43166f266aabc15e12c37158ef6557d4992 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>background-position: initial on top of 4-value</title>
<style>
body { margin: 0 }
.ref {
height: 100px;
width: 100px;
top: 0;
left: 0;
background-color: green;
position: absolute;
}
</style>
</head>
<body>
<div class="ref"></div>
</body>
</html>