trisquel-icecat/icecat/testing/web-platform/tests/css/css-pseudo/first-letter-with-quote-ref.html

9 lines
244 B
HTML

<!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>