Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / quotes-lang-case-insensitive.html
blobc36c39d1c6fc3de9d957604f68e87c75387b53ab
1 <!DOCTYPE html>
3 <style>
4 :lang(CusTom) {
5 quotes: "A" "B" "C" "D";
7 </style>
9 <p>
10 You should see the below line printed twice.
11 </p>
13 ACDB<br>
14 <q lang="CUSTOM"><q></q></q>