chromium/third_party/blink/web_tests/fast/selectors/177a-expected.html

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