Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / content / content-quotes-07.html
blob87e2f9c205d16ce0f24ac36bcfb659d0d6861fd8
1 <!DOCTYPE html>
2 <style>
3 div {
4 quotes: "even" "string" "count" "good";
5 quotes: "odd" "number" "of" "strings" "bad";
7 div:before { content: open-quote; }
8 div:after { content: close-quote; }
9 </style>
10 <div>text</div>