<!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> |