blob: 416a325d80206dd7e988c098130b5a9cda6e90af [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that there's no pixel gap between the selection gap and inlines when selected (RTL).</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>