<!DOCTYPE html> | |
<html> | |
<head> | |
<title>This tests that selection rect does not have gaps inbetween words.</title> | |
<style> | |
div { | |
position: absolute; | |
top: 8px; | |
left: 0px; | |
width: 7px; | |
height: 13px; | |
background: rgba(0, 96, 0, 0.8); | |
} | |
</style> | |
</head> | |
<body> | |
<div></div> | |
</body> | |
</html> |