13 lines
464 B
HTML
13 lines
464 B
HTML
<!doctype html>
|
||
<meta charset=utf-8>
|
||
<title>CSS-content test reference: first letter with quotes interaction</title>
|
||
<link rel="author" title="Daniil Sakhapov" href="sakhapov@google.com">
|
||
|
||
<style>
|
||
.quote { color: green; }
|
||
</style>
|
||
|
||
“
|
||
<div><span class="quote">‘</span>Should not crash or assert and all six quotes should be displayed.’</div>
|
||
<div><span class="quote">‘</span>Should not crash or assert and all six quotes should be displayed.’</div>
|
||
”
|