blob: f881d5fbffb9c59f195cd9ae93bf7e13cd777392 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#target {
position: absolute;
left: 0;
top: 0;
width: 100px;
height: 100px;
background-color: black;
}
</style>
</head>
<body>
<div id="target"></div>
</body>
</html>