haikuwebkit/LayoutTests/fast/css-generated-content/quotes-xml-lang.xhtml

12 lines
326 B
HTML

<!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>