summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/quotes-xml-lang-expected.xhtml
blob: 0e159541043f2e82a82c3228b4bc220ce76235f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <style>
            span:before { content: "\00AB"; }
            span:after { content: "\00BB"; }
        </style>
    </head>
    <body>
        <p>
            You should see russian quotes because xml:lang takes precedence:
            <a href="http://www.w3.org/TR/xhtml1/#C_7">http://www.w3.org/TR/xhtml1/#C_7</a>
        </p>

        <span></span>
    </body>
</html>