summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/quotes-xml-lang.xhtml
blob: 9590558cf95a762dde03c2736e1676c987a9d329 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <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>

        <q xml:lang="ru" lang="en"></q>
    </body>
</html>