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