quotes-first-letter-002-ref.html (464B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>CSS-content test reference: first letter with quotes interaction</title> 4 <link rel="author" title="Daniil Sakhapov" href="sakhapov@google.com"> 5 6 <style> 7 .quote { color: green; } 8 </style> 9 10 “ 11 <div><span class="quote">‘</span>Should not crash or assert and all six quotes should be displayed.’</div> 12 <div><span class="quote">‘</span>Should not crash or assert and all six quotes should be displayed.’</div> 13 ”