<!doctype html>
<html><head><title>455105 ref</title>
<style>
div {
  position: absolute;
  top: 10px; left: 10px;
  width: 40px;
  height: 40px;
  border-width: 10px;
  border-style: solid;
  border-color: green;
  background-color: green;
}
</style>
</head><body>
<div></div>
</body></html>