blob: 9978c5ecfd40bbfe80740ad52f508c71c73767b9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that deselecting text over multiple lines does not make the text disappear.</title>
<style>
div {
font-family: Ahem;
font-size: 10px;
}
.red {
color: red;
}
</style>
</head>
<body>
<div><span class=red>foobar</span><br>
<span class=red>f</span>oobar foobar</div>
</body>
</html>