Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / quote-first-letter-expected.html
blob9ad8763bc6b10cea27dad03e6020f6a8ff687ebb
1 <!DOCTYPE html>
2 <style>
3 .quote:first-letter { color: red; }
4 .line { position: absolute; top: 50px; left: 10px; }
5 </style>
7 " "
9 <span class="line">
10 <span class="quote">'</span>Should not crash or assert and all four quotes should be displayed.'
11 </span>