summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/quote-first-letter-expected.html
blob: 9ad8763bc6b10cea27dad03e6020f6a8ff687ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
    .quote:first-letter { color: red; }
    .line { position: absolute; top: 50px; left: 10px; }
</style>

" "

<span class="line">
    <span class="quote">'</span>Should not crash or assert and all four quotes should be displayed.'
</span>