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