Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / close-quote-negative-depth.html
blob67a3d128bc5b57f2e3d69adfafd55f6a8d9f2eda
1 <!DOCTYPE html>
3 <style type="text/css">
4 * { quotes: "A" "B" "C" "D"; }
5 q:before {
6 content: close-quote open-quote open-quote close-quote no-close-quote open-quote close-quote close-quote open-quote;
8 </style>
10 <p>There should be no quotes when the depth of the quote is negative, and the depth
11 should restart from 0 next. Should see the same line printed twice.</p>
13 ACDABAB<br>
14 <q></q>