chromium/third_party/blink/web_tests/external/wpt/css/css-pseudo/first-letter-with-quote-ref.html

<!DOCTYPE HTML>
<title>Reference: The ::first-letter should work with quote element</title>
<link rel="author" title="Jaeyong Bae" href="[email protected]">
<style>
  span { color: red }
</style>
<p>
  <span>&#x201c;</span>abc&#x201d;
</p>