blob: 174f3389772a6b2f76a998c6b8b2510e7a000b0e [file] [log] [blame]
<head>
<style>
div::selection {
color: red;
background-color: blue;
}
div {
width: 1px;
overflow: visible;
}
</style>
</head>
<div>M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;M&shy;</div>
<script>
document.execCommand('SelectAll')
</script>