<!DOCTYPE html>
<title>Parsing : vs ::</title>
<body>
<p>When you select this text, it shouldn't go red.</p>
<script>
document.execCommand('SelectAll');
</script>
</body>
<!DOCTYPE html>
<title>Parsing : vs ::</title>
<body>
<p>When you select this text, it shouldn't go red.</p>
<script>
document.execCommand('SelectAll');
</script>
</body>