blob: 6358978ab2fcb3691b1f853f35e93471d8e751da [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that there's no overlapping line between the selection gap and inlines when selected.</title>
<style>
body {
margin: 0px;
}
.bckg {
width: 100%;
height: 26px;
background: rgba(255, 0, 0, 0.9);
z-index: -10000;
}
</style>
</head>
<body>
<div class=bckg></div>
</body>
</html>