gecko-dev/layout/reftests/text-transform/greek-uppercase-3.html

18 строки
454 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test for uppercasing of Greek disjunctive eta</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
div {
font: 150% serif;
text-transform: uppercase;
margin: 1em;
}
</style>
</head>
<body>
<div lang="en">ήσουν ή εγώ ή εσύ (νή) (ήν) (ή) (ή.) ή</div>
<div lang="el">ήσουν ή εγώ ή εσύ (νή) (ήν) (ή) (ή.) ή</div>
</body>
</html>