blob: 592045204e01441fe6b61e563ab22924337d6d92 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>2-value background-position should fully overwrite a 4-value
background-position</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>