blob: 094be48cd8c90b569b82ce26d9083daecca7ae44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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>
”
|