<!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> |