Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / quotes-xml-lang-expected.xhtml
blob0e159541043f2e82a82c3228b4bc220ce76235f4
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <style>
5 span:before { content: "\00AB"; }
6 span:after { content: "\00BB"; }
7 </style>
8 </head>
9 <body>
10 <p>
11 You should see russian quotes because xml:lang takes precedence:
12 <a href="http://www.w3.org/TR/xhtml1/#C_7">http://www.w3.org/TR/xhtml1/#C_7</a>
13 </p>
15 <span></span>
16 </body>
17 </html>