blob: 3a0bc37e444014323a476bc5cafa8062c7cd6601 [file] [log] [blame]
<!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>