summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-letter-with-quote-ref.html
blob: 0eebf0a51f10c90c64736e61a1403379fb9ed725 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<title>Reference: The ::first-letter should work with quote element</title>
<link rel="author" title="Jaeyong Bae" href="jdragon.bae@gmail.com">
<style>
  span { color: red }
</style>
<p>
  <span>&#x201c;</span>abc&#x201d;
</p>